Uses of Interface
org.apache.uima.search.Filter
-
Packages that use Filter 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 Filter in org.apache.uima.search
Methods in org.apache.uima.search that return Filter Modifier and Type Method Description Filter
IndexBuildItem. getFilter()
Gets theFilter
that identifies which instances of the named CAS type are governed by the index rule for this item.Methods in org.apache.uima.search with parameters of type Filter Modifier and Type Method Description void
IndexBuildItem. setFilter(Filter aFilter)
Sets theFilter
that identifies which instances of the named CAS type are governed by the index rule for this item. -
Uses of Filter in org.apache.uima.search.impl
Classes in org.apache.uima.search.impl that implement Filter Modifier and Type Class Description class
Filter_impl
Methods in org.apache.uima.search.impl that return Filter Modifier and Type Method Description Filter
IndexBuildItem_impl. getFilter()
Methods in org.apache.uima.search.impl with parameters of type Filter Modifier and Type Method Description void
IndexBuildItem_impl. setFilter(Filter aFilter)
-