jonasplaum opened a new issue, #5444:
URL: https://github.com/apache/couchdb/issues/5444

   ## Summary
   
   Enable the use of the nouveau index function inside the native erlang query 
server.
   
   ## Desired Behavior
   
   The Index function like in javascript ( index("double", "min_length", 
doc.min_length, {"store": true}); ) should be supported in erlang. Just like 
the Emit(<<K>>, V) function, that's used for views.
   
   
   ## Additional context
   
   We are using one design doc with multiple indices per feature / service. All 
indices are using the native erlang query server. We want to keep the indices 
together, but the language is set per doc, which stops us from sharing one 
design doc for views and nouveau indices.
   


-- 
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-unsubscr...@couchdb.apache.org.apache.org

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

Reply via email to