Even though LuceneIndexService takes GraphDataBaseService as an input parameter but it works only on EmbeddedGraphDatabase. However, It doesn’t seem to work with RemoteGraphDatabase is it possible to do so …
Even though LuceneIndexService takes GraphDataBaseService as an input parameter but it works only on
Share
For RemoteGraphDatabase there is an implementation of the IndexService called RemoteIndexService.
In order to use it you need to first create and expose the IndexService on the server:
Then on the client side you would do:
The next update of RemoteGraphDatabase will use the new index API of Neo4j introduced in 1.2, that will make this much more convenient.