public interface Mapping
Style.getAttributeMappings().| Modifier and Type | Method and Description | 
|---|---|
| String | getFeature()Gets the name of the feature that should be indexed. | 
| String | getIndexName()Gets the name that will be used to represent this feature in the index. | 
| void | setFeature(String aFeature)Sets the name of the feature that should be indexed. | 
| void | setIndexName(String aIndexName)Sets the name that will be used to represent this feature in the index. | 
String getFeature()
void setFeature(String aFeature)
aFeature - the CAS feature nameString getIndexName()
void setIndexName(String aIndexName)
aIndexName - the index name for the featureCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.