| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<TextIndexNormalization> |
TextIndex.textIndexNormalizations |
| Modifier and Type | Method and Description |
|---|---|
TextIndexNormalization |
ObjectFactory.createTextIndexNormalization()
Create an instance of
TextIndexNormalization |
TextIndexNormalization |
TextIndexNormalization.withExtensions(java.util.Collection<Extension> values) |
TextIndexNormalization |
TextIndexNormalization.withExtensions(Extension... values) |
TextIndexNormalization |
TextIndexNormalization.withInField(java.lang.String value) |
TextIndexNormalization |
TextIndexNormalization.withInlineTable(InlineTable value) |
TextIndexNormalization |
TextIndexNormalization.withIsCaseSensitive(java.lang.Boolean value) |
TextIndexNormalization |
TextIndexNormalization.withMaxLevenshteinDistance(java.lang.Integer value) |
TextIndexNormalization |
TextIndexNormalization.withOutField(java.lang.String value) |
TextIndexNormalization |
TextIndexNormalization.withRecursive(java.lang.Boolean value) |
TextIndexNormalization |
TextIndexNormalization.withRegexField(java.lang.String value) |
TextIndexNormalization |
TextIndexNormalization.withTableLocator(TableLocator value) |
TextIndexNormalization |
TextIndexNormalization.withTokenize(java.lang.Boolean value) |
TextIndexNormalization |
TextIndexNormalization.withWordSeparatorCharacterRE(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TextIndexNormalization> |
TextIndex.getTextIndexNormalizations()
Gets the value of the textIndexNormalizations property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(TextIndexNormalization textIndexNormalization) |
TextIndex |
TextIndex.withTextIndexNormalizations(TextIndexNormalization... values) |
| Modifier and Type | Method and Description |
|---|---|
TextIndex |
TextIndex.withTextIndexNormalizations(java.util.Collection<TextIndexNormalization> values) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(TextIndexNormalization textIndexNormalization) |
VisitorAction |
AbstractVisitor.visit(TextIndexNormalization textIndexNormalization) |
Copyright © 2015 University of Tartu. All Rights Reserved.