| Frames | No Frames |
Methods with parameter type org.apache.lucene.search.BooleanClause.Occur | |
| Query | MultiFieldQueryParser.parse(String query, String[] fields, BooleanClause.Occur[] flags, Analyzer analyzer) Parses a query, searching on the fields specified. |
| Query | MultiFieldQueryParser.parse(String[] queries, String[] fields, BooleanClause.Occur[] flags, Analyzer analyzer) Parses a query, searching on the fields specified. |
Constructors with parameter type org.apache.lucene.search.BooleanClause.Occur | |
Constructs a BooleanClause. | |
Fields of type org.apache.lucene.search.BooleanClause.Occur | |
| BooleanClause.Occur | Use this operator for terms that must appear in the matching documents. |
| BooleanClause.Occur | Use this operator for terms that must not appear in the matching documents. |
| BooleanClause.Occur | Use this operator for terms that should appear in the
matching documents. |
Methods with parameter type org.apache.lucene.search.BooleanClause.Occur | |
| void | Adds a clause to a boolean query. |
| void | |
Methods with return type org.apache.lucene.search.BooleanClause.Occur | |
| BooleanClause.Occur | |