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 FilterIndexBuildItem. getFilter()Gets theFilterthat 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 voidIndexBuildItem. setFilter(Filter aFilter)Sets theFilterthat 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 classFilter_implFields in org.apache.uima.search.impl declared as Filter Modifier and Type Field Description private FilterIndexBuildItem_impl. mFilterMethods in org.apache.uima.search.impl that return Filter Modifier and Type Method Description FilterIndexBuildItem_impl. getFilter()Methods in org.apache.uima.search.impl with parameters of type Filter Modifier and Type Method Description voidIndexBuildItem_impl. setFilter(Filter aFilter)
-