public abstract class FullTextQueryResponse
extends java.lang.Object
Constructor and Description |
---|
FullTextQueryResponse() |
Modifier and Type | Method and Description |
---|---|
abstract FullTextQueryHit[] |
getQueryHits()
This method returns an array of query hits.
|
abstract long |
getTotalQueryHits()
This method returns the total number of document hits matched during the query.
|
abstract boolean |
hasMoreQueryHits()
Query hit results are batched back to the client.
|
public abstract long getTotalQueryHits()
public abstract boolean hasMoreQueryHits()
public abstract FullTextQueryHit[] getQueryHits() throws QueryException
QueryException
- if an error occurs while processing the query hits.