Skip to content

Commit

Permalink
Fix precommit failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Atri Sharma committed Dec 4, 2019
1 parent 93a4a7e commit 44edde3
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -18,7 +18,6 @@


import java.io.IOException;
import java.util.concurrent.Executor; // javadocs

import org.apache.lucene.index.IndexReader;
import org.apache.lucene.index.IndexWriter; // javadocs
Expand All @@ -39,7 +38,7 @@
* You can pass your own factory instead if you want custom behavior, such as:
* <ul>
* <li>Setting a custom scoring model: {@link IndexSearcher#setSimilarity(Similarity)}
* <li>Parallel per-segment search: {@link IndexSearcher#IndexSearcher(IndexReader, Executor)}
* <li>Parallel per-segment search: {@link IndexSearcher#IndexSearcher(IndexReader, SliceExecutionControlPlane)}
* <li>Return custom subclasses of IndexSearcher (for example that implement distributed scoring)
* <li>Run queries to warm your IndexSearcher before it is used. Note: when using near-realtime search
* you may want to also {@link IndexWriterConfig#setMergedSegmentWarmer(IndexWriter.IndexReaderWarmer)} to warm
Expand Down

0 comments on commit 44edde3

Please sign in to comment.