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.AbstractResponseFUSION_NODE
 - 
Fields inherited from interface com.lucidworks.apollo.solr.response.WriteableResponseDEFAULT_CHARSET
 
- 
 - 
Constructor SummaryConstructors Constructor Description QueryableResponse(org.apache.commons.jxpath.JXPathContext jxPathContext)
 - 
Method SummaryAll 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.AbstractResponseappendMultiMap, 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.Objectequals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface com.lucidworks.apollo.solr.response.WriteableResponsegetContentCharset, getContentType, getMediaType, write
 
- 
 
-