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

Michael McCandless updated LUCENE-2325:
---------------------------------------

    Attachment: LUCENE-2325.patch

The bug was... if you asked for TermsEnum on a non-existent field on a foreign 
IndexReader (like Solr's, SolrIndexReader), so that the "emulate flex API on 
top of non-flex API" layer is used, then the returned TermsEnum would 
incorrectly return 1 term, and then null, when it should've returned null right 
off.

I'll commit shortly -- simple fix.

With this all Solr's tests pass when you drop in the flex JARs!!  Yay.

> investigate solr test failures using flex
> -----------------------------------------
>
>                 Key: LUCENE-2325
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2325
>             Project: Lucene - Java
>          Issue Type: Test
>    Affects Versions: Flex Branch
>            Reporter: Robert Muir
>            Assignee: Michael McCandless
>             Fix For: Flex Branch
>
>         Attachments: LUCENE-2325.patch, LUCENE-2325.patch
>
>
> We have a branch of Solr located here: 
> https://svn.apache.org/repos/asf/lucene/solr/branches/solr
> Currently all the tests pass with lucene trunk jars.
> I plopped in the flex jars and they do not, so I thought these might be 
> interesting to look at.

-- 
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: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to