Class CompletionMapping

java.lang.Object
org.webpieces.elasticsearch.mapping.CompletionMapping
All Implemented Interfaces:
PropertyMapping

public class CompletionMapping extends Object implements PropertyMapping
  • Constructor Details

    • CompletionMapping

      public CompletionMapping()
  • Method Details

    • getAnalyzer

      public String getAnalyzer()
    • setAnalyzer

      public void setAnalyzer(String analyzer)
    • getSearchAnalyzer

      public String getSearchAnalyzer()
    • setSearchAnalyzer

      public void setSearchAnalyzer(String searchAnalyzer)
    • getPreserveSeparators

      public Boolean getPreserveSeparators()
    • setPreserveSeparators

      public void setPreserveSeparators(Boolean preserveSeparators)
    • getPreservePositionIncrements

      public Boolean getPreservePositionIncrements()
    • setPreservePositionIncrements

      public void setPreservePositionIncrements(Boolean preservePositionIncrements)
    • getMaxInputLength

      public Integer getMaxInputLength()
    • setMaxInputLength

      public void setMaxInputLength(Integer maxInputLength)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getContexts

      public List<Context> getContexts()
    • setContexts

      public void setContexts(List<Context> contexts)