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.PredicateProcessor QueryParserBase.PredicateProcessor creates a solr reable query string representation for a given Criteria.Predicate
SolrCallback<T> Callback interface for data access code that works with SolrServer.
SolrOperations Interface that specifies a basic set of Solr operations.
SolrTransactionSynchronizationAdapter.CompletionDelegate  
 

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
SolrTransactionSynchronizationAdapter  
SolrTransactionSynchronizationAdapter.CommitTransaction  
SolrTransactionSynchronizationAdapter.RollbackTransaction  
SolrTransactionSynchronizationAdapterBuilder  
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 Software, Inc.. All Rights Reserved.