You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2014/03/07 14:28:43 UTC

[jira] [Commented] (LUCENE-5498) SortingAtomicReader should be package private

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

Robert Muir commented on LUCENE-5498:
-------------------------------------

FWIW the other tools in lucene/misc seem to take a similar approach: e.g. PKIndexSplitter hides its FilterReader

> SortingAtomicReader should be package private
> ---------------------------------------------
>
>                 Key: LUCENE-5498
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5498
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Robert Muir
>
> The intended purpose of this reader is to allow you to sort your entire index with IW.addIndexes(IR).
> Perhaps we should supply some kind of "tool" to do this and hide the reader. Its scary to think of someone using this for searching (based on its name and docs, its probably not clear that it would be ridiculously slow)



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org