Class IndexPrefixes
java.lang.Object
org.webpieces.elasticsearch.mapping.IndexPrefixes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetMaxChars(int maxChars) voidsetMinChars(int minChars)
-
Constructor Details
-
IndexPrefixes
public IndexPrefixes()
-
-
Method Details
-
getMinChars
public int getMinChars() -
setMinChars
public void setMinChars(int minChars) -
getMaxChars
public int getMaxChars() -
setMaxChars
public void setMaxChars(int maxChars)
-