mirror of https://github.com/apache/lucene.git
LUCENE-3534: Merge changes to trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1188810 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
095dfdb085
commit
6e793eb1a0
|
@ -718,6 +718,11 @@ Optimizations
|
|||
* LUCENE-3494: Optimize FilteredQuery to remove a multiply in score()
|
||||
(Uwe Schindler, Robert Muir)
|
||||
|
||||
* LUCENE-3534: Remove filter logic from IndexSearcher and delegate to
|
||||
FilteredQuery's Scorer. This is a partial backport of a cleanup in
|
||||
FilteredQuery/IndexSearcher added by LUCENE-1536 to Lucene 4.0.
|
||||
(Uwe Schindler)
|
||||
|
||||
Test Cases
|
||||
|
||||
* LUCENE-3420: Disable the finalness checks in TokenStream and Analyzer
|
||||
|
|
Loading…
Reference in New Issue