Package | Description |
---|---|
org.alfresco.rest.api.search.context | |
org.alfresco.rest.api.search.impl | |
org.alfresco.rest.api.search.model |
Modifier and Type | Method and Description |
---|---|
SearchQuery |
SearchContext.getRequest() |
Modifier and Type | Method and Description |
---|---|
static SearchRequestContext |
SearchRequestContext.from(SearchQuery searchQuery) |
Constructor and Description |
---|
SearchContext(long lastTxId,
List<GenericFacetResponse> facets,
List<FacetQueryContext> facetResults,
List<FacetFieldContext> facetsFields,
SpellCheckContext spellCheck,
SearchQuery request) |
Modifier and Type | Method and Description |
---|---|
protected List<FacetFieldContext> |
ResultMapper.getFacetBucketsForFacetFields(Map<String,List<org.alfresco.util.Pair<String,Integer>>> facetFields,
SearchQuery searchQuery) |
protected List<GenericFacetResponse> |
ResultMapper.getFacetBucketsForFacetFieldsAsFacets(Map<String,List<org.alfresco.util.Pair<String,Integer>>> facetFields,
SearchQuery searchQuery) |
protected List<GenericFacetResponse> |
ResultMapper.getFacetBucketsFromFacetQueries(Map<String,Integer> facetQueries,
SearchQuery searchQuery)
Builds a facet field from facet queries.
|
protected static List<GenericFacetResponse> |
ResultMapper.getGenericFacetsForIntervals(Map<String,List<org.alfresco.util.Pair<String,Integer>>> facetFields,
SearchQuery searchQuery)
Returns generic faceting responses for Intervals
|
static boolean |
ResultMapper.hasGroup(SearchQuery searchQuery) |
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(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
|
Modifier and Type | Field and Description |
---|---|
static SearchQuery |
SearchQuery.EMPTY |
Copyright © 2005–2017 Alfresco Software. All rights reserved.