Uses of Interface
org.hibernate.search.FullTextQuery
Packages that use FullTextQuery
-
Uses of FullTextQuery in org.hibernate.search
Methods in org.hibernate.search that return FullTextQueryModifier and TypeMethodDescriptiondefault FullTextQueryFullTextQuery.applyFetchGraph(org.hibernate.graph.RootGraph graph) Deprecated.FullTextQuery.applyGraph(org.hibernate.graph.RootGraph graph, org.hibernate.graph.GraphSemantic semantic) Deprecated.default FullTextQueryFullTextQuery.applyLoadGraph(org.hibernate.graph.RootGraph graph) Deprecated.FullTextSession.createFullTextQuery(Query luceneQuery, Class<?>... entities) Deprecated.FullTextQuery.initializeObjectsWith(ObjectLookupMethod lookupMethod, DatabaseRetrievalMethod retrievalMethod) Deprecated.FullTextQuery.limitExecutionTimeTo(long timeout, TimeUnit timeUnit) Deprecated.FullTextQuery.setFetchSize(int i) Deprecated.FullTextQuery.setFirstResult(int firstResult) Deprecated.FullTextQuery.setFlushMode(javax.persistence.FlushModeType flushMode) Deprecated.Deprecated.FullTextQuery.setMaxResults(int maxResults) Deprecated.FullTextQuery.setProjection(String... fields) Deprecated.FullTextQuery.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).Deprecated.FullTextQuery.setSpatialParameters(double latitude, double longitude, String fieldName) Deprecated.FullTextQuery.setSpatialParameters(Coordinates center, String fieldName) Deprecated.FullTextQuery.setTimeout(long timeout, TimeUnit timeUnit) Deprecated.
SearchSessionusingSearch.session(EntityManager), create a search query withSearchSession.search(Class), and define your loading options usingSearchQueryOptionsStep.loading(Consumer).