You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2009/09/26 15:03:16 UTC

[jira] Resolved: (LUCENE-1925) In IndexSearcher class, make subReader and docCount arrays protected so sub classes can access them

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

Michael McCandless resolved LUCENE-1925.
----------------------------------------

    Resolution: Fixed

Thanks John & Tim!

> In IndexSearcher class, make subReader and docCount arrays protected so sub classes can access them
> ---------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-1925
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1925
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Search
>    Affects Versions: 2.9
>            Reporter: John Wang
>            Assignee: Michael McCandless
>             Fix For: 3.0
>
>         Attachments: LUCENE-1925.patch
>
>
> Please make these two member variables protected so subclasses can access them, e.g.:
>   protected IndexReader[] subReaders;
>   protected int[] docStarts;
> Thanks

-- 
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org