This is an automated email from the ASF dual-hosted git repository. dsmiley pushed a commit to branch branch_9x in repository https://gitbox.apache.org/repos/asf/solr.git
commit a2f523cf88b0468892caa186be81b55188fe5043 Author: Ken Geis <[email protected]> AuthorDate: Mon May 25 07:36:04 2026 -0700 fix doc typo spacial→spatial (#4457) --- solr/solr-ref-guide/modules/indexing-guide/pages/docvalues.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/solr-ref-guide/modules/indexing-guide/pages/docvalues.adoc b/solr/solr-ref-guide/modules/indexing-guide/pages/docvalues.adoc index 34b836def78..9717315a382 100644 --- a/solr/solr-ref-guide/modules/indexing-guide/pages/docvalues.adoc +++ b/solr/solr-ref-guide/modules/indexing-guide/pages/docvalues.adoc @@ -49,7 +49,7 @@ DocValues are enabled by default for most field types that support them *when us ** `ICUCollationField` ** `SortableTextField` ** `SortableBinaryField` -* `LatLonPointSpacialField` (not `PointType`, which is different than `PointField`) +* `LatLonPointSpatialField` (not `PointType`, which is different than `PointField`) When using an earlier schemaVersion (\<= 1.6), you only need to enable docValues for a field that you will use it with. As with all schema design, you need to define a field type and then define fields of that type with docValues enabled.
