Re: [Neo4j] List all indexed key/values for an entity

2011-09-22 Thread Peter Neubauer
Mmh,
us being quite non-academic, I think Indexes is good for me at least :)

Cheers,

/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 Thu, Sep 22, 2011 at 3:30 AM, jadell josh.ad...@gmail.com wrote:
 OED and Merriam Webster both say it can be either:
 http://www.merriam-webster.com/dictionary/index

 I have no technical reasoning one way or the other which it should be
 called.  (A quick search shows that indices is slightly more favored in
 maths and science, while indexes is the more common form)

 And I promise this is the last I will comment about it. :)

 -- Josh

 --
 View this message in context: 
 http://neo4j-community-discussions.438527.n3.nabble.com/List-all-indexed-key-values-for-an-entity-tp3348997p3357630.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


Re: [Neo4j] List all indexed key/values for an entity

2011-09-22 Thread Rick Bullotta
It would be nice to have this exposed in the embedded index framework as well. 



On Sep 21, 2011, at 7:05 PM, Tim McNamara paperl...@timmcnamara.co.nz wrote:

 +1
 
 But the plural of index is indices.
 On 22/09/2011 1:56 AM, Peter Neubauer peter.neuba...@neotechnology.com
 wrote:
 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
 ___
 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


Re: [Neo4j] List all indexed key/values for an entity

2011-09-22 Thread Peter Neubauer
Yes, that is where the support will be built - in. Stay tuned for details :)

Cheers,

/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 Thu, Sep 22, 2011 at 10:22 AM, Rick Bullotta
rick.bullo...@thingworx.com wrote:
 It would be nice to have this exposed in the embedded index framework as well.



 On Sep 21, 2011, at 7:05 PM, Tim McNamara paperl...@timmcnamara.co.nz 
 wrote:

 +1

 But the plural of index is indices.
 On 22/09/2011 1:56 AM, Peter Neubauer peter.neuba...@neotechnology.com
 wrote:
 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
 ___
 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

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] List all indexed key/values for an entity

2011-09-21 Thread Peter Neubauer
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


Re: [Neo4j] List all indexed key/values for an entity

2011-09-21 Thread jadell
Done. http://github.com/neo4j/community/issues/26

Thanks!

-- Josh

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/List-all-indexed-key-values-for-an-entity-tp3348997p3355537.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


Re: [Neo4j] List all indexed key/values for an entity

2011-09-21 Thread Tim McNamara
+1

But the plural of index is indices.
On 22/09/2011 1:56 AM, Peter Neubauer peter.neuba...@neotechnology.com
wrote:
 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
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] List all indexed key/values for an entity

2011-09-21 Thread jadell
OED and Merriam Webster both say it can be either:
http://www.merriam-webster.com/dictionary/index

I have no technical reasoning one way or the other which it should be
called.  (A quick search shows that indices is slightly more favored in
maths and science, while indexes is the more common form)

And I promise this is the last I will comment about it. :)

-- Josh

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/List-all-indexed-key-values-for-an-entity-tp3348997p3357630.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] List all indexed key/values for an entity

2011-09-19 Thread jadell
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