-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FAB-2263 GetQueryResult should support index name
Motivation for this change: In CouchDB _find API, use_index parameter can specify which index to utilize for the query. Change the query wrapper to accept the "use-index" parameter. This change can be accomplished using existing JSON query formatting. - Change query wrapper to allow "use_index" correctly - Changes have been made to the marbles02 example to demonstrate queries using specific indexes. - Change Vagrantfile to add a "couchdb" alias to the vagrant host file. This will allow REST API calls to be consistent between vagrant and docker images. Change-Id: Ie54750ccc5ccf8aa01192168b60354f0984c5676 Signed-off-by: Chris Elder <[email protected]>
- Loading branch information
Chris Elder
committed
Feb 25, 2017
1 parent
4eec836
commit 167b14a
Showing
4 changed files
with
83 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters