Re: Indexing problems with BBoxField

2014-11-24 Thread david.w.smi...@gmail.com
Thomas, Thank you for communicating on the list about your experience and raising the JIRA issue. I meant to respond last night but lost the chance. (and Jack, thanks for helping Thomas out). I’ll follow-up to SOLR-6784. SOLR-6781 now has a bug-fix patch. I’ll apply it later today. ~ David Smi

Re: Indexing problems with BBoxField

2014-11-24 Thread remus
OK, David Smiley now already created an issue for this: https://issues.apache.org/jira/browse/SOLR-6781 So it really is a bug. Furthermore, I also had a lot of problems trying to search on the field after finally getting it indexed. I summarized those here: https://issues.apache.org/jira/browse/

Re: Indexing problems with BBoxField

2014-11-23 Thread remus
Thanks a lot for your reply! I had »docValues="true"« in there before, but then thought I'd try out removing it to see if that helped. It didn't, and I forgot to re-add it before copying it into the mail. So, unfortunately, that's not it. However, the other one seems to bring us a step closer to

Re: Indexing problems with BBoxField

2014-11-23 Thread Jack Krupansky
A difference I see in your snippet from the example is that you don't have "docValues="true"" on the coordinate field type. You wrote: stored="false" /> But the example is: docValues="true" stored="false"/> Also, maybe try a static field rather than dynamic field, although the latter shoul

RE: Indexing problems

2013-04-19 Thread GASPARD Joel
d'origine- De : Erick Erickson [mailto:erickerick...@gmail.com] Envoyé : jeudi 31 janvier 2013 14:00 À : solr-user@lucene.apache.org Objet : Re: Indexing problems I'm really surprised you're hitting OOM errors, I suspect you have something else pathological in your system. So, I&#

RE: Indexing problems

2013-01-31 Thread GASPARD Joel
ene.apache.org Objet : Re: Indexing problems I'm really surprised you're hitting OOM errors, I suspect you have something else pathological in your system. So, I'd start checking things like - how many concurrent warming searchers you allow - How big your indexing RAM is set to (we

Re: Indexing problems

2013-01-31 Thread Erick Erickson
I'm really surprised you're hitting OOM errors, I suspect you have something else pathological in your system. So, I'd start checking things like - how many concurrent warming searchers you allow - How big your indexing RAM is set to (we find very little gain over 128M BTW). - Other load on your So

RE: Indexing problems

2013-01-31 Thread GASPARD Joel
Hello, After more tests, we could identify our problem in indexation (Solr 4.0.0). Indeed our problems are OutOfMemoryErrors. Thinking about Zookeeper connection problems was a mistake. We have thought about this because OOME sometimes appear in logs after errors on Zookeeper leader election. I