-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<h2><strong>Spring Data for Apache Solr</strong></h2> | ||
|
||
The primary goal of the Spring Data project is to make it easier to build Spring-powered applications that use new data access technologies such as non-relational databases, map-reduce frameworks, and cloud based data services. | ||
|
||
The Spring Data for Apache Solr project provides integration with the Apache Solr search engine | ||
|
||
Providing its own extensible MappingSolrConverter as alternative to DocumentObjectBinder Spring Data for Apache Solr handles inheritance as well as usage of custom Types such as Point or DateTime | ||
|
||
<h3><strong>Features</strong></h3> | ||
|
||
<ul> | ||
<li>High level repository abstractions with multicore support</li> | ||
<li>Annotations for Boost-, Facet- and Highlighting</li> | ||
<li>Customizable type mappings and type conversions</li> | ||
<li>Solr template supporting fluent query api</li> | ||
<li>Exception translation to Spring’s portable Data Access exception hierarchy</li> | ||
</ul> | ||
|
||
<h2><strong>Getting Started</strong></h2> | ||
|
||
Maven configuration | ||
|
||
Add the Maven dependency: | ||
|
||
<dependency> | ||
|
||
<groupId>org.springframework.data</groupId> | ||
|
||
<artifactId>spring-data-solr</artifactId> | ||
|
||
<version>${version}.RELEASE</version> | ||
|
||
</dependency> | ||
|
||
<h3><strong>Getting Help</strong></h3> | ||
|
||
Having trouble with Spring Data? We’d love to help! | ||
|
||
Check the reference documentation, and Javadocs. | ||
|
||
Learn the Spring basics – Spring Data builds on Spring Framework, check the spring.io web-site for a wealth of reference documentation. If you are just starting out with Spring, try one of the guides. | ||
|
||
<strong>Examples</strong> | ||
|
||
Spring Data Examples contains example projects that explain specific features in more detail. | ||
|
||
<strong>License</strong> | ||
|
||
Spring Data for Apache Solr is Open Source software released under the Apache 2.0 license. |