Update spatial-search.rst
Add a clue for locating the solr schema.xml file
This commit is contained in:
parent
1d63630b0f
commit
309062b7b6
|
@ -106,7 +106,7 @@ details about the available options:
|
||||||
<field name="minx" type="float" indexed="true" stored="true" />
|
<field name="minx" type="float" indexed="true" stored="true" />
|
||||||
<field name="miny" type="float" indexed="true" stored="true" />
|
<field name="miny" type="float" indexed="true" stored="true" />
|
||||||
</fields>
|
</fields>
|
||||||
|
The solr schema file is typically located at: (..)/src/ckan/ckan/config/solr/schema.xml
|
||||||
|
|
||||||
* ``solr-spatial-field``
|
* ``solr-spatial-field``
|
||||||
This option uses the `spatial field`_ introduced in Solr 4, which allows
|
This option uses the `spatial field`_ introduced in Solr 4, which allows
|
||||||
|
|
Loading…
Reference in New Issue