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 theIndexBuildItem
objects that comprise this index build specification.Methods in org.apache.uima.search with parameters of type IndexBuildItem Modifier and Type Method Description void
IndexBuildSpecification. setIndexBuildItems(IndexBuildItem[] aItems)
Sets theIndexBuildItem
objects 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 class
IndexBuildItem_impl
Fields in org.apache.uima.search.impl declared as IndexBuildItem Modifier and Type Field Description private IndexBuildItem[]
IndexBuildSpecification_impl. mItems
Methods 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 void
IndexBuildSpecification_impl. setIndexBuildItems(IndexBuildItem[] aItems)
-