public static class KiePMMLTextIndex.Builder extends AbstractKiePMMLComponent.Builder<KiePMMLTextIndex>
toBuild| Modifier and Type | Method and Description |
|---|---|
KiePMMLTextIndex.Builder |
withCountHits(COUNT_HITS countHits) |
KiePMMLTextIndex.Builder |
withIsCaseSensitive(boolean isCaseSensitive) |
KiePMMLTextIndex.Builder |
withLocalTermWeights(LOCAL_TERM_WEIGHTS localTermWeights) |
KiePMMLTextIndex.Builder |
withMaxLevenshteinDistance(int maxLevenshteinDistance) |
KiePMMLTextIndex.Builder |
withTextIndexNormalizations(List<KiePMMLTextIndexNormalization> textIndexNormalizations) |
KiePMMLTextIndex.Builder |
withTokenize(boolean tokenize) |
KiePMMLTextIndex.Builder |
withWordSeparatorCharacterRE(String wordSeparatorCharacterRE) |
build, withParentIdpublic KiePMMLTextIndex.Builder withLocalTermWeights(LOCAL_TERM_WEIGHTS localTermWeights)
public KiePMMLTextIndex.Builder withIsCaseSensitive(boolean isCaseSensitive)
public KiePMMLTextIndex.Builder withMaxLevenshteinDistance(int maxLevenshteinDistance)
public KiePMMLTextIndex.Builder withCountHits(COUNT_HITS countHits)
public KiePMMLTextIndex.Builder withWordSeparatorCharacterRE(String wordSeparatorCharacterRE)
public KiePMMLTextIndex.Builder withTokenize(boolean tokenize)
public KiePMMLTextIndex.Builder withTextIndexNormalizations(List<KiePMMLTextIndexNormalization> textIndexNormalizations)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.