Hi,

I am planning to extend the .Net client that we use for CRUD operation and now 
add indexing support. I am keen to go the route of AutoIndexing, so we just 
query the index and it automatically gets create. Just a few questions.

*       Configuration File: Autoindexing enabled here is related to 
automatically indexing all nodes and relationships?
*

If I want to add a node to an index following the guidelines, what convention 
should be used for the Key/Value naming? Imagine we have nodes of type 
Customers, and we have 10000 customers, what sort of key/value would we set for 
each customer, as I would guess that all properties are indexed for the node? 
Would it be perhaps a unique auto increment number for example that is in no 
way related to the data node?
e.g.
Example request
*

POST http://localhost:7474/db/data/index/node/favorites/key/the%20value
*       Accept: application/json
*       Content-Type: application/json
"http://localhost:7474/db/data/node/0

*       Also, how can we control the properties/fields to index when we add a 
node to an index with the RestApi, I would imagine we would not want to index 
all fields on a node via the auto indexing feature?

Our plan is to use Lucene Search Queries so we can do funzzy searches, however, 
we would like to leverage autoindexing but have the option to choose exactly 
what fields we want to index on a node when we add nodes to indexes.

Thank You.

_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to