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

Mark Miller updated LUCENE-1483:
--------------------------------

    Attachment: LUCENE-1483.patch

I had meant to attach a patch, but then a bunch of stuff wasn't working...

This is still a poor mans patch. I need to switch to using the expose 
subreaders patch. This also doesnt include the multisearcher sort patch yet, 
because when I tried the first one (2nd rev) everything broke. I'll work on 
integrating that later.

I think all tests pass except for the very last sort test.

Some cleanup needed, including the possible drop of using MultiSearcher itself.

Basically, its still in a proof of concept stage.

> Change IndexSearcher to use MultiSearcher semantics for sorted searches
> -----------------------------------------------------------------------
>
>                 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
>
>
> Here is a quick test patch. FieldCache for sorting is done at the individual 
> IndexReader level and reloading the fieldcache on reopen can be much faster 
> as only changed segments need to be reloaded.

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