Re: Exposing a public Filter getFilter() method in ConstantScoreQuery

2007-02-13 Thread Yonik Seeley
On 2/13/07, mark harwood <[EMAIL PROTECTED]> wrote: Any objections to me adding this read-only method to ConstantScoreQuery? I need to discover RangeFilters etc wrapped in ConstantScoreQuerys as part of a generic query optimiser/analyser. I agree... one should be able to inspect queries and b

Re: NewIndexModifier - - - DeletingIndexWriter

2007-02-13 Thread jian chen
I totally second Robert's thought. My concern is, to get the raw speed of Lucene, you got to get to the basics. If we start to apply layers upon layers of code to just mask off the internals of Lucene, it will not do any good. An example perhaps is the Windoze vs. Linux. As an end user, you get

[jira] Resolved: (LUCENE-801) build.xml in cnotrib/benchmark should auto build core java and demo if required

2007-02-13 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved LUCENE-801. Resolution: Fixed Committed revision 507260. Thanks Doron. > build.xml in cnotrib/benchma

[jira] Assigned: (LUCENE-801) build.xml in cnotrib/benchmark should auto build core java and demo if required

2007-02-13 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reassigned LUCENE-801: -- Assignee: Grant Ingersoll (was: Doron Cohen) > build.xml in cnotrib/benchmark should a

[jira] Updated: (LUCENE-801) build.xml in cnotrib/benchmark should auto build core java and demo if required

2007-02-13 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-801: --- Lucene Fields: [Patch Available] (was: [New]) > build.xml in cnotrib/benchmark should auto build cor

[jira] Updated: (LUCENE-801) build.xml in cnotrib/benchmark should auto build core java and demo if required

2007-02-13 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-801: --- Attachment: build.xml.patch Tested "run-micro-standard" and "run-task" (also after "clean" from top l

[jira] Updated: (LUCENE-801) build.xml in cnotrib/benchmark should auto build core java and demo if required

2007-02-13 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-801: --- Summary: build.xml in cnotrib/benchmark should auto build core java and demo if required (was: build

[jira] Updated: (LUCENE-801) build.xml in cnotrib/xml should auto build core java and demo if required

2007-02-13 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-801: --- Description: Currently one needs to build core jar and demo jar before building/running benchmark. T

[jira] Created: (LUCENE-801) build.xml in cnotrib/xml should auto build core java and demo if required

2007-02-13 Thread Doron Cohen (JIRA)
build.xml in cnotrib/xml should auto build core java and demo if required - Key: LUCENE-801 URL: https://issues.apache.org/jira/browse/LUCENE-801 Project: Lucene - Java

Re: contrib/bencmark dependency in contrib/demo

2007-02-13 Thread Doron Cohen
Grant Ingersoll wrote on 13/02/2007 05:27:22: > Hey Doron, > > I did add the dependency for the demo into the build. I suppose, Yes.. I now see that you added this. > ideally, the benchmark build would force a build of the top level src > and demo. If you want to submit a patch for that, I can

[jira] Created: (LUCENE-800) Incorrect parsing by QueryParser.parse() when it encounters backslashes (always eats one backslash.)

2007-02-13 Thread Dilip Nimkar (JIRA)
Incorrect parsing by QueryParser.parse() when it encounters backslashes (always eats one backslash.) Key: LUCENE-800 URL: https://issues.apache.org/jira/browse/LU

Re: Lucene 2.1, soon

2007-02-13 Thread Grant Ingersoll
Hey Yonik, Can you make sure the release documentation on the wiki is inline with what you have to do? I know I had to make some changes for the website stuff and it may not be 100% correct b/c I didn't run it (#12 at http://wiki.apache.org/jakarta-lucene/ReleaseTodo). Also, you double

Exposing a public Filter getFilter() method in ConstantScoreQuery

2007-02-13 Thread mark harwood
Any objections to me adding this read-only method to ConstantScoreQuery? I need to discover RangeFilters etc wrapped in ConstantScoreQuerys as part of a generic query optimiser/analyser. Cheers, Mark _

Re: Lucene 2.1, soon

2007-02-13 Thread Yonik Seeley
OK folks, please try out the current trunk and see if you see any problems, or other *bugs* in JIRA that need to go in. I'll start work on cutting a release tomorrow. -Yonik - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: NewIndexModifier - - - DeletingIndexWriter

2007-02-13 Thread robert engels
Lucene is not a word processor. It is a development library. I think an understanding of any development library is essential to using it properly. Once you have even a basic understanding of the Lucene design, it is very clear as to why deletes are performed using the IndexReader. If you

Re: Lucene 2.1, soon

2007-02-13 Thread Michael McCandless
OK, now that LUCENE-565 is also done, I think we can finally get the 2.1 release process going? Mike Grant Ingersoll wrote: OK, I'm now +1 on release On Feb 1, 2007, at 6:57 AM, Grant Ingersoll wrote: -1 I would like a few more days to get https://issues.apache.org/jira/browse/LUCENE-762

[jira] Resolved: (LUCENE-799) Garbage data when reading a compressed, text field, lazily

2007-02-13 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved LUCENE-799. Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [Patch Available, New]

Re: contrib/bencmark dependency in contrib/demo

2007-02-13 Thread Grant Ingersoll
Hey Doron, I did add the dependency for the demo into the build. I suppose, ideally, the benchmark build would force a build of the top level src and demo. If you want to submit a patch for that, I can apply it. -Grant On Feb 13, 2007, at 12:51 AM, Doron Cohen wrote: Hi, Recent chan

[jira] Resolved: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided)

2007-02-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-565. --- Resolution: Fixed > Supporting deleteDocuments in IndexWriter (Code and Performance R

[jira] Commented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided)

2007-02-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472610 ] Michael McCandless commented on LUCENE-565: --- OK, got it. I will change those 3 to package protection and t

Re: [jira] Created: (LUCENE-798) Factory for RangeFilters that caches sections of ranges to reduce disk reads

2007-02-13 Thread markharw00d
Chris Hostetter wrote: i haven't read the patch, but based on the jira description i don't think this is attempting to reuse cached info across updates -- i think it's just trying to address the issue of eliminating redundent TermEnum/TermDoc iterating for similar ranges. Correct. I have conve