From ef245c1f08750fd71341cbfe845d2214eb4b873c Mon Sep 17 00:00:00 2001 From: Cassandra Targett Date: Mon, 22 May 2017 12:37:16 -0500 Subject: [PATCH] Ref Guide: typo "more then"...instead of "more than" --- solr/solr-ref-guide/src/uploading-data-with-index-handlers.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/solr-ref-guide/src/uploading-data-with-index-handlers.adoc b/solr/solr-ref-guide/src/uploading-data-with-index-handlers.adoc index 79ab2d1e2ac..9b6b5946a46 100644 --- a/solr/solr-ref-guide/src/uploading-data-with-index-handlers.adoc +++ b/solr/solr-ref-guide/src/uploading-data-with-index-handlers.adoc @@ -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