Class StringBasedSolrQuery
java.lang.Object
org.springframework.data.solr.repository.query.AbstractSolrQuery
org.springframework.data.solr.repository.query.StringBasedSolrQuery
- All Implemented Interfaces:
org.springframework.data.repository.query.RepositoryQuery
Solr specific implementation of
RepositoryQuery that can handle string based queries-
Field Summary
Fields inherited from class org.springframework.data.solr.repository.query.AbstractSolrQuery
UNLIMITED -
Constructor Summary
ConstructorsConstructorDescriptionStringBasedSolrQuery(String collection, String query, SolrQueryMethod queryMethod, SolrOperations solrOperations) StringBasedSolrQuery(String collection, SolrQueryMethod method, SolrOperations solrOperations) StringBasedSolrQuery(SolrQueryMethod method, SolrOperations solrOperations) -
Method Summary
Modifier and TypeMethodDescriptionprotected QuerycreateQuery(SolrParameterAccessor parameterAccessor) Methods inherited from class org.springframework.data.solr.repository.query.AbstractSolrQuery
appendProjection, createQueryFromString, execute, getLimit, getLimitingPageable, getQueryMethod, isCountQuery, isDeleteQuery, isLimiting
-
Constructor Details
-
StringBasedSolrQuery
-
StringBasedSolrQuery
public StringBasedSolrQuery(@Nullable String collection, SolrQueryMethod method, SolrOperations solrOperations) -
StringBasedSolrQuery
public StringBasedSolrQuery(String collection, String query, SolrQueryMethod queryMethod, SolrOperations solrOperations)
-
-
Method Details
-
createQuery
- Specified by:
createQueryin classAbstractSolrQuery
-