Skip to content

Commit dc05c0b

Browse files
authored
fix doc typo spacial→spatial (#4457)
1 parent 3dd8e62 commit dc05c0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solr/solr-ref-guide/modules/indexing-guide/pages/docvalues.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ DocValues are enabled by default for most field types that support them *when us
4949
** `ICUCollationField`
5050
** `SortableTextField`
5151
** `SortableBinaryField`
52-
* `LatLonPointSpacialField` (not `PointType`, which is different than `PointField`)
52+
* `LatLonPointSpatialField` (not `PointType`, which is different than `PointField`)
5353

5454
When using an earlier schemaVersion (\<= 1.6), you only need to enable docValues for a field that you will use it with.
5555
As with all schema design, you need to define a field type and then define fields of that type with docValues enabled.

0 commit comments

Comments
 (0)