Module org.apache.lucene.suggest
Class ContextQuery.ContextMetaData
java.lang.Object
org.apache.lucene.search.suggest.document.ContextQuery.ContextMetaData
- Enclosing class:
ContextQuery
Holder for context value meta data
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
boost
private final float boostBoost associated with a context value -
exact
private final boolean exactflag to indicate whether the context value should be treated as an exact value or a context prefix
-
-
Constructor Details
-
ContextMetaData
private ContextMetaData(float boost, boolean exact)
-