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

Packages that use FullTextFilterImplementor
org.hibernate.search.query   
org.hibernate.search.store   
 

Uses of FullTextFilterImplementor in org.hibernate.search.query
 

Classes in org.hibernate.search.query that implement FullTextFilterImplementor
 class FullTextFilterImpl
           
 

Uses of FullTextFilterImplementor in org.hibernate.search.store
 

Methods in org.hibernate.search.store with parameters of type FullTextFilterImplementor
 DirectoryProvider<?>[] NotShardedStrategy.getDirectoryProvidersForQuery(FullTextFilterImplementor[] fullTextFilters)
           
 DirectoryProvider<?>[] IndexShardingStrategy.getDirectoryProvidersForQuery(FullTextFilterImplementor[] fullTextFilters)
          return the set of DirectoryProvider(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 getDirectoryProvidersForAllShards() fullTextFilters can be empty if no filter is applied
 DirectoryProvider<?>[] IdHashShardingStrategy.getDirectoryProvidersForQuery(FullTextFilterImplementor[] fullTextFilters)
           
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.