Uses of Interface
org.apache.uima.search.IndexRule
-
Packages that use IndexRule Package Description org.apache.uima.search Standard UIMA interfaces for indexing and search.org.apache.uima.search.impl Search engine-independent indexing classes. -
-
Uses of IndexRule in org.apache.uima.search
Methods in org.apache.uima.search that return IndexRule Modifier and Type Method Description IndexRuleIndexBuildItem. getIndexRule()Gets theIndexRulethat defines how annotations matching this build item should be indexed.Methods in org.apache.uima.search with parameters of type IndexRule Modifier and Type Method Description voidIndexBuildItem. setIndexRule(IndexRule aRule)Sets theIndexRulethat defines how annotations matching this build item should be indexed. -
Uses of IndexRule in org.apache.uima.search.impl
Classes in org.apache.uima.search.impl that implement IndexRule Modifier and Type Class Description classIndexRule_implMethods in org.apache.uima.search.impl that return IndexRule Modifier and Type Method Description IndexRuleIndexBuildItem_impl. getIndexRule()Methods in org.apache.uima.search.impl with parameters of type IndexRule Modifier and Type Method Description voidIndexBuildItem_impl. setIndexRule(IndexRule aRule)
-