All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method |
Description |
protected SolrJSONResultSet |
findSolrResultSet(ResultSet results) |
Gets SolrJSONResultSet class if there is one.
|
protected List<FacetFieldContext> |
getFacetBucketsForFacetFields(Map<String,List<Pair<String,Integer>>> facetFields,
SearchQuery searchQuery) |
|
protected List<GenericFacetResponse> |
getFacetBucketsForFacetFieldsAsFacets(Map<String,List<Pair<String,Integer>>> facetFields,
SearchQuery searchQuery) |
|
protected List<GenericFacetResponse> |
getFacetBucketsFromFacetQueries(Map<String,Integer> facetQueries,
SearchQuery searchQuery) |
Builds a facet field from facet queries.
|
protected List<GenericFacetResponse> |
getFieldStats(SearchRequestContext searchRequestContext,
Map<String,Set<Metric>> stats) |
|
protected static List<GenericFacetResponse> |
getGenericFacetsForIntervals(Map<String,List<Pair<String,Integer>>> facetFields,
SearchQuery searchQuery) |
Returns generic faceting responses for Intervals
|
Node |
getNode(ResultSetRow aRow,
Params params,
Map<String,UserInfo> mapUserInfo,
boolean isHistory) |
Builds a node representation based on a ResultSetRow;
|
protected List<GenericFacetResponse> |
getPivots(SearchRequestContext searchRequest,
List<GenericFacetResponse> pivots,
List<GenericFacetResponse> stats) |
|
static boolean |
hasGroup(SearchQuery searchQuery) |
|
boolean |
isNullContext(SearchContext context) |
Is the context null?
|
void |
setDeletedNodes(DeletedNodes deletedNodes) |
|
void |
setNodes(Nodes nodes) |
|
void |
setNodeVersions(NodeVersionsRelation nodeVersions) |
|
void |
setPropertyLookup(PropertyLookupRegistry propertyLookup) |
|
void |
setServiceRegistry(ServiceRegistry serviceRegistry) |
|
void |
setStoreMapper(StoreMapper storeMapper) |
|
Integer |
setTotal(ResultSet results) |
Sets the total number found.
|
CollectionWithPagingInfo<Node> |
toCollectionWithPagingInfo(Params params,
SearchRequestContext searchRequestContext,
SearchQuery searchQuery,
ResultSet results) |
Turns the results into a CollectionWithPagingInfo
|
CollectionWithPagingInfo<TupleList> |
toCollectionWithPagingInfo(org.json.JSONArray docs,
SearchSQLQuery searchQuery) |
|
SearchContext |
toSearchContext(SolrJSONResultSet solrResultSet,
SearchRequestContext searchRequestContext,
SearchQuery searchQuery,
int notFound) |
Uses the results from Solr to set the Search Context
|