InstantiatedTermEnum#skipTo(Term) throws ArrayIndexOutOfBoundsException on 
empty index
--------------------------------------------------------------------------------------

                 Key: LUCENE-1423
                 URL: https://issues.apache.org/jira/browse/LUCENE-1423
             Project: Lucene - Java
          Issue Type: Bug
          Components: contrib/*
    Affects Versions: 2.4
            Reporter: Karl Wettin
            Assignee: Karl Wettin
             Fix For: 2.9


{code}
java.lang.ArrayIndexOutOfBoundsException: 0
        at 
org.apache.lucene.store.instantiated.InstantiatedTermEnum.skipTo(InstantiatedTermEnum.java:105)
        at 
org.apache.lucene.store.instantiated.TestEmptyIndex.termEnumTest(TestEmptyIndex.java:73)
        at 
org.apache.lucene.store.instantiated.TestEmptyIndex.testTermEnum(TestEmptyIndex.java:54)
{code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to