Hi,
The good news is that:
/solr/select?q=*%3A*&fq=&start=1&rows=1&fl=id
did work (kind of odd really) so I am reading all the documents from the bad
one to a new solr using using the same configuration using ruby (complete
rebuild).
so far so good - it is gone through 500k out of 1.7M and seem
: I have found that this search crashes:
:
: /solr/select?q=*%3A*&fq=&start=0&rows=1&fl=id
Ouch .. that exception is kind of hairy. it suggests that your index may
have been corrupted in some way -- do you have nay idea what happened?
have you tried using hte CheckIndex tool to see what it s
I have found that this search crashes:
/solr/select?q=*%3A*&fq=&start=0&rows=1&fl=id
SEVERE: java.lang.IndexOutOfBoundsException: Index: 114, Size: 90
at java.util.ArrayList.RangeCheck(ArrayList.java:547)
at java.util.ArrayList.get(ArrayList.java:322)
at org.apache.lucene.index.FieldI