Josh,
very reasonable request. Could you please put that into an issue? I
suspect this is in line with better auto indexing support, I am not
sure how much of it there already is, so let's keep track of it in the
issue.

Thanks!

/peter neubauer

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

http://www.neo4j.org               - Your high performance graph database.
http://startupbootcamp.org/    - Öresund - Innovation happens HERE.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.



On Mon, Sep 19, 2011 at 4:15 PM, jadell <josh.ad...@gmail.com> wrote:
> Is there any way via the REST API to list all the indexes and keys/values
> that a given entity is indexed on?  Something like:
>
> GET http://0.0.0.0:7474/db/data/node/123/indexes
>
> returns:
>
> [
> "http://0.0.0.0:7474/db/data/index/node/favorites/color/blue";,
> "http://0.0.0.0:7474/db/data/index/node/favorites/food/pizza";,
> "http://0.0.0.0:7474/db/data/index/node/users/name/josh";,
> "http://0.0.0.0:7474/db/data/index/node/authors/post/456";,
> ]
>
> Does anything exist that gives this functionality or similar?
>
> -- Josh Adell
>
> --
> View this message in context: 
> http://neo4j-community-discussions.438527.n3.nabble.com/List-all-indexed-key-values-for-an-entity-tp3348997p3348997.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