mirror of https://github.com/apache/lucene.git
LUCENE-3175: re-enable accidentally disabled slow-wrapping
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140989 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b13294bf0a
commit
216e696809
|
@ -162,7 +162,7 @@ public class QueryUtils {
|
|||
emptyReaders[0],
|
||||
0 < edge ? r : emptyReaders[0])
|
||||
};
|
||||
IndexSearcher out = LuceneTestCase.newSearcher(new MultiReader(readers), false);
|
||||
IndexSearcher out = LuceneTestCase.newSearcher(new MultiReader(readers));
|
||||
out.setSimilarityProvider(s.getSimilarityProvider());
|
||||
return out;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue