Ref Guide: typo "more then"...instead of "more than"

This commit is contained in:
Cassandra Targett 2017-05-22 12:37:16 -05:00
parent c71ce16bb9
commit ef245c1f08
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ The add command supports some optional attributes which may be specified.
If the document schema defines a unique key, then by default an `/update` operation to add a document will overwrite (ie: replace) any document in the index with the same unique key. If no unique key has been defined, indexing performance is somewhat faster, as no check has to be made for an existing documents to replace.
If you have a unique key field, but you feel confident that you can safely bypass the uniqueness check (eg: you build your indexes in batch, and your indexing code guarantees it never adds the same document more then once) you can specify the `overwrite="false"` option when adding your documents.
If you have a unique key field, but you feel confident that you can safely bypass the uniqueness check (eg: you build your indexes in batch, and your indexing code guarantees it never adds the same document more than once) you can specify the `overwrite="false"` option when adding your documents.
[[UploadingDatawithIndexHandlers-XMLUpdateCommands]]
=== XML Update Commands