Uses of Interface
org.hibernate.search.query.engine.spi.HSQuery
Packages that use HSQuery
-
Uses of HSQuery in org.hibernate.search.query.engine.spi
Methods in org.hibernate.search.query.engine.spi that return HSQueryModifier and TypeMethodDescriptionHSQuery.firstResult(int firstResult) Deprecated.Set the first element to retrieve.HSQuery.maxResults(Integer maxResults) Deprecated.Set the maximum number of elements to retrieve.HSQuery.projection(String... fields) Deprecated.Defines the Lucene field names projected and returned in a query result Each field is converted back to it's object representation, an Object[] being returned for each "row" (similar to an HQL or a Criteria API projection).HSQuery.setSpatialParameters(Coordinates center, String fieldName) Deprecated.setSpatialParameters.Deprecated.Lets Lucene sort the results.HSQuery.tupleTransformer(TupleTransformer tupleTransformer) Deprecated. -
Uses of HSQuery in org.hibernate.search.spi
Methods in org.hibernate.search.spi that return HSQueryModifier and TypeMethodDescriptiondefault <LOS> HSQuerySearchIntegrator.createHSQuery(Query fullTextQuery, V5MigrationSearchSession<LOS> session, Consumer<LOS> loadOptionsContributor, Class<?>... entityTypes) Deprecated.Return an Hibernate Search query object.