epugh commented on code in PR #889:
URL: https://github.com/apache/solr/pull/889#discussion_r888156823


##########
solr/solr-ref-guide/modules/indexing-guide/pages/indexing-with-update-handlers.adoc:
##########
@@ -18,15 +18,15 @@
 // under the License.
 
 Update handlers are request handlers designed to add, delete and update 
documents to the index.
-In addition to having plugins for importing rich documents 
xref:indexing-with-tika.adoc[], Solr natively supports indexing structured 
documents in XML, CSV, and JSON.
+In addition to having plugins for importing rich documents (see 
xref:indexing-with-tika.adoc[]), Solr natively supports indexing structured 
documents in XML, CSV, and JSON.
 
 The recommended way to configure and use request handlers is with path based 
names that map to paths in the request URL.
 However, request handlers can also be specified with the `qt` (query type) 
parameter if the 
xref:configuration-guide:requestdispatcher.adoc[`requestDispatcher`] is 
appropriately configured.
 It is possible to access the same handler using more than one name, which can 
be useful if you wish to specify different sets of default options.
 
 A single unified update request handler supports XML, CSV, JSON, and javabin 
update requests, delegating to the appropriate `ContentStreamLoader` based on 
the `Content-Type` of the xref:content-streams.adoc[ContentStream].
 
-If you need to pre-process documents after they are loaded but before they are 
indexed (or even checked against the schema),
+If you need to preprocess documents after they are loaded but before they are 
indexed (or even checked against the schema),

Review Comment:
   argh.   We have both.   I will back this out.



-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to