Re: [jira] Resolved: (LUCENE-730) Restore top level disjunction performance

2007-04-19 Thread Chris Hostetter
: Also, it would be nice to make this a (non static) method of Query, and, I : think, also of Weight and Scorer (Weight would "like-inherit" that property : from its Query, and Scorer from its Weight). The default would be as i recall, the staticness was so that people writing apps could garuntee

Re: [jira] Resolved: (LUCENE-730) Restore top level disjunction performance

2007-04-19 Thread Doron Cohen
Chris Hostetter <[EMAIL PROTECTED]> wrote on 19/04/2007 16:01:53: > > : With this committed it also makes sense to deprecate the setUseScorer14() > : method and the corresponding get...() method. If you want a patch for that, > : I'll gladly provide one. > > i haven't really been able to follow th

Re: [jira] Resolved: (LUCENE-730) Restore top level disjunction performance

2007-04-19 Thread Chris Hostetter
: With this committed it also makes sense to deprecate the setUseScorer14() : method and the corresponding get...() method. If you want a patch for that, : I'll gladly provide one. i haven't really been able to follow this issue as much as i would like, but docs now sometimes coming out of order

[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-04-19 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490192 ] Steven Parkes commented on LUCENE-847: -- Here are some numbers comparing the load performance for the factored vs

Document Boost

2007-04-19 Thread HG1212
Hi there, I am new to Lucene and would appreciate any help on this. Thank you in advance. I want the order of the search results based on the keywords mentioned in the meta information of the document. For example, if I have two very similar documents first.htm and second.htm, first.htm has keywor

Re: [jira] Commented: (LUCENE-834) Payload Queries

2007-04-19 Thread Grant Ingersoll
OK, I see it now. I was thinking I was scoring that individual term at that position, but if I had read the Scorer documentation better instead of assuming I knew what it meant I wouldn't have had this problem, as it clearly says it advances the document. I will try to fix it by the end of

Re: [jira] Commented: (LUCENE-834) Payload Queries

2007-04-19 Thread Michael Busch
Grant Ingersoll wrote: OK, I need to take a step back, Michael, b/c I thought I understood your original comment, but I went to make the change and am no longer sure. By "first term position" are you referring to multiple terms per position or do you mean the same term in different position