Hi,

just enabling auto indexing via ???_auto_indexing=true is not enough
to actually include content in the auto index. You will also have to
explicitly state which are the properties to monitor for each
primitive (node or relationship) in the ???_keys_indexable list. In
other words, nothing is auto indexed by default.

The current implementation of auto indexing does not automatically add
or remove auto index contents from the whole graph following changes
in the monitored properties list. This is a known shortcoming and it
is the next improvement in the list for auto indexing.

hope this helps,
CG

On Sat, Jul 30, 2011 at 4:04 PM, dhsieh <dhsie...@yahoo.com> wrote:
> Does one need to specify the following list of node_keys_indexable &
> relationship_keys_indexable in neo4j.property to enable auto indexing for
> those node/relationship properties? Also, will they work if those properties
> were created prior to adding the list in neo4j.property file?
>
> node_auto_indexing=true
> *node_keys_indexable=name,age*
>
> relationship_auto_indexing=true
> *relationship_keys_indexable=ROOT,KNOWS,CODED_BY *
>
>
> --
> View this message in context: 
> http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-auto-indexes-in-REST-in-1-4-tp3159205p3211749.html
> Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to