You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "rnewson (via GitHub)" <gi...@apache.org> on 2023/05/10 10:09:25 UTC

[GitHub] [couchdb] rnewson opened a new pull request, #4589: Support text field type for nouveau and error everything else

rnewson opened a new pull request, #4589:
URL: https://github.com/apache/couchdb/pull/4589

   nouveau supports two lucene field types, "string" which is suitable for look up as a whole value and for sorting and faceting, and "text" which is analyzed and supports richer querying syntax (but is not suitable for sorting or faceting).
   
   Expose this in mango


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] rnewson merged pull request #4589: Improve nouveau mango integration

Posted by "rnewson (via GitHub)" <gi...@apache.org>.
rnewson merged PR #4589:
URL: https://github.com/apache/couchdb/pull/4589


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] rnewson commented on pull request #4589: Improve nouveau mango integration

Posted by "rnewson (via GitHub)" <gi...@apache.org>.
rnewson commented on PR #4589:
URL: https://github.com/apache/couchdb/pull/4589#issuecomment-1542428911

   noting that the `$text` operator in mango is constrained to only be capable of phrase queries (the query you supply is unilaterally enclosed in double quotes) but this affects dreyfus / clouseau also.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org