This is an automated email from the ASF dual-hosted git repository.

epugh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 59cd484493e add information about large StrField configuration (#1214)
59cd484493e is described below

commit 59cd484493ea1b4f46b87abc80267c19a823d3e1
Author: Nik Osvalds <[email protected]>
AuthorDate: Sat Jun 22 10:07:53 2024 -0400

    add information about large StrField configuration (#1214)
---
 .../modules/indexing-guide/pages/field-types-included-with-solr.adoc    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/solr/solr-ref-guide/modules/indexing-guide/pages/field-types-included-with-solr.adoc
 
b/solr/solr-ref-guide/modules/indexing-guide/pages/field-types-included-with-solr.adoc
index fa4e8855258..81c0601fb6e 100644
--- 
a/solr/solr-ref-guide/modules/indexing-guide/pages/field-types-included-with-solr.adoc
+++ 
b/solr/solr-ref-guide/modules/indexing-guide/pages/field-types-included-with-solr.adoc
@@ -75,7 +75,7 @@ Configuration and usage of PreAnalyzedField is documented in 
the section  xref:e
 
 |SpatialRecursivePrefixTreeFieldType |(RPT for short) Accepts latitude comma 
longitude strings or other shapes in WKT format. See 
xref:query-guide:spatial-search.adoc[] for more information.
 
-|StrField |String (UTF-8 encoded string or Unicode). Strings are intended for 
small fields and are _not_ tokenized or analyzed in any way. They have a hard 
limit of slightly less than 32K.
+|StrField |String (UTF-8 encoded string or Unicode). Indexed `indexed="true"` 
strings are intended for small fields and are _not_ tokenized or analyzed in 
any way. They have a hard limit of slightly less than 32K. Non-indexed 
`indexed="false"` and non-DocValues `docValues="false"` strings are suitable 
for storing large strings. 
 
 |TextField |Text, usually multiple words or tokens. In normal usage, only 
fields of type TextField or SortableTextField will specify an 
xref:analyzers.adoc[analyzer].
 

Reply via email to