cayleygraph / cayley

An open-source graph database
https://cayley.io
Apache License 2.0
14.83k stars 1.25k forks source link

Text Search #893

Open iddan opened 4 years ago

iddan commented 4 years ago

MVP implementation of text search based on Bleve. There are many capabilities not included in this PR but anything beyond the basic text search should be added in additional PRs.

Resolves #428

Tasks


This change is Reviewable

iddan commented 4 years ago

Bleve will only be implemented for in-memory and key-value backends for now.