Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Neo4j 2.0 "labels" feature and (new) schema indexing. #155

Open
szabi opened this issue May 22, 2013 · 3 comments
Open

Support Neo4j 2.0 "labels" feature and (new) schema indexing. #155

szabi opened this issue May 22, 2013 · 3 comments

Comments

@szabi
Copy link

szabi commented May 22, 2013

Labels are going to be a powerful feature of Neo4j 2.0
I'd love to see its capabilities being tapped by neo4django!

@mhluongo
Copy link
Member

Thanks for opening the issue- I'm definitely planning on it!

There are a few hiccoughs (like date indexing support) that I'll need to work out, but I think labels are a much more elegant way to take care of typing and indexing NodeModels in the graph.

@szabi
Copy link
Author

szabi commented May 23, 2013

How does date indexing relate to schema indexing? As I understand date indexing is not directly supported by neo4j and would be part of building an index (in neo4j) by the higher-level model.

@mhluongo
Copy link
Member

Right now we accomplish date and integer indexing and querying in
neo4diango, including ranges. When I switch to labels and a more
Cypher-centric indexing process, I don't want to sacrifice features.

Hopefully most of these concerns will disappear when I actually begin the implementation :)
On May 23, 2013 1:46 AM, "szabi" notifications@github.com wrote:

How does date indexing relate to schema indexing? As I understand date
indexing is not directly supported by neo4j and would be part of building
an index (in neo4j) by the higher-level model.


Reply to this email directly or view it on GitHubhttps://github.com//issues/155#issuecomment-18324493
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants