protected void |
SearchMapper.buildPivotKeys(java.util.List<java.lang.String> pivotKeys,
Pivot aPivot,
java.util.List<org.alfresco.service.cmr.search.StatsRequestParameters> stats,
FacetFields facetFields,
java.util.List<org.alfresco.service.cmr.search.RangeParameters> ranges,
SearchRequestContext searchRequestContext) |
|
void |
SearchMapper.fromPivot(org.alfresco.service.cmr.search.SearchParameters sp,
java.util.List<org.alfresco.service.cmr.search.StatsRequestParameters> stats,
FacetFields facetFields,
java.util.List<org.alfresco.service.cmr.search.RangeParameters> ranges,
java.util.List<Pivot> multiplePivots,
SearchRequestContext searchRequestContext) |
|
void |
SearchMapper.fromScope(org.alfresco.service.cmr.search.SearchParameters sp,
Scope scope,
SearchRequestContext searchRequestContext) |
SearchParameters from Scope object
|
protected java.util.List<org.alfresco.repo.search.impl.solr.facet.facetsresponse.GenericFacetResponse> |
ResultMapper.getFieldStats(SearchRequestContext searchRequestContext,
java.util.Map<java.lang.String,java.util.Set<org.alfresco.repo.search.impl.solr.facet.facetsresponse.Metric>> stats) |
|
protected java.util.List<org.alfresco.repo.search.impl.solr.facet.facetsresponse.GenericFacetResponse> |
ResultMapper.getPivots(SearchRequestContext searchRequest,
java.util.List<org.alfresco.repo.search.impl.solr.facet.facetsresponse.GenericFacetResponse> pivots,
java.util.List<org.alfresco.repo.search.impl.solr.facet.facetsresponse.GenericFacetResponse> stats) |
|
CollectionWithPagingInfo<Node> |
ResultMapper.toCollectionWithPagingInfo(Params params,
SearchRequestContext searchRequestContext,
SearchQuery searchQuery,
org.alfresco.service.cmr.search.ResultSet results) |
Turns the results into a CollectionWithPagingInfo
|
SearchContext |
ResultMapper.toSearchContext(org.alfresco.repo.search.impl.lucene.SolrJSONResultSet solrResultSet,
SearchRequestContext searchRequestContext,
SearchQuery searchQuery,
int notFound) |
Uses the results from Solr to set the Search Context
|
org.alfresco.service.cmr.search.SearchParameters |
SearchMapper.toSearchParameters(Params params,
SearchQuery searchQuery,
SearchRequestContext searchRequestContext) |
Turn the SearchQuery params serialized by Jackson into the Java SearchParameters object
|