Class HsQueryRequest
- java.lang.Object
-
- org.infinispan.query.dsl.embedded.impl.HsQueryRequest
-
public final class HsQueryRequest extends Object
Stores the definition of aHSQuery.- Since:
- 9.2
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hibernate.search.query.engine.spi.HSQuerygetHsQuery()String[]getProjections()org.apache.lucene.search.SortgetSort()
-
-
-
Method Detail
-
getHsQuery
public org.hibernate.search.query.engine.spi.HSQuery getHsQuery()
-
getSort
public org.apache.lucene.search.Sort getSort()
-
getProjections
public String[] getProjections()
-
-