On 5/19/07, John Wang <[EMAIL PROTECTED]> wrote:
Hi Yonik:
Thanks for the info!
This solves my problem, but not elegantly.
I have a custome implementation where I derived from the
IndexReader class to store some custome data. Now I am trying to write
a Solr plugin for my search implementation but I want to be able to
use my IndexReader implementation.
Is there a way to overwrite the IndexReader instantiation? e..g
IndexReader newReader() etc.
Not currently, but it might be a useful feature.
-Yonik