While you have already solved your problem, my guess as to why it didn't
work originally is that you probably didn't have a
What subFieldType does is it registers a dynamicField for you.
subFieldSuffix requires that you have already defined that dynamicField.
On Tue, Aug 31, 2010 at 8:07 PM, Si
On Wed, Sep 01, 2010 at 01:05:47AM +0100, me said:
> I'm trying to index a latLon field.
>
>
>
Turns out changing it to
fixed it.
I'm trying to index a latLon field.
I have a fieldType in my schema.xml that looks like
and a field that looks like
I'm trying upload via the JSON update handler but I'm getting a 400
error
undefined field location_0_latLon
FWIW the JSON looks like
"location": "38.044337,-103.513824"