Uses of Interface
org.hibernate.search.query.engine.spi.HSQuery

Packages that use HSQuery
org.hibernate.search.impl   
org.hibernate.search.query.engine.impl   
org.hibernate.search.query.engine.spi   
org.hibernate.search.spi   
 

Uses of HSQuery in org.hibernate.search.impl
 

Methods in org.hibernate.search.impl that return HSQuery
 HSQuery ImmutableSearchFactory.createHSQuery()
           
 HSQuery MutableSearchFactory.createHSQuery()
           
 

Uses of HSQuery in org.hibernate.search.query.engine.impl
 

Classes in org.hibernate.search.query.engine.impl that implement HSQuery
 class HSQueryImpl
           
 

Methods in org.hibernate.search.query.engine.impl that return HSQuery
 HSQuery HSQueryImpl.filter(org.apache.lucene.search.Filter filter)
           
 HSQuery HSQueryImpl.firstResult(int firstResult)
           
 HSQuery HSQueryImpl.luceneQuery(org.apache.lucene.search.Query query)
           
 HSQuery HSQueryImpl.maxResults(int maxResults)
           
 HSQuery HSQueryImpl.projection(String... fields)
           
 HSQuery HSQueryImpl.setSpatialParameters(Point center, String fieldName)
           
 HSQuery HSQueryImpl.sort(org.apache.lucene.search.Sort sort)
           
 HSQuery HSQueryImpl.targetedEntities(List<Class<?>> classes)
           
 HSQuery HSQueryImpl.timeoutExceptionFactory(TimeoutExceptionFactory exceptionFactory)
           
 

Uses of HSQuery in org.hibernate.search.query.engine.spi
 

Methods in org.hibernate.search.query.engine.spi that return HSQuery
 HSQuery HSQuery.filter(org.apache.lucene.search.Filter filter)
          Allows to use lucene filters.
 HSQuery HSQuery.firstResult(int firstResult)
          Set the first element to retrieve.
 HSQuery HSQuery.luceneQuery(org.apache.lucene.search.Query query)
          Defines the underlying Lucene query
 HSQuery HSQuery.maxResults(int maxResults)
          Set the maximum number of elements to retrieve.
 HSQuery HSQuery.projection(String... fields)
          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 HSQuery.setSpatialParameters(Point center, String fieldName)
          setSpatialParameters.
 HSQuery HSQuery.sort(org.apache.lucene.search.Sort sort)
          Lets Lucene sort the results.
 HSQuery HSQuery.targetedEntities(List<Class<?>> classes)
          Defines the targeted entities.
 HSQuery HSQuery.timeoutExceptionFactory(TimeoutExceptionFactory exceptionFactory)
          Define the timeout exception factory to customize the exception returned by the user.
 

Uses of HSQuery in org.hibernate.search.spi
 

Methods in org.hibernate.search.spi that return HSQuery
 HSQuery SearchFactoryIntegrator.createHSQuery()
          Return an Hibernate Search query object.
 



Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved