LUCENE-4374 pointVector -> pointvector

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1388903 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Wayne Smiley 2012-09-22 21:37:36 +00:00
parent e9cffebf96
commit 5be591e97a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
<fieldType name="stqpt_u" class="solr.SpatialTermQueryPrefixTreeFieldType"
geo="false" distCalculator="cartesian^2" worldBounds="0 0 1000 1000" units="degrees"/>
<fieldType name="pointVector" class="solr.SpatialPointVectorFieldType"
<fieldType name="pointvector" class="solr.SpatialPointVectorFieldType"
numberType="tdouble" units="degrees"/>
</types>