|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||