Class ContextQuery.ContextMetaData

  • Enclosing class:
    ContextQuery

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

      Fields 
      Modifier and Type Field Description
      private float boost
      Boost associated with a context value
      private boolean exact
      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 Detail

      • 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 Detail

      • ContextMetaData

        private ContextMetaData​(float boost,
                                boolean exact)