Re: dynamicField and type solr.LatLonType

2016-04-14 Thread Shawn Heisey
On 4/14/2016 4:56 AM, Vangelis Katsikaros wrote: > but can't index with > > > subFieldSuffix="_coordinate"/> > > > > > > > I get the following: > HTTP Status 400 - ERROR: [doc=123] Error adding field > 'lala_1'='50.657398,-2.366020' When a LatLonType field is indexed, it will create two addi

dynamicField and type solr.LatLonType

2016-04-14 Thread Vangelis Katsikaros
Hi I use solr [1] on ubuntu 14.04. I am trying to define a dynamicField on a custom type (ie nont built in like "int"). I don't see something mentioned in the documentation that prohibits it but I can't seem to make it work. For a built in type, my code can index fine the following in schema.