Re: Problem using bbox in schema

2016-07-19 Thread Rastislav Hudak
: From: Rastislav Hudak > : Reply-To: solr-user@lucene.apache.org > : To: solr-user@lucene.apache.org > : Subject: Re: Problem using bbox in schema > : > : Thanks Erick. > : I wasn't able to track this down but when I re-set the schema to the > sample > : one and added th

Re: Problem using bbox in schema

2016-07-18 Thread Chris Hostetter
slav Hudak : Reply-To: solr-user@lucene.apache.org : To: solr-user@lucene.apache.org : Subject: Re: Problem using bbox in schema : : Thanks Erick. : I wasn't able to track this down but when I re-set the schema to the sample : one and added the bbox it was working. I thought it must be the bbox

Re: Problem using bbox in schema

2016-07-18 Thread Rastislav Hudak
Thanks Erick. I wasn't able to track this down but when I re-set the schema to the sample one and added the bbox it was working. I thought it must be the bbox field because of that 'AbstractSpatialPrefixTreeFieldType' but it must have been something else. The only difference I can see now is th

Re: Problem using bbox in schema

2016-07-18 Thread Erick Erickson
Those work fine for me (latest 6x version). It looks to me like you've changed some _other_ field, this error Can't set positionIncrementGap on custom analyzer class looks like you have some text-related field you've also changed and likely have a custom analyzer somewhere? Best, Erick On Mon,

Problem using bbox in schema

2016-07-18 Thread Rastislav Hudak
Hi all, using solr 6.1.0, I'm trying to add bbox into my schema, the same way it's in all examples I could find: However, if I add these lines the core cannot be initialized, I'm getting following exception: java.util.concurrent.ExecutionException: org.apache.solr.common.SolrException: Unabl