Uses of Interface
org.hibernate.search.query.engine.spi.HSQuery
-
Packages that use HSQuery Package Description org.hibernate.search.query.engine.spi org.hibernate.search.spi -
-
Uses of HSQuery in org.hibernate.search.query.engine.spi
Methods in org.hibernate.search.query.engine.spi that return HSQuery Modifier and Type Method Description HSQueryHSQuery. firstResult(int firstResult)Deprecated.Set the first element to retrieve.HSQueryHSQuery. maxResults(int maxResults)Deprecated.Set the maximum number of elements to retrieve.HSQueryHSQuery. 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).HSQueryHSQuery. setSpatialParameters(Coordinates center, String fieldName)Deprecated.setSpatialParameters.HSQueryHSQuery. sort(Sort sort)Deprecated.Lets Lucene sort the results.HSQueryHSQuery. tupleTransformer(TupleTransformer tupleTransformer)Deprecated. -
Uses of HSQuery in org.hibernate.search.spi
Methods in org.hibernate.search.spi that return HSQuery Modifier and Type Method Description default <LOS> HSQuerySearchIntegrator. createHSQuery(Query fullTextQuery, V5MigrationSearchSession<LOS> session, Consumer<LOS> loadOptionsContributor, Class<?>... entityTypes)Deprecated.Return an Hibernate Search query object.
-