[
https://issues.apache.org/jira/browse/LUCENE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Willnauer updated LUCENE-3433:
------------------------------------
Attachment: LUCENE-3433.patch
here we go.. the make everybody happy patch! I added SortedSource back and
integrated it into the Source pattern for random access. we now have an
entirely disk resident SortedSource impl for both variants and a single
interface in the first place. SortedSource instance can be obtained via
Source#asSortedSource() which returns null if the source is not sorted. With
this random access DirectSortedSource we can also improve the merging for
sorted sources which was one of my major issues here.
> Random access non RAM resident IndexDocValues (CSF)
> ---------------------------------------------------
>
> Key: LUCENE-3433
> URL: https://issues.apache.org/jira/browse/LUCENE-3433
> Project: Lucene - Java
> Issue Type: New Feature
> Affects Versions: 4.0
> Reporter: Yonik Seeley
> Assignee: Simon Willnauer
> Fix For: 4.0
>
> Attachments: LUCENE-3433.patch, LUCENE-3433.patch, LUCENE-3433.patch,
> LUCENE-3433.patch, sorted_source.patch
>
>
> There should be a way to get specific IndexDocValues by going through the
> Directory rather than loading all of the values into memory.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]