Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8CD1D200BD3 for ; Tue, 6 Dec 2016 21:54:38 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8BA30160B1B; Tue, 6 Dec 2016 20:54:38 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C6FD7160B29 for ; Tue, 6 Dec 2016 21:54:37 +0100 (CET) Received: (qmail 85800 invoked by uid 500); 6 Dec 2016 20:54:37 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 85592 invoked by uid 99); 6 Dec 2016 20:54:36 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2016 20:54:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 98791F16B3; Tue, 6 Dec 2016 20:54:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tonysun83@apache.org To: commits@couchdb.apache.org Date: Tue, 06 Dec 2016 20:54:40 -0000 Message-Id: <4626f677a9bb4a1f9ebcfbb89ef73e4a@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [5/8] couchdb-mango git commit: remove docs for missing_is_null as the feature was removed archived-at: Tue, 06 Dec 2016 20:54:38 -0000 remove docs for missing_is_null as the feature was removed Project: http://git-wip-us.apache.org/repos/asf/couchdb-mango/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mango/commit/30b3696b Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mango/tree/30b3696b Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mango/diff/30b3696b Branch: refs/heads/upstream Commit: 30b3696b876533a8321b702be43ae9bbca125040 Parents: ddd6a4d Author: Robert Newson Authored: Wed Oct 19 12:21:13 2016 +0100 Committer: Robert Newson Committed: Wed Oct 19 12:21:13 2016 +0100 ---------------------------------------------------------------------- README.md | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-mango/blob/30b3696b/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 382681f..e9d4a66 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,6 @@ Keys: * action - "create\_index" * index - JSON array following sort syntax, described below -* missing\_is\_null (optional) (default: false) - When indexing documents that do not contain a field required by the index they are usually ignored for the purpose of that index, using `missing\_is\_null` adds an entry to the index for the document with a value of `null` * type (optional) (default: "json") - string, specifying the index type to create. Currently only "json" indexes are supported but in the future we will provide full-text indexes as well as Geo spatial indexes * name (optional) - string, optionally specify a name for the index. If a name is not provided one will be automatically generated * ddoc (optional) - Indexes can be grouped into design documents underneath the hood for efficiency. This is an advanced feature. Don't specify a design document here unless you know the consequences of index invalidation. By default each index is placed in its own separate design document for isolation.