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

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


The following commit(s) were added to refs/heads/branch_10x by this push:
     new a06575e9c15 fix doc typo spacial→spatial (#4457)
a06575e9c15 is described below

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

Reply via email to