Uses of Interface
org.alfresco.repo.search.SearchEngineResultMetadata
-
Packages that use SearchEngineResultMetadata Package Description org.alfresco.repo.search org.alfresco.repo.search.impl.solr -
-
Uses of SearchEngineResultMetadata in org.alfresco.repo.search
Subinterfaces of SearchEngineResultMetadata in org.alfresco.repo.search Modifier and Type Interface Description interfaceSearchEngineResultSetSupertype layer interface for all resultset coming from a search engine (e.g. -
Uses of SearchEngineResultMetadata in org.alfresco.repo.search.impl.solr
Classes in org.alfresco.repo.search.impl.solr with type parameters of type SearchEngineResultMetadata Modifier and Type Interface Description interfaceSolrJsonProcessor<T extends SearchEngineResultMetadata>Processes Json returned from SolrClasses in org.alfresco.repo.search.impl.solr that implement SearchEngineResultMetadata Modifier and Type Class Description classSolrJSONResultSetApache SolrSearchEngineResultSetimplementation.classSolrSQLJSONResultSetPojo that parses and stores solr stream response.classSolrStatsResultThe results of executing a solr stats queryMethods in org.alfresco.repo.search.impl.solr that return SearchEngineResultMetadata Modifier and Type Method Description protected SearchEngineResultMetadataSolrQueryHTTPClient. postSolrQuery(org.apache.commons.httpclient.HttpClient httpClient, String url, org.json.JSONObject body, SolrJsonProcessor<?> jsonProcessor)protected SearchEngineResultMetadataSolrQueryHTTPClient. postSolrQuery(org.apache.commons.httpclient.HttpClient httpClient, String url, org.json.JSONObject body, SolrJsonProcessor<?> jsonProcessor, String spellCheckParams)
-