garrensmith opened a new pull request #775: Add selector support to json indexes
URL: https://github.com/apache/couchdb/pull/775
 
 
   Adds selector support to json indexes. The selector can be used to filter 
what documents are
   added to the index. When executing a query the index will
   only be choosen if the query selector contains the selector defined in
   the index or if the index is defined via `use_index`.
   
   ## Checklist
   
   - [x] Code is written and works correctly;
   - [x] Changes are covered by tests;
   - [ ] Documentation reflects the changes;
   
 
----------------------------------------------------------------
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

Reply via email to