dnaber 2004/11/14 05:26:28
Modified:src/java/org/apache/lucene/search IndexSearcher.java
Log:
throw IllegalArgumentException for nDocs <= 0 to avoid NullPointerException
PR: 32227
Submitted by: Paul Elschot
Revision ChangesPath
1.23 +4 -0
jakarta-lucene
cutting 2004/10/01 09:10:45
Modified:.Tag: lucene_1_4_2_dev CHANGES.txt
src/java/org/apache/lucene/search Tag: lucene_1_4_2_dev
IndexSearcher.java
Log:
In 1.4.2 branch, optimize IndexSearcher to not allocate a ScoreDoc for every
non-zer
dnaber 2004/09/30 13:53:07
Modified:src/java/org/apache/lucene/search IndexSearcher.java
Log:
Adding a small comment that says people should use only one IndexSearches for all
searches.
Revision ChangesPath
1.22 +2 -1
jakarta-lucene/src/java/org/apache/lucene
cutting 2004/09/28 09:54:44
Modified:src/java/org/apache/lucene/search IndexSearcher.java
Log:
Oops. Fixed a bug I introduced in my last change. Thanks to
Cristoph for catching this! I overgeneralized. Sorted results are
not always the highest scoring.
Revision Changes
Hi Doug,
I think this change is not correct in the FieldDoc case. In case of
sort, score is not necessarily the criterion for the decision whether
a FieldDoc is inserted into the queue or not!
Christoph
[EMAIL PROTECTED] wrote:
cutting 2004/09/22 10:03:00
Modified:src/java/org/apache/luce
cutting 2004/09/22 10:03:00
Modified:src/java/org/apache/lucene/search IndexSearcher.java
Log:
Do not construct a ScoreDoc for every non-zero hit, but only for those
in the current top scoring set. This makes a substantial performance
improvement for queries that match lots of d
goller 2004/04/21 10:26:28
Modified:src/java/org/apache/lucene/search IndexSearcher.java
Log:
Making bahavior of close() more consistent.
Revision ChangesPath
1.17 +16 -4
jakarta-lucene/src/java/org/apache/lucene/search/IndexSearcher.java
Index: IndexSearc
ehatcher2003/09/16 13:06:32
Modified:src/java/org/apache/lucene/search IndexSearcher.java
MultiSearcher.java
Log:
implements Searchable is redundant, as Searcher implements it
Revision ChangesPath
1.11 +1 -1
jakarta-lucene/src/java/org/a