[jira] Created: (LUCENE-2272) PayloadNearQuery has hardwired explanation for 'AveragePayloadFunction'

2010-02-19 Thread Peter Keegan (JIRA)
PayloadNearQuery has hardwired explanation for 'AveragePayloadFunction' --- Key: LUCENE-2272 URL: https://issues.apache.org/jira/browse/LUCENE-2272 Project: Lucene - Java

[jira] Updated: (LUCENE-2272) PayloadNearQuery has hardwired explanation for 'AveragePayloadFunction'

2010-02-19 Thread Peter Keegan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Keegan updated LUCENE-2272: - Attachment: payloadfunctin-patch.txt This patch adds the 'explain' method to the

[jira] Commented: (LUCENE-1986) NPE in NearSpansUnordered from PayloadNearQuery

2009-10-19 Thread Peter Keegan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12767373#action_12767373 ] Peter Keegan commented on LUCENE-1986: -- + if (!more) { +return false; +

[jira] Created: (LUCENE-1986) NPE in NearSpansUnordered from PayloadNearQuery

2009-10-16 Thread Peter Keegan (JIRA)
NPE in NearSpansUnordered from PayloadNearQuery --- Key: LUCENE-1986 URL: https://issues.apache.org/jira/browse/LUCENE-1986 Project: Lucene - Java Issue Type: Bug Components: Search

[jira] Updated: (LUCENE-1986) NPE in NearSpansUnordered from PayloadNearQuery

2009-10-16 Thread Peter Keegan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Keegan updated LUCENE-1986: - Attachment: TestPayloadNearQuery1.java Unit test that causes NPE NPE in NearSpansUnordered

[jira] Updated: (LUCENE-1341) BoostingNearQuery class (prototype)

2009-08-05 Thread Peter Keegan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Keegan updated LUCENE-1341: - Attachment: lucene-1341-new-2.patch New version that works with current trunk (8/5/09)

[jira] Updated: (LUCENE-1341) BoostingNearQuery class (prototype)

2009-04-23 Thread Peter Keegan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Keegan updated LUCENE-1341: - Attachment: lucene-1341-new-1.patch As I was debugging a unit test for BoostingNearQuery, I

[jira] Updated: (LUCENE-1341) BoostingNearQuery class (prototype)

2009-02-11 Thread Peter Keegan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Keegan updated LUCENE-1341: - Attachment: LUCENE-1341-new.patch Here is an updated patch for the 2.4 branch. It's 6 months

[jira] Updated: (LUCENE-1341) BoostingNearQuery class (prototype)

2008-07-21 Thread Peter Keegan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Keegan updated LUCENE-1341: - Attachment: BoostingNearQuery.java bnq.patch Here is version of patch for Java

[jira] Created: (LUCENE-1341) BoostingNearQuery class (prototype)

2008-07-19 Thread Peter Keegan (JIRA)
BoostingNearQuery class (prototype) --- Key: LUCENE-1341 URL: https://issues.apache.org/jira/browse/LUCENE-1341 Project: Lucene - Java Issue Type: Improvement Components: Query/Scoring Affects

[jira] Updated: (LUCENE-1341) BoostingNearQuery class (prototype)

2008-07-19 Thread Peter Keegan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Keegan updated LUCENE-1341: - Attachment: BoostingNearQuery.java bnq.patch BoostingNearQuery class

[jira] Commented: (LUCENE-1341) BoostingNearQuery class (prototype)

2008-07-19 Thread Peter Keegan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615004#action_12615004 ] Peter Keegan commented on LUCENE-1341: -- Note that this patch requires java 1.5 or

[jira] Created: (LUCENE-1093) SpanFirstQuery modification to aid term boosting based on position.

2007-12-18 Thread Peter Keegan (JIRA)
SpanFirstQuery modification to aid term boosting based on position. --- Key: LUCENE-1093 URL: https://issues.apache.org/jira/browse/LUCENE-1093 Project: Lucene - Java Issue

[jira] Created: (LUCENE-1088) PriorityQueue 'wouldBeInserted' method

2007-12-11 Thread Peter Keegan (JIRA)
PriorityQueue 'wouldBeInserted' method -- Key: LUCENE-1088 URL: https://issues.apache.org/jira/browse/LUCENE-1088 Project: Lucene - Java Issue Type: New Feature Components: Other

[jira] Commented: (LUCENE-1017) BoostingTermQuery performance

2007-12-10 Thread Peter Keegan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550203 ] Peter Keegan commented on LUCENE-1017: -- Grant, Unfortunately, my performance test bed isn't suitable for

[jira] Commented: (LUCENE-1017) BoostingTermQuery performance

2007-12-10 Thread Peter Keegan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550238 ] Peter Keegan commented on LUCENE-1017: -- What's the use case? Is there something that isn't possible with it

[jira] Updated: (LUCENE-1017) BoostingTermQuery performance

2007-10-04 Thread Peter Keegan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Keegan updated LUCENE-1017: - Attachment: BoostingTermQuery.patch Here is new version that traverses the term positions

[jira] Commented: (LUCENE-1017) BoostingTermQuery performance

2007-10-03 Thread Peter Keegan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532094 ] Peter Keegan commented on LUCENE-1017: -- Grant, You are right about it not handling multiple payloads per

[jira] Created: (LUCENE-1017) BoostingTermQuery performance

2007-10-02 Thread Peter Keegan (JIRA)
BoostingTermQuery performance - Key: LUCENE-1017 URL: https://issues.apache.org/jira/browse/LUCENE-1017 Project: Lucene - Java Issue Type: Improvement Components: Search Affects Versions: 2.2

[jira] Updated: (LUCENE-1017) BoostingTermQuery performance

2007-10-02 Thread Peter Keegan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Keegan updated LUCENE-1017: - Attachment: BoostingTermQuery.java Suggested change to BoostingTermQuery to extend TermQuery

[jira] Updated: (LUCENE-1017) BoostingTermQuery performance

2007-10-02 Thread Peter Keegan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Keegan updated LUCENE-1017: - Attachment: termquery.patch Changes to TermQuery and TermScorer for previous patch

[jira] Commented: (LUCENE-991) BoostingTermQuery.explain() bugs

2007-09-07 Thread Peter Keegan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525709 ] Peter Keegan commented on LUCENE-991: - Hi Grant, TopDocs hits = searcher.search(query, null, 100);

[jira] Created: (LUCENE-991) BoostingTermQuery.explain() bugs

2007-08-31 Thread Peter Keegan (JIRA)
BoostingTermQuery.explain() bugs Key: LUCENE-991 URL: https://issues.apache.org/jira/browse/LUCENE-991 Project: Lucene - Java Issue Type: Bug Components: Search Affects Versions: 2.2

[jira] Commented: (LUCENE-693) ConjunctionScorer - more tuneup

2006-10-24 Thread Peter Keegan (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-693?page=comments#action_12444317 ] Peter Keegan commented on LUCENE-693: - Yonik, I tried out your patch, but it causes an exception on some boolean queries. This one occurred on a boolean query

[jira] Commented: (LUCENE-693) ConjunctionScorer - more tuneup

2006-10-24 Thread Peter Keegan (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-693?page=comments#action_1208 ] Peter Keegan commented on LUCENE-693: - Well, I'm seeing a good 7% increase over the trunk version. Conjunction scorer time is mostly in 'skipto' now, which

[jira] Commented: (LUCENE-693) ConjunctionScorer - more tuneup

2006-10-24 Thread Peter Keegan (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-693?page=comments#action_1236 ] Peter Keegan commented on LUCENE-693: - fwiw, my tests were done using 'real world' queries and index. Most queries have several required clauses. The jvm is

[jira] Created: (LUCENE-693) ConjunctionScorer - more tuneup

2006-10-23 Thread Peter Keegan (JIRA)
ConjunctionScorer - more tuneup --- Key: LUCENE-693 URL: http://issues.apache.org/jira/browse/LUCENE-693 Project: Lucene - Java Issue Type: Bug Components: Search Affects Versions: 2.1