|
Spring Data Solr | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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 |
Provides the classes necessary for Solr support.
SolrTemplate is the main entry point for accessing solr.
|
Spring Data Solr | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||