mirror of https://github.com/apache/lucene.git
import cleanup; small javadoc improvement
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@177987 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
085ba51c9b
commit
c3f5eb0eb4
|
@ -20,12 +20,12 @@ import java.io.IOException;
|
||||||
import java.util.Iterator;
|
import java.util.Iterator;
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
import java.util.Vector;
|
import java.util.Vector;
|
||||||
import java.util.Arrays;
|
|
||||||
|
|
||||||
import org.apache.lucene.index.IndexReader;
|
import org.apache.lucene.index.IndexReader;
|
||||||
|
|
||||||
/** A Query that matches documents matching boolean combinations of other
|
/** A Query that matches documents matching boolean combinations of other
|
||||||
* queries, typically {@link TermQuery}s or {@link PhraseQuery}s.
|
* queries, e.g. {@link TermQuery}s, {@link PhraseQuery}s or other
|
||||||
|
* BooleanQuerys.
|
||||||
*/
|
*/
|
||||||
public class BooleanQuery extends Query {
|
public class BooleanQuery extends Query {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue