mirror of https://github.com/apache/lucene.git
add doc to point type in example schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@893782 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b426c68f7d
commit
74d642d818
|
@ -404,6 +404,8 @@
|
||||||
indexed in fields myloc_0___double,myloc_1___double.
|
indexed in fields myloc_0___double,myloc_1___double.
|
||||||
Example: if subFieldSuffix="_d" then the coordinates would be indexed
|
Example: if subFieldSuffix="_d" then the coordinates would be indexed
|
||||||
in fields myloc_0_d,myloc_1_d
|
in fields myloc_0_d,myloc_1_d
|
||||||
|
The subFields are an implementation detail of the fieldType, and end
|
||||||
|
users normally should not need to know about them.
|
||||||
-->
|
-->
|
||||||
<fieldType name="location" class="solr.PointType" dimension="2" subFieldType="double"/>
|
<fieldType name="location" class="solr.PointType" dimension="2" subFieldType="double"/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue