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 dc05c0bec76 fix doc typo spacial→spatial (#4457)
dc05c0bec76 is described below
commit dc05c0bec769192daf598a3f706127da84d3453a
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 30b138277a4..6c7420406d9 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.