Class ContextQuery.ContextMetaData

java.lang.Object
org.apache.lucene.search.suggest.document.ContextQuery.ContextMetaData
Enclosing class:
ContextQuery

private static class ContextQuery.ContextMetaData extends Object
Holder for context value meta data
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final float
    Boost associated with a context value
    private final boolean
    flag to indicate whether the context value should be treated as an exact value or a context prefix
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    ContextMetaData(float boost, boolean exact)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • boost

      private final float boost
      Boost associated with a context value
    • exact

      private final boolean exact
      flag 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)