rnewson commented on code in PR #5021:
URL: https://github.com/apache/couchdb/pull/5021#discussion_r1559579356
##########
src/docs/src/ddocs/nouveau.rst:
##########
@@ -94,6 +94,10 @@ Stored
analysis. The value is returned with search results but you cannot search,
sort, range or facet over a stored field.
+.. warning:: the type of any specific field is determined by the first index
+ call. Attempts to index a different type into the same field will
+ throw an exception and the document will not be indexed at all.
Review Comment:
fixed (doc was written first...)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]