I’m building an app on CockroachDB and need to do full-text search. Does CockroachDB provide that built-in?
Asked
Active
Viewed 1,472 times
1 Answers
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.

Peter Mattis
- 607
- 3
- 7
-
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. – Saqib Ali Jun 16 '21 at 20:21