On Thu, Sep 30, 2010 at 1:48 PM, Yonik Seeley
<yo...@lucidimagination.com> wrote:
> Dynamic field types.  You can configure it such that anything ending
> with _latlon is of type LatLonType.
> Perhaps we should do this in the example schema.

Looks like we already have it:

   <dynamicField name="*_p"  type="location" indexed="true" stored="true"/>

So you should be able to add stuff like home_p and work_p w/o defining
them ahead of time.  Anything ending in _p is of type location.

-Yonik
http://lucenerevolution.org  Lucene/Solr Conference, Boston Oct 7-8

Reply via email to