org.springframework.data.solr.repository.query
Class PartTreeSolrQuery
java.lang.Object
org.springframework.data.solr.repository.query.AbstractSolrQuery
org.springframework.data.solr.repository.query.PartTreeSolrQuery
- All Implemented Interfaces:
- RepositoryQuery
public class PartTreeSolrQuery
- extends AbstractSolrQuery
Solr specific implementation of a query derived from method name
- Author:
- Christoph Strobl
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PartTreeSolrQuery
public PartTreeSolrQuery(SolrQueryMethod method,
SolrOperations solrOperations)
getTree
public PartTree getTree()
createQuery
protected Query createQuery(SolrParameterAccessor parameterAccessor)
- Specified by:
createQuery in class AbstractSolrQuery
isCountQuery
public boolean isCountQuery()
- Overrides:
isCountQuery in class AbstractSolrQuery
- Since:
- 1.2
- See Also:
PartTree.isCountProjection()
isDeleteQuery
public boolean isDeleteQuery()
- Overrides:
isDeleteQuery in class AbstractSolrQuery
- Since:
- 1.2
- See Also:
PartTree.isDelete()
Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.