You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jan Høydahl (JIRA)" <ji...@apache.org> on 2016/10/14 11:19:20 UTC

[jira] [Closed] (SOLR-3019) Solr Search : SEVERE: java.lang.ArrayIndexOutOfBoundsException: -1

     [ https://issues.apache.org/jira/browse/SOLR-3019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Høydahl closed SOLR-3019.
-----------------------------
    Resolution: Incomplete

Closing this old issue. Way too little information to reproduce! Please re-open if you manage to reproduce on a recent Solr version.

> 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.1, 3.5
>         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 was sent by Atlassian JIRA
(v6.3.4#6332)

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