|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchManager
The SearchManager is the entry point to create full text queries on top of a cache.
Method Summary | |
---|---|
org.hibernate.search.query.dsl.EntityContext |
buildQueryBuilderForClass(Class<?> entityType)
Experimental. |
CacheQuery |
getQuery(org.apache.lucene.search.Query luceneQuery,
Class<?>... classes)
This is a simple method that will just return a CacheQuery , filtered according to a set of classes passed
in. |
org.hibernate.search.SearchFactory |
getSearchFactory()
Experimental. |
Method Detail |
---|
CacheQuery getQuery(org.apache.lucene.search.Query luceneQuery, Class<?>... classes)
CacheQuery
, filtered according to a set of classes passed
in. If no classes are passed in, it is assumed that no type filtering is performed and so all known types will
be searched.
luceneQuery
- - Query
classes
- - optionally only return results of type that matches this list of acceptable types
org.hibernate.search.query.dsl.EntityContext buildQueryBuilderForClass(Class<?> entityType)
org.hibernate.search.SearchFactory getSearchFactory()
|
--> | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |