Just wanted to get a feel for what is involved in adding the ability to perform full text searches of repositories.
There does appear to be some classes in place for elastic search integration, so I guess that is a potentially viable (and powerful) solution?
The more basic approach would be to use 'hg grep' (or equivalent), which would most likely be slower and more limited but probably easier to implement.
Thoughts?