Solr Search : SEVERE: java.lang.ArrayIndexOutOfBoundsException: -1
------------------------------------------------------------------

                 Key: SOLR-3019
                 URL: https://issues.apache.org/jira/browse/SOLR-3019
             Project: Solr
          Issue Type: Bug
    Affects Versions: 3.5, 3.1
         Environment: Solr Version 3.1
Solr Version 3.5
Tomcat 6.0
Window 2008 Server R2
            Reporter: Rohit Gupta


I am getting the following error when I try a search query in my solr, am not 
sure what might be causing this, but this has bought a halt to all our work.

This query works:

 http://10.0.0.13:8080/solr/cmn/select/?q=*:*&fl=searchText&rows=40000
But this doesn't, and gives the exception below,

 http://10.0.0.13:8080/solr/cmn/select/?q=solr

SEVERE: java.lang.ArrayIndexOutOfBoundsException: -1
    at org.apache.lucene.util.packed.Packed64.get(Packed64.java:186)
at 
org.apache.lucene.index.TermInfosReaderIndex.seekEnum(TermInfosReaderIndex.java:118)
    at org.apache.lucene.index.TermInfosReader.get(TermInfosReader.java:235)
    at org.apache.lucene.index.TermInfosReader.get(TermInfosReader.java:172)
    at org.apache.lucene.index.SegmentReader.docFreq(SegmentReader.java:509)
    at org.apache.solr.search.SolrIndexReader.docFreq(SolrIndexReader.java:309)
    at org.apache.lucene.search.TermQuery$TermWeight$1.add(TermQuery.java:56)
    at org.apache.lucene.util.ReaderUtil$Gather.run(ReaderUtil.java:77)
    at org.apache.lucene.util.ReaderUtil$Gather.run(ReaderUtil.java:82)
    at org.apache.lucene.util.ReaderUtil$Gather.run(ReaderUtil.java:66)
    at org.apache.lucene.search.TermQuery$TermWeight.<init>(TermQuery.java:53)
    at org.apache.lucene.search.TermQuery.createWeight(TermQuery.java:199)
    at 
org.apache.lucene.search.Searcher.createNormalizedWeight(Searcher.java:168)
    at 
org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:664)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to