Interface SolrQueryClient
- All Superinterfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.InitializingBean
- All Known Implementing Classes:
SolrQueryHTTPClient,SolrSQLHttpClient
public interface SolrQueryClient
extends org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean
Solr client interface
- Author:
- Michael Suzuki
-
Method Summary
Modifier and TypeMethodDescriptionexecuteQuery(SearchParameters searchParameters, String language) executeStatsQuery(StatsParameters searchParameters) booleanMethods inherited from interface org.springframework.beans.factory.BeanFactoryAware
setBeanFactoryMethods inherited from interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
-
Method Details
-
executeQuery
-
executeStatsQuery
-
isSharded
boolean isSharded()
-