public class StringBasedSolrQuery extends AbstractSolrQuery
RepositoryQuery that can handle string based queriesUNLIMITED| Constructor and Description |
|---|
StringBasedSolrQuery(SolrQueryMethod method,
SolrOperations solrOperations) |
StringBasedSolrQuery(String collection,
SolrQueryMethod method,
SolrOperations solrOperations) |
StringBasedSolrQuery(String collection,
String query,
SolrQueryMethod queryMethod,
SolrOperations solrOperations) |
| Modifier and Type | Method and Description |
|---|---|
protected Query |
createQuery(SolrParameterAccessor parameterAccessor) |
appendProjection, createQueryFromString, execute, getLimit, getLimitingPageable, getQueryMethod, isCountQuery, isDeleteQuery, isLimitingpublic StringBasedSolrQuery(SolrQueryMethod method, SolrOperations solrOperations)
public StringBasedSolrQuery(@Nullable String collection, SolrQueryMethod method, SolrOperations solrOperations)
public StringBasedSolrQuery(String collection, String query, SolrQueryMethod queryMethod, SolrOperations solrOperations)
protected Query createQuery(SolrParameterAccessor parameterAccessor)
createQuery in class AbstractSolrQueryCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.