public class IndriAndQuery extends IndriQuery
| Constructor and Description | 
|---|
IndriAndQuery(List<BooleanClause> clauses)  | 
| Modifier and Type | Method and Description | 
|---|---|
Weight | 
createWeight(IndexSearcher searcher,
            ScoreMode scoreMode,
            float boost)
Expert: Constructs an appropriate Weight implementation for this query. 
 | 
equals, getClauses, hashCode, iterator, toString, visitclassHash, rewrite, sameClassAs, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic IndriAndQuery(List<BooleanClause> clauses)
public Weight createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) throws IOException
QueryOnly implemented by primitive queries, which re-write to themselves.
createWeight in class IndriQueryscoreMode - How the produced scorers will be consumed.boost - The boost that is propagated by the parent queries.IOExceptionCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.