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

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

This patch is entering the finishing stages I think. This one is pretty much 
functionally complete and all tests should pass.

There is still a bunch of polish to be done though.

There are still the following sort types: SortField.STRING_VAL, STRING_ORD, 
STRING_ORD_VAL, and STRING is currently set to straight ord.

I think the ord case is still pretty slow, I'm sure there are still a few 
optimizations left, but it would be nice to see where its at.

There is still an issue with custom FieldComparators - they are currently 
passed the top level reader in the hook - this still needs to be addressed 
somehow. We also need a test for one.

- Mark

(ignore the couple setDocBases you see in contrib - ive got em)

      was (Author: markrmil...@gmail.com):
    This patch is entering the finishing stages I think. This one is pretty 
much functionally complete and all tests should pass.

There is still a bunch of polish to be done though.

There are still the following sort types: SortField.STRING_VAL, STRING_ORD, 
STRING_ORD_VAL, and STRING is currently set to straight ord.

I think the ord case is still pretty slow, I'm sure there are still a few 
optimizations left, but it would be nice to see where its at.

There is still an issue with custom FieldComparators - they are currently 
passed the top level reader in the hook - this still needs to be addressed 
somehow. We also need a test for one.

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