Uses of Interface
org.dspace.discovery.SearchService
-
Packages that use SearchService Package Description org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.discovery -
-
Uses of SearchService in org.dspace.content
Fields in org.dspace.content declared as SearchService Modifier and Type Field Description protected SearchServiceCollectionServiceImpl. searchServiceprotected SearchServiceItemServiceImpl. searchService -
Uses of SearchService in org.dspace.discovery
Classes in org.dspace.discovery that implement SearchService Modifier and Type Class Description classSolrServiceImplSolrIndexer contains the methods that index Items and their metadata, collections, communities, etc.Fields in org.dspace.discovery declared as SearchService Modifier and Type Field Description protected SearchServiceSolrServicePrivateItemPlugin. searchServiceMethods in org.dspace.discovery that return SearchService Modifier and Type Method Description static SearchServiceSearchUtils. getSearchService()Return an instance of theSearchService.Methods in org.dspace.discovery with parameters of type SearchService Modifier and Type Method Description voidFacetYearRange. calculateRange(Context context, List<String> filterQueries, IndexableObject scope, SearchService searchService, DiscoverQuery parentQuery)
-