You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
criminosis
added a commit
to criminosis/janusgraph
that referenced
this issue
Dec 3, 2023
ClosesJanusGraph#4164
Added new test document and updated assertions
Use tokenizer that mimics Solr's standardized tokenizer
Geo predicate tweaking
Implemented TextContainsPhrase for Solr
ClosesJanusGraph#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 <[email protected]>
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.The text was updated successfully, but these errors were encountered: