Spring Data Solr

Uses of Interface
org.springframework.data.solr.core.QueryParser

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

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

Classes in org.springframework.data.solr.core that implement QueryParser
 class DefaultQueryParser
          Implementation of QueryParser.
 class QueryParserBase<QUERYTPYE extends SolrDataQuery>
          Base Implementation of QueryParser providing common functions for creating SolrQuery.
 class TermsQueryParser
          TermsQueryParser is capable of building SolrQuery for TermsQuery
 

Methods in org.springframework.data.solr.core that return QueryParser
 QueryParser QueryParsers.getForClass(Class<? extends SolrDataQuery> clazz)
          Get the QueryParser for given query type
 

Methods in org.springframework.data.solr.core with parameters of type QueryParser
 void QueryParsers.registerParser(Class<? extends SolrDataQuery> clazz, QueryParser parser)
          Register additional QueryParser for SolrQuery
 void SolrTemplate.registerQueryParser(Class<? extends SolrDataQuery> clazz, QueryParser queryParser)
           
 


Spring Data Solr

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