public interface SearchService
| Modifier and Type | Method and Description |
|---|---|
SearchResult |
findSearchResults(SearchCriteria searchCriteria)
Performs a search for search results based on the given SearchCriteria, if SearchCriteria has a category, the category
is considering for the search.
|
List<SearchFacetDTO> |
getSearchFacets()
Gets all available facets for search results page
|
boolean |
isActive()
Determines whether or not the necessary configuration is in place
|
void |
rebuildIndex()
This method delegates to
SolrIndexService.rebuildIndex(). |
void rebuildIndex()
throws ServiceException,
IOException
SolrIndexService.rebuildIndex(). It is here to preserve backwards-compatibility
with sites that were originally configured to run Broadleaf with Solr before 2.2.0.ServiceExceptionIOExceptionSearchResult findSearchResults(SearchCriteria searchCriteria) throws ServiceException
searchCriteria - contains the information about this given searchServiceExceptionList<SearchFacetDTO> getSearchFacets()
boolean isActive()
Copyright © 2017. All rights reserved.