Uses of Interface
org.apache.uima.search.Filter

Packages that use Filter
org.apache.uima.search Standard UIMA interfaces for indexing and search. 
 

Uses of Filter in org.apache.uima.search
 

Methods in org.apache.uima.search that return Filter
 Filter IndexBuildItem.getFilter()
          Gets the Filter 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
 void IndexBuildItem.setFilter(Filter aFilter)
          Sets the Filter that identifies which instances of the named CAS type are governed by the index rule for this item.
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.