Package org.apache.uima.search
Interface IndexRule
- All Superinterfaces:
Serializable
,XMLizable
- All Known Implementing Classes:
IndexRule_impl
A rule that specifies indexing behavior. An indexing rule is attached to an
IndexBuildItem
in order to assign indexing behavior to an annotation type. An Index Rule
consists of zero or more Style
s.
This object implements the XMLizable
interface and can be parsed from an XML
representation.
-
Method Summary
Methods inherited from interface org.apache.uima.util.XMLizable
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
-
Method Details
-
getStyles
Style[] getStyles()Gets the styles that comprise this index rule.- Returns:
- the CAS type name for this build item
-
setStyles
Sets the styles that comprise this index rule.- Parameters:
aStyles
- the CAS type name for this build item
-