Uses of Interface
org.hibernate.search.FullTextQuery
-
Packages that use FullTextQuery Package Description org.hibernate.search -
-
Uses of FullTextQuery in org.hibernate.search
Methods in org.hibernate.search that return FullTextQuery Modifier and Type Method Description default FullTextQueryFullTextQuery. applyFetchGraph(org.hibernate.graph.RootGraph graph)Deprecated.FullTextQueryFullTextQuery. applyGraph(org.hibernate.graph.RootGraph graph, org.hibernate.graph.GraphSemantic semantic)Deprecated.default FullTextQueryFullTextQuery. applyLoadGraph(org.hibernate.graph.RootGraph graph)Deprecated.FullTextQueryFullTextSession. createFullTextQuery(Query luceneQuery, Class<?>... entities)Deprecated.FullTextQueryFullTextQuery. initializeObjectsWith(ObjectLookupMethod lookupMethod, DatabaseRetrievalMethod retrievalMethod)Deprecated.FullTextQueryFullTextQuery. limitExecutionTimeTo(long timeout, TimeUnit timeUnit)Deprecated.FullTextQueryFullTextQuery. setFetchSize(int i)Deprecated.Instead of using Hibernate Search 5 APIs, get aSearchSessionusingSearch.session(EntityManager), create a search query withSearchSession.search(Class), and define your loading options usingSearchQueryOptionsStep.loading(Consumer).FullTextQueryFullTextQuery. setFirstResult(int firstResult)Deprecated.FullTextQueryFullTextQuery. setFlushMode(javax.persistence.FlushModeType flushMode)Deprecated.FullTextQueryFullTextQuery. setHint(String hintName, Object value)Deprecated.FullTextQueryFullTextQuery. setMaxResults(int maxResults)Deprecated.FullTextQueryFullTextQuery. setProjection(String... fields)Deprecated.FullTextQueryFullTextQuery. setResultTransformer(org.hibernate.transform.ResultTransformer transformer)Deprecated.Instead of using Hibernate Search 5 APIs, get aSearchSessionusingSearch.session(Session), create a search query withSearchSession.search(Class), and define your projections usingSearchQuerySelectStep.select(Function).FullTextQueryFullTextQuery. setSort(Sort sort)Deprecated.FullTextQueryFullTextQuery. setSpatialParameters(double latitude, double longitude, String fieldName)Deprecated.FullTextQueryFullTextQuery. setSpatialParameters(Coordinates center, String fieldName)Deprecated.FullTextQueryFullTextQuery. setTimeout(long timeout, TimeUnit timeUnit)Deprecated.
-