Class ContextBuilder<E extends ContextMapping<?>>

org.elasticsearch.search.suggest.completion.context.ContextBuilder<E>
Direct Known Subclasses:
CategoryContextMapping.Builder, GeoContextMapping.Builder

public abstract class ContextBuilder<E extends ContextMapping<?>> extends
Builder for ContextMapping
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     name)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract E
     
     name)
     name)
    Create a new GeoContextMapping

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Field Details

    • name

      protected  name
  • Constructor Details

    • ContextBuilder

      protected ContextBuilder( name)
      Parameters:
      name - of the context mapper to build
  • Method Details