Uses of Interface
org.hibernate.search.filter.FullTextFilterImplementor

Packages that use FullTextFilterImplementor
org.hibernate.search.filter.impl   
org.hibernate.search.store   
org.hibernate.search.store.impl   
 

Uses of FullTextFilterImplementor in org.hibernate.search.filter.impl
 

Classes in org.hibernate.search.filter.impl that implement FullTextFilterImplementor
 class FullTextFilterImpl
           
 

Uses of FullTextFilterImplementor in org.hibernate.search.store
 

Methods in org.hibernate.search.store with parameters of type FullTextFilterImplementor
 IndexManager[] IndexShardingStrategy.getIndexManagersForQuery(FullTextFilterImplementor[] fullTextFilters)
          return the set of IndexManager(s) where the entities matching the filters are stored this optional optimization allows queries to hit a subset of all shards, which may be useful for some datasets if this optimization is not needed, return getIndexManagersForAllShards() fullTextFilters can be empty if no filter is applied
 

Uses of FullTextFilterImplementor in org.hibernate.search.store.impl
 

Methods in org.hibernate.search.store.impl with parameters of type FullTextFilterImplementor
 IndexManager[] IdHashShardingStrategy.getIndexManagersForQuery(FullTextFilterImplementor[] fullTextFilters)
           
 IndexManager[] NotShardedStrategy.getIndexManagersForQuery(FullTextFilterImplementor[] fullTextFilters)
           
 



Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved