Class QueryableResponse
- java.lang.Object
-
- com.lucidworks.apollo.solr.response.AbstractResponse
-
- com.lucidworks.apollo.solr.response.QueryableResponse
-
- All Implemented Interfaces:
WriteableResponse
- Direct Known Subclasses:
JSONResponse
,XMLResponse
public abstract class QueryableResponse extends AbstractResponse
-
-
Field Summary
-
Fields inherited from class com.lucidworks.apollo.solr.response.AbstractResponse
FUSION_NODE
-
Fields inherited from interface com.lucidworks.apollo.solr.response.WriteableResponse
DEFAULT_CHARSET
-
-
Constructor Summary
Constructors Constructor Description QueryableResponse(org.apache.commons.jxpath.JXPathContext jxPathContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
iterate(java.lang.String xpath)
java.util.List<java.lang.Object>
matches(java.lang.String xpath)
java.util.Optional<java.lang.Object>
query(java.lang.String q)
-
Methods inherited from class com.lucidworks.apollo.solr.response.AbstractResponse
appendMultiMap, appendString, appendStringList, getCursorMark, getDocIds, getDocIds, getDocumentFieldValuesForCollapseExpandGroupValue, getDocumentFieldValuesForGroupValue, getDocuments, getDocumentsForGroupValue, getDocumentsForGroupValue, getExpandedResults, getFacets, getGroupedResults, getGroups, getGroupValues, getGroupValues, getHighlighting, getJsonFacets, getMaxScore, getNumFound, getQTime, getResponseHeaderParams, getSpellcheck, getStart, getTotalTime, getUnderlyingObject, isGrouped, reorderGroupValues, setNumFound, setStart, setTotalTime, toByteArray, toString, updateDocumentFieldValuesForCollapseExpandGroupValue, updateDocumentFieldValuesForGroupValue, updateDocuments, updateDocumentsForGroupValue, updateDocumentsForGroupValue, updateFacets, updateHighlighting, updateResponseHeaderParams
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.lucidworks.apollo.solr.response.WriteableResponse
getContentCharset, getContentType, getMediaType, write
-
-