You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by ba...@oracle.com on 2021/03/26 21:30:08 UTC

Interface IndexReader.CacheHelper

Hi,-

https://lucene.apache.org/core/8_5_2/core/org/apache/lucene/index/IndexReader.CacheHelper.html?is-external=true

  it would be nice to have more detailed explanation and maybe an 
example for this interesting interface?

Best regards



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


Re: Interface IndexReader.CacheHelper

Posted by Adrien Grand <jp...@gmail.com>.
Hi Baris,

I created a PR that adds an example to the javadocs at
https://github.com/apache/lucene/pull/50. Could you have a look and let me
know if that is the sort of additional information that you were looking
for?

On Fri, Mar 26, 2021 at 10:30 PM <ba...@oracle.com> wrote:

> Hi,-
>
>
> https://lucene.apache.org/core/8_5_2/core/org/apache/lucene/index/IndexReader.CacheHelper.html?is-external=true
>
>   it would be nice to have more detailed explanation and maybe an
> example for this interesting interface?
>
> Best regards
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>
>

-- 
Adrien