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

Is it possible to index json values ? #10

Open
harutyunyan-vahe opened this issue Apr 15, 2018 · 1 comment
Open

Is it possible to index json values ? #10

harutyunyan-vahe opened this issue Apr 15, 2018 · 1 comment

Comments

@harutyunyan-vahe
Copy link

Is it possible to index json values for fast querying ?

@FarooqKhan
Copy link
Collaborator

Some of the query methods like findId() they try to find the objects directly in the collection i guess something could be done to make them use better collection types so the find is faster. Most query methods simply depend on Apache JxPath for the XPath support I don't think there is any indexing possible with those.

Either case there is no configurable option to achieve what you wish you will have to maybe change some code in JsonDBTemplate to achieve that

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