Uses of Class
org.apache.lucene.search.BooleanQuery
Packages that use BooleanQuery
Package
Description
Faceted search.
Monitoring framework
QueryParser which permits complex phrase query syntax eg "(john jon jonathan~) peters*"
Standard Lucene Query Node Builders.
A simple query parser for human-entered queries.
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial
queries.
Code to search indices.
Support for Autocomplete/Autosuggest
Analyzer based autosuggest.
Some utility classes.
-
Uses of BooleanQuery in org.apache.lucene.facet
Methods in org.apache.lucene.facet that return BooleanQuery -
Uses of BooleanQuery in org.apache.lucene.monitor
Methods in org.apache.lucene.monitor with parameters of type BooleanQueryModifier and TypeMethodDescriptionQueryDecomposer.decomposeBoolean
(BooleanQuery q) Decompose aBooleanQuery
-
Uses of BooleanQuery in org.apache.lucene.queryparser.complexPhrase
Methods in org.apache.lucene.queryparser.complexPhrase that return BooleanQueryModifier and TypeMethodDescriptionprivate BooleanQuery
ComplexPhraseQueryParser.ComplexPhraseQuery.convert
(SynonymQuery qc) Methods in org.apache.lucene.queryparser.complexPhrase with parameters of type BooleanQueryModifier and TypeMethodDescriptionprivate void
ComplexPhraseQueryParser.ComplexPhraseQuery.addComplexPhraseClause
(List<SpanQuery> spanClauses, BooleanQuery qc) -
Uses of BooleanQuery in org.apache.lucene.queryparser.flexible.standard.builders
Methods in org.apache.lucene.queryparser.flexible.standard.builders that return BooleanQueryModifier and TypeMethodDescription -
Uses of BooleanQuery in org.apache.lucene.queryparser.simple
Methods in org.apache.lucene.queryparser.simple that return BooleanQueryModifier and TypeMethodDescriptionprivate static BooleanQuery
SimpleQueryParser.addClause
(BooleanQuery bq, Query query, BooleanClause.Occur occur) Methods in org.apache.lucene.queryparser.simple with parameters of type BooleanQueryModifier and TypeMethodDescriptionprivate static BooleanQuery
SimpleQueryParser.addClause
(BooleanQuery bq, Query query, BooleanClause.Occur occur) protected Query
SimpleQueryParser.simplify
(BooleanQuery bq) Helper to simplify boolean queries with 0 or 1 clause -
Uses of BooleanQuery in org.apache.lucene.sandbox.search
Methods in org.apache.lucene.sandbox.search that return BooleanQuery -
Uses of BooleanQuery in org.apache.lucene.search
Fields in org.apache.lucene.search declared as BooleanQueryMethods in org.apache.lucene.search that return BooleanQueryModifier and TypeMethodDescriptionBooleanQuery.Builder.build()
Create a newBooleanQuery
based on the parameters that have been set on this builder.(package private) BooleanQuery
BooleanQuery.rewriteNoScoring()
Methods in org.apache.lucene.search with parameters of type BooleanQueryConstructors in org.apache.lucene.search with parameters of type BooleanQueryModifierConstructorDescription(package private)
BooleanWeight
(BooleanQuery query, IndexSearcher searcher, ScoreMode scoreMode, float boost) -
Uses of BooleanQuery in org.apache.lucene.search.suggest
Methods in org.apache.lucene.search.suggest with parameters of type BooleanQueryModifier and TypeMethodDescriptionLookup.lookup
(CharSequence key, BooleanQuery contextFilerQuery, int num, boolean allTermsRequired, boolean doHighlight) Look up a key and return possible completion for this key. -
Uses of BooleanQuery in org.apache.lucene.search.suggest.analyzing
Methods in org.apache.lucene.search.suggest.analyzing that return BooleanQueryModifier and TypeMethodDescriptionprivate BooleanQuery
AnalyzingInfixSuggester.toQuery
(Map<BytesRef, BooleanClause.Occur> contextInfo) private BooleanQuery
Methods in org.apache.lucene.search.suggest.analyzing with parameters of type BooleanQueryModifier and TypeMethodDescriptionAnalyzingInfixSuggester.lookup
(CharSequence key, BooleanQuery contextQuery, int num, boolean allTermsRequired, boolean doHighlight) This is an advanced method providing the capability to send down to the suggester any arbitrary lucene query to be used to filter the result of the suggesterBlendedInfixSuggester.lookup
(CharSequence key, BooleanQuery contextQuery, int num, boolean allTermsRequired, boolean doHighlight) -
Uses of BooleanQuery in org.apache.lucene.util
Methods in org.apache.lucene.util that return BooleanQueryModifier and TypeMethodDescriptionprivate BooleanQuery
QueryBuilder.addMinShouldMatchToBoolean
(BooleanQuery query, float fraction) Rebuilds a boolean query and sets a new minimum number should match value.Methods in org.apache.lucene.util with parameters of type BooleanQueryModifier and TypeMethodDescriptionprivate BooleanQuery
QueryBuilder.addMinShouldMatchToBoolean
(BooleanQuery query, float fraction) Rebuilds a boolean query and sets a new minimum number should match value.