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:
Yonik Seeley 2009-12-24 15:41:58 +00:00
parent b426c68f7d
commit 74d642d818
1 changed files with 2 additions and 0 deletions

View File

@ -404,6 +404,8 @@
indexed in fields myloc_0___double,myloc_1___double.
Example: if subFieldSuffix="_d" then the coordinates would be indexed
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"/>