Class ContextMapping.InternalQueryContext

org.elasticsearch.search.suggest.completion.context.ContextMapping.InternalQueryContext
Enclosing class:
ContextMapping<T extends org.elasticsearch.common.xcontent.ToXContent>

public static class ContextMapping.InternalQueryContext extends
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
     
     
    boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     context, int boost, boolean isPrefix)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     o)
     
    int
     
     

    Methods inherited from class java.lang.

    , , , , , , ,
  • Field Details

    • context

      public final  context
    • boost

      public final int boost
    • isPrefix

      public final boolean isPrefix
  • Constructor Details

    • InternalQueryContext

      public InternalQueryContext( context, int boost, boolean isPrefix)
  • Method Details

    • equals

      public boolean equals( o)
      Overrides:
       in class 
    • hashCode

      public int hashCode()
      Overrides:
       in class 
    • toString

      public  toString()
      Overrides:
       in class