Spring Data Solr

Uses of Interface
org.springframework.data.solr.core.query.TermsQuery

Packages that use TermsQuery
org.springframework.data.solr.core Provides the classes necessary for Solr support. 
org.springframework.data.solr.core.query   
 

Uses of TermsQuery in org.springframework.data.solr.core
 

Methods in org.springframework.data.solr.core with parameters of type TermsQuery
 org.apache.solr.client.solrj.SolrQuery TermsQueryParser.doConstructSolrQuery(TermsQuery query)
           
 TermsPage SolrOperations.queryForTermsPage(TermsQuery query)
          Execute query using terms handler
 TermsPage SolrTemplate.queryForTermsPage(TermsQuery query)
           
 

Uses of TermsQuery in org.springframework.data.solr.core.query
 

Classes in org.springframework.data.solr.core.query that implement TermsQuery
 class SimpleTermsQuery
           
 


Spring Data Solr

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