documentation updates
This commit is contained in:
@@ -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)
|
||||
-----------------------------------------
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user