Uses of Interface
org.apache.uima.search.IndexBuildItem
-
Packages that use IndexBuildItem 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 IndexBuildItem in org.apache.uima.search
Methods in org.apache.uima.search that return IndexBuildItem Modifier and Type Method Description IndexBuildItem[]IndexBuildSpecification. getIndexBuildItems()Gets theIndexBuildItemobjects that comprise this index build specification.Methods in org.apache.uima.search with parameters of type IndexBuildItem Modifier and Type Method Description voidIndexBuildSpecification. setIndexBuildItems(IndexBuildItem[] aItems)Sets theIndexBuildItemobjects that comprise this index build specification. -
Uses of IndexBuildItem in org.apache.uima.search.impl
Classes in org.apache.uima.search.impl that implement IndexBuildItem Modifier and Type Class Description classIndexBuildItem_implFields in org.apache.uima.search.impl declared as IndexBuildItem Modifier and Type Field Description private IndexBuildItem[]IndexBuildSpecification_impl. mItemsMethods in org.apache.uima.search.impl that return IndexBuildItem Modifier and Type Method Description IndexBuildItem[]IndexBuildSpecification_impl. getIndexBuildItems()Methods in org.apache.uima.search.impl with parameters of type IndexBuildItem Modifier and Type Method Description voidIndexBuildSpecification_impl. setIndexBuildItems(IndexBuildItem[] aItems)
-