[jira] Closed: (LUCENE-541) The DisjunctionMaxQuery lacks an implementation of extractTerms().

2006-04-05 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-541?page=all ] Yonik Seeley closed LUCENE-541: --- Fix Version: 2.0 Resolution: Fixed Assign To: Yonik Seeley Thanks Stefan, I just committed this. > The DisjunctionMaxQuery lacks an implementatio

[jira] Closed: (LUCENE-526) FieldSortedHitQueue - subsequent String sorts with different locales sort identically

2006-04-05 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-526?page=all ] Yonik Seeley closed LUCENE-526: --- Fix Version: 2.0 Resolution: Fixed Assign To: Yonik Seeley I've reviewed and committed these patches. Thanks again Paul! > FieldSortedHitQueue -

[jira] Commented: (LUCENE-365) [PATCH] Performance improvement to DisjunctionSumScorer

2006-04-05 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-365?page=comments#action_12373454 ] Yonik Seeley commented on LUCENE-365: - Nice Paul! I was just doing some performance work in the last week and noticed that DisjunctionSumScorer was taking up a fair amoun

[jira] Closed: (LUCENE-460) hashCode improvements

2006-04-05 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-460?page=all ] Yonik Seeley closed LUCENE-460: --- Resolution: Fixed Assign To: Yonik Seeley closing... I think I got most of these. > hashCode improvements > - > > Key: LUC

[jira] Closed: (LUCENE-540) Merging multiple indexes does not maintain document order.

2006-04-05 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-540?page=all ] Yonik Seeley closed LUCENE-540: --- Fix Version: 2.0 Resolution: Fixed Assign To: Yonik Seeley Fix committed to the latest dev version (soon to be Lucene 2.0) > Merging multiple ind

Re: [newbie]problem about range query

2006-04-05 Thread Dedian Guo
sorry for getting in wrong mail list, anyway, I get useful information from you guys, thanks. On 4/4/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: > > > There is a FAQ thta covers it, I just updated it since it was somewhat out > of date and lacked some of the newest (bestest?) info about dealing

[jira] Updated: (LUCENE-540) Merging multiple indexes does not maintain document order.

2006-04-05 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-540?page=all ] Hoss Man updated LUCENE-540: Attachment: TestMergeIndexDocOrder.java I refactored the previous test to demonstrate the problem both with FSDirectory and with RAMDirectory. interestingly: they fai

[jira] Updated: (LUCENE-541) The DisjunctionMaxQuery lacks an implementation of extractTerms().

2006-04-05 Thread Stefan Will (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-541?page=all ] Stefan Will updated LUCENE-541: --- Attachment: DisjunctionMaxQuery.patch Proposed patch, as in the related bug #427 I only need this after a rewrite(), so this implementation assumes the query was

[jira] Created: (LUCENE-541) The DisjunctionMaxQuery lacks an implementation of extractTerms().

2006-04-05 Thread Stefan Will (JIRA)
The DisjunctionMaxQuery lacks an implementation of extractTerms(). --- Key: LUCENE-541 URL: http://issues.apache.org/jira/browse/LUCENE-541 Project: Lucene - Java Type: Bug Components: Search V

[jira] Updated: (LUCENE-540) Merging multiple indexes does not maintain document order.

2006-04-05 Thread Dan Armbrust (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-540?page=all ] Dan Armbrust updated LUCENE-540: Attachment: LuceneBug.java The attached JUnit test case should demonstrate the problem. See the comments inside of the test case. > Merging multiple indexe

[jira] Created: (LUCENE-540) Merging multiple indexes does not maintain document order.

2006-04-05 Thread Dan Armbrust (JIRA)
Merging multiple indexes does not maintain document order. -- Key: LUCENE-540 URL: http://issues.apache.org/jira/browse/LUCENE-540 Project: Lucene - Java Type: Bug Versions: 1.9 Environment: Windows XP

[jira] Closed: (LUCENE-539) Fix for deprecations in contrib/surround

2006-04-05 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-539?page=all ] Yonik Seeley closed LUCENE-539: --- Fix Version: 2.0 Resolution: Fixed Assign To: Yonik Seeley committed. > Fix for deprecations in contrib/surround > --

[jira] Updated: (LUCENE-539) Fix for deprecations in contrib/surround

2006-04-05 Thread paul.elschot (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-539?page=all ] paul.elschot updated LUCENE-539: Attachment: SrndDeprecatePatch1.txt This only removes some unused code in class org.apache.lucene.queryParser.surround.query.SpanNearClauseFactory > Fix for de

[jira] Created: (LUCENE-539) Fix for deprecations in contrib/surround

2006-04-05 Thread paul.elschot (JIRA)
Fix for deprecations in contrib/surround Key: LUCENE-539 URL: http://issues.apache.org/jira/browse/LUCENE-539 Project: Lucene - Java Type: Improvement Components: Other Reporter: paul.elschot Fix for deprecations in

Re: hits

2006-04-05 Thread Grant Ingersoll
Take a look at SpanQuery and it's derivatives Also, ask these type of questions on java-user@lucene.apache.org not java-dev. Anton Feldmann wrote: Hi I need to know how i display the sentence the Hit is in? cheers anton

hits

2006-04-05 Thread Anton Feldmann
Hi I need to know how i display the sentence the Hit is in? cheers anton - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]