public class TextIndex extends Expression implements HasExpression<TextIndex>, HasExtensions<TextIndex>, HasFieldReference<TextIndex>
| Modifier and Type | Class and Description |
|---|---|
static class |
TextIndex.CountHits |
static class |
TextIndex.LocalTermWeights |
| Constructor and Description |
|---|
TextIndex() |
TextIndex(FieldName textField,
Expression expression) |
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic TextIndex()
public TextIndex(FieldName textField, Expression expression)
public FieldName getField()
getField in interface HasFieldReference<TextIndex>public TextIndex setField(FieldName field)
setField in interface HasFieldReference<TextIndex>public FieldName getTextField()
public TextIndex.LocalTermWeights getLocalTermWeights()
public TextIndex setLocalTermWeights(TextIndex.LocalTermWeights localTermWeights)
public boolean isCaseSensitive()
public Integer getMaxLevenshteinDistance()
public TextIndex setMaxLevenshteinDistance(Integer maxLevenshteinDistance)
public TextIndex.CountHits getCountHits()
public TextIndex setCountHits(TextIndex.CountHits countHits)
public String getWordSeparatorCharacterRE()
public TextIndex setWordSeparatorCharacterRE(String wordSeparatorCharacterRE)
public boolean isTokenize()
public boolean hasExtensions()
hasExtensions in interface HasExtensions<TextIndex>public List<Extension> getExtensions()
getExtensions in interface HasExtensions<TextIndex>public TextIndex addExtensions(Extension... extensions)
addExtensions in interface HasExtensions<TextIndex>public boolean hasTextIndexNormalizations()
public List<TextIndexNormalization> getTextIndexNormalizations()
public TextIndex addTextIndexNormalizations(TextIndexNormalization... textIndexNormalizations)
public Expression getExpression()
getExpression in interface HasExpression<TextIndex>public TextIndex setExpression(Expression expression)
setExpression in interface HasExpression<TextIndex>public VisitorAction accept(Visitor visitor)
Copyright © 2019 University of Tartu. All rights reserved.