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

Solr Support For textContainsPhrase #4164

Open
criminosis opened this issue Dec 3, 2023 · 0 comments · May be fixed by #4166
Open

Solr Support For textContainsPhrase #4164

criminosis opened this issue Dec 3, 2023 · 0 comments · May be fixed by #4166

Comments

@criminosis
Copy link
Contributor

Describe the feature:
Solr as a Mixed Index Backend doesn't appear to support the textContainsPhrase predicate with predicate pushdown.

Describe a specific use case for the feature:
If the Solr backend supported textContainsPhrase it would allow searches like g.V().has('vertex_label', 'text_field', textContainsPhrase('unicorn horn')) to be accelerated with predicate pushdown to Solr.

criminosis added a commit to criminosis/janusgraph that referenced this issue Dec 3, 2023
Closes JanusGraph#4164

Added new test document and updated assertions

Use tokenizer that mimics Solr's standardized tokenizer

Geo predicate tweaking

Implemented TextContainsPhrase for Solr
@criminosis criminosis linked a pull request Dec 3, 2023 that will close this issue
9 tasks
criminosis added a commit to criminosis/janusgraph that referenced this issue Dec 3, 2023
Closes JanusGraph#4164

Added new test document and updated assertions

Use tokenizer that mimics Solr's standardized tokenizer

Geo predicate tweaking

Implemented TextContainsPhrase for Solr

Signed-off-by: Allan Clements <criminosis@gmail.com>
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

Successfully merging a pull request may close this issue.

1 participant