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
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/
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
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
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
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
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
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