Does CockroachDB support full text search?
Asked Answered
S

1

8

I’m building an app on CockroachDB and need to do full-text search. Does CockroachDB provide that built-in?

Shemeka answered 11/4, 2017 at 17:22 Comment(0)
S
5

CockroachDB doesn't yet support full text search (which typically uses an inverted index). There are plans to add the feature in the future if there’s demand for it (you can chime in here). In the meantime, consider integrating Lucene, Sphinx, or another search engine into your project.

Shemeka answered 11/4, 2017 at 17:22 Comment(1)
Hi Peter, any recently developments on this front? Would be nice to have Apache Solr like full-text search. Right now, we have to front-end our app with a Apache Solr to provide search functionality.Gudren

© 2022 - 2024 — McMap. All rights reserved.