shimaore opened a new issue #1454: Documentation: no description for the `$text` operator URL: https://github.com/apache/couchdb/issues/1454 ## Expected Behavior The documentation should contain a description of the `$text` operator, or the operator should be removed from the examples if it is not supported. ## Current Behavior The [documentation for the selectors syntax](http://docs.couchdb.org/en/2.1.2/api/database/find.html?highlight=$text#find-selectors) uses `$text` in the examples, but the operator is never described. A quick browse through [the code(?)](https://github.com/apache/couchdb/blob/master/src/mango/src/mango_selector_text.erl) suggests this might be because this operator might depend on Lucene. ## Possible Solution If the operator depends on Lucene and is not documented because Lucene is not included in the default install, the examples should be reworked to not include the operator.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
