Uses of Interface
org.apache.uima.search.Mapping
Package
Description
Standard UIMA interfaces for indexing and search.
Search engine-independent indexing classes.
-
Uses of Mapping in org.apache.uima.search
Modifier and TypeMethodDescriptionMapping[]
Style.getAttributeMappings()
Gets the mappings that specify which features (properties) of the annotation should be indexed, and under which names.Modifier and TypeMethodDescriptionvoid
Style.setAttributeMappings
(Mapping[] aMappings) Sets the mappings that specify which features (properties) of the annotation should be indexed, and under which names. -
Uses of Mapping in org.apache.uima.search.impl