|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Mapping
Mapping from a CAS feature name to its name in the index. Used inside
Style.getAttributeMappings()
.
Method Summary | |
---|---|
java.lang.String |
getFeature()
Gets the name of the feature that should be indexed. |
java.lang.String |
getIndexName()
Gets the name that will be used to represent this feature in the index. |
void |
setFeature(java.lang.String aFeature)
Sets the name of the feature that should be indexed. |
void |
setIndexName(java.lang.String aIndexName)
Sets the name that will be used to represent this feature in the index. |
Method Detail |
---|
java.lang.String getFeature()
void setFeature(java.lang.String aFeature)
aFeature
- the CAS feature namejava.lang.String getIndexName()
void setIndexName(java.lang.String aIndexName)
aIndexName
- the index name for the feature
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |