Package org.apache.uima.search
Standard UIMA interfaces for indexing and search.
-
Interface Summary Interface Description Attribute A simple name, value pair that is specified as part of aStyle
to further define its behavior.Filter Specifies a constraint that matches against annotations in the CAS.IndexBuildItem An individual item within aIndexBuildSpecification
.IndexBuildSpecification Determines how aCAS
get indexed with a UIMA-compliant search engine.IndexRule A rule that specifies indexing behavior.Mapping Mapping from a CAS feature name to its name in the index.Style An indexing style. -
Exception Summary Exception Description IndexingException Thrown by the Index to indicate that a failure has occurred during indexing.