Spring Data Solr

org.springframework.data.solr.repository.query
Class PartTreeSolrQuery

java.lang.Object
  extended by org.springframework.data.solr.repository.query.AbstractSolrQuery
      extended by 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

Constructor Summary
PartTreeSolrQuery(SolrQueryMethod method, SolrOperations solrOperations)
           
 
Method Summary
protected  Query createQuery(SolrParameterAccessor parameterAccessor)
           
 PartTree getTree()
           
 
Methods inherited from class org.springframework.data.solr.repository.query.AbstractSolrQuery
appendProjection, createQueryFromString, execute, getQueryMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartTreeSolrQuery

public PartTreeSolrQuery(SolrQueryMethod method,
                         SolrOperations solrOperations)
Method Detail

getTree

public PartTree getTree()

createQuery

protected Query createQuery(SolrParameterAccessor parameterAccessor)
Specified by:
createQuery in class AbstractSolrQuery

Spring Data Solr

Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.