mirror of https://github.com/apache/lucene.git
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:
parent
e9cffebf96
commit
5be591e97a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue