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

markrmil...@gmail.com edited comment on LUCENE-1483 at 12/16/08 12:17 PM:
----------------------------------------------------------------

Or can it? Over int.max/2 unique ids and then sort on id would be broke right? 
Okay, it would be kind of nuts to try and sort on that many unique terms, but 
in the future?...

*EDIT*

Actually, one seg would need int.max /2, but you know what i mean...

*EDIT*

Okay, I guess my argument with JIRA cleared up - you'd have to have the second 
segment or later with over int.max/2 terms. Do we care about such an insane 
possibility?

      was (Author: markrmil...@gmail.com):
    Or can it? Over int.max/2 unique ids and then sort on id would be broke 
right? Okay, it would be kind of nuts to try and sort on that many unique 
terms, but in the future?...

*EDIT*

Actually, one seg would need int.max /2, but you know what i mean...
  
> 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, 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