willholley commented on issue #2312: Document autoupdate:false design document option URL: https://github.com/apache/couchdb/issues/2312#issuecomment-554044506 I added a PR to cover the basic boolean case recently - https://github.com/apache/couchdb-documentation/pull/453. On Thu, 14 Nov 2019, 19:13 Adam Kocoloski, <[email protected]> wrote: > Summary > > We have undocumented behavior that allows users to opt-out of automatic > indexing for specific design documents or types of indexes in a design > document. > > The simplest configuration is > > { > "_id": "_design/foo", > "autoupdate": false, > ... > } > > It's also possible to specify certain types of indexes separately: > > { > "_id": "_design/foo", > "autoupdate": { > "views": false, # Views and Mango JSON indexes > "indexes": false, # Lucene and Mango Text indexes > "st_indexes": false, % Geospatial > }, > ... > } > > I think we might be better off leaving that extra behavior undocumented as > I'm not sure I'd want to commit to those names long-term. > Desired Behaviour > > Setting "autoupdate": false in a design document causes it to be skipped > by ken. This should be documented. > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > <https://github.com/apache/couchdb/issues/2312?email_source=notifications&email_token=AAAX363SPES53WXKH4NS3ZDQTWPMRA5CNFSM4JNQIYGKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZND46Q>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AAAX362IHT4JPEJLHJ6M473QTWPMRANCNFSM4JNQIYGA> > . >
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
