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

[Suggestion] - Allow for indexing on properties not defined with schema #6445

Closed
smolinari opened this issue Jul 20, 2016 · 0 comments
Closed

Comments

@smolinari
Copy link
Contributor

smolinari commented Jul 20, 2016

From this discussion, I found out that standard ODB indexes (non-Lucene) are only possible on properties, which have been defined with schema.

This means ODB basically is NOT a true No-SQL solution, as code controlled schema is basically useless, as the properties cannot be indexed with the ODB built-in indexing systems. (Can someone also comment on if Lucene indexes also work the same way, please?)

At any rate, @luigidellaquila said it wouldn't be too difficult to implement indexes on non-schema defined properties. I'd say, at the latest, this feature should be in 3.0. Crossing my fingers, it will be.

Scott

@smolinari smolinari changed the title Allow for indexing of on properties not defined with schema [Suggestion] - Allow for indexing of on properties not defined with schema Jul 20, 2016
@smolinari smolinari changed the title [Suggestion] - Allow for indexing of on properties not defined with schema [Suggestion] - Allow for indexing on properties not defined with schema Jul 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants