documentation updates

This commit is contained in:
Michael Hunger
2011-08-10 15:25:12 +02:00
parent 97be90ca0a
commit cd26261b91
2 changed files with 4 additions and 2 deletions

View File

@@ -3,10 +3,12 @@ Spring Data Graph Changelog
Changes in version 1.1.0.RELEASE (2011-08-04)
---------------------------------------------
* update to Neo4j 1.4.1
* documentation updates
* fixed package name in NamespaceHandler declaration
* cypher, gremlin as optional dependencies
*
* minor RestAPI updates
* made nodeDelegatingFieldAccessorFactory an overrideable bean definition
Changes in version 1.1.0.RC1 (2011-07-25)
-----------------------------------------

View File

@@ -38,7 +38,7 @@ public String singleMovieView(final Model model, @PathVariable String movieId) {
<title>Searching</title>
<para>
The next thing was to allow users to search for movies, so we needed some fulltext search
capabilities. As the index provider implementation of Neo4j is based on <ulink href="http://lucene.apache.org/java/docs/index.html">Apache Lucene</ulink>,
capabilities. As the index provider implementation of Neo4j is based on <ulink url="http://lucene.apache.org/java/docs/index.html">Apache Lucene</ulink>,
we were delighted to see that fulltext indexes were supported out of the box.
</para>
<para>