[ 
https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656654#action_12656654
 ] 

Michael McCandless commented on LUCENE-1483:
--------------------------------------------

There's something wrong w/ the SortField.STRING_ORD case -- I'm trying "sort by 
title" w/ a Wikipedia index, and while I see the same results in a clean 
checkout vs STRING_VAL, I get different (wrong) results for STRING_ORD.

Clean checkout & STRING_VAL get:
{code}
hit 0: docID=1974521 title="Born into Trouble as the Sparks Fly Upward."
hit 1: docID=688913 title="Into The Open" Exhibition
hit 2: docID=1648 title="Love and Theft"
hit 3: docID=599545 title="Repent, Harlequin!" Said the Ticktockman
hit 4: docID=349499 title="The Spaghetti Incident?"
{code}

but STRING_ORD gets this:
{code}
hit 0: docID=599545 title="Repent, Harlequin!" Said the Ticktockman
hit 1: docID=688913 title="Into The Open" Exhibition
hit 2: docID=1974521 title="Born into Trouble as the Sparks Fly Upward."
hit 3: docID=992439 title='Abd al-Malik II
hit 4: docID=1951563 title='Auhelawa language
{code}

I haven't tried to track it down yet...

> Change IndexSearcher to use MultiSearcher semantics for multiple subreaders
> ---------------------------------------------------------------------------
>
>                 Key: LUCENE-1483
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1483
>             Project: Lucene - Java
>          Issue Type: Improvement
>    Affects Versions: 2.9
>            Reporter: Mark Miller
>            Priority: Minor
>         Attachments: LUCENE-1483.patch, LUCENE-1483.patch, LUCENE-1483.patch, 
> LUCENE-1483.patch, LUCENE-1483.patch, LUCENE-1483.patch, LUCENE-1483.patch, 
> LUCENE-1483.patch, LUCENE-1483.patch, LUCENE-1483.patch, LUCENE-1483.patch, 
> LUCENE-1483.patch, LUCENE-1483.patch
>
>
> FieldCache and Filters are forced down to a single segment reader, allowing 
> for individual segment reloading on reopen.

-- 
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