Package com.yahoo.schema.parser
Class ParsedIndex
java.lang.Object
com.yahoo.schema.parser.ParsedBlock
com.yahoo.schema.parser.ParsedIndex
This class holds the extracted information after parsing an "index"
block, using simple data structures as far as possible. Do not put
advanced logic here!
- Author:
- arnej27959
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetArity(int arity) voidsetDensePostingListThreshold(double threshold) voidsetEnableBm25(boolean value) voidsetHnswIndexParams(HnswIndexParams params) voidsetLowerBound(long value) voidsetPrefix(boolean value) voidsetStemming(Stemming stemming) voidsetUpperBound(long value) Methods inherited from class com.yahoo.schema.parser.ParsedBlock
blockType, name, toString, verifyThat
-
Constructor Details
-
ParsedIndex
-
-
Method Details
-
addAlias
-
setArity
public void setArity(int arity) -
setDensePostingListThreshold
public void setDensePostingListThreshold(double threshold) -
setEnableBm25
public void setEnableBm25(boolean value) -
setHnswIndexParams
-
setLowerBound
public void setLowerBound(long value) -
setPrefix
public void setPrefix(boolean value) -
setStemming
-
setUpperBound
public void setUpperBound(long value)
-