Uses of Interface
org.apache.uima.search.Mapping
Packages that use Mapping
Package
Description
Standard UIMA interfaces for indexing and search.
Search engine-independent indexing classes.
-
Uses of Mapping in org.apache.uima.search
Methods in org.apache.uima.search that return MappingModifier and TypeMethodDescriptionMapping[]
Style.getAttributeMappings()
Gets the mappings that specify which features (properties) of the annotation should be indexed, and under which names.Methods in org.apache.uima.search with parameters of type MappingModifier 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
Classes in org.apache.uima.search.impl that implement MappingMethods in org.apache.uima.search.impl that return MappingMethods in org.apache.uima.search.impl with parameters of type Mapping