Spring Data Solr

Package org.springframework.data.solr.core

Provides the classes necessary for Solr support.

See:
          Description

Interface Summary
QueryParser The QueryParser takes a spring-data-solr Query and returns a SolrQuery.
QueryParserBase.CriteriaEntryProcessor CriteriaEntryProcessor creates a solr reable query string representation for a given Criteria.CriteriaEntry
SolrCallback<T> Callback interface for data access code that works with SolrServer.
SolrOperations Interface that specifies a basic set of Solr operations.
 

Class Summary
DefaultQueryParser Implementation of QueryParser.
QueryParserBase<QUERYTPYE extends SolrDataQuery> Base Implementation of QueryParser providing common functions for creating SolrQuery.
QueryParsers  
SolrExceptionTranslator Implementation of PersistenceExceptionTranslator capable of translating SolrServerException instances to Spring's DataAccessException hierarchy.
SolrTemplate Implementation of SolrOperations
TermsQueryParser TermsQueryParser is capable of building SolrQuery for TermsQuery
 

Package org.springframework.data.solr.core Description

Provides the classes necessary for Solr support. SolrTemplate is the main entry point for accessing solr.


Spring Data Solr

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