Maybe I am missing something. I don't see any calls that would gimme the number of segments. Are you suggesting: IndexCommit.getFileNames().size()?
Thanks -John On Tue, Mar 31, 2009 at 1:04 PM, Yonik Seeley <yo...@lucidimagination.com>wrote: > On Tue, Mar 31, 2009 at 3:43 PM, John Wang <john.w...@gmail.com> wrote: > > Can we have an API that exposes index information, e.g. number of > segments > > etc.? > > Should already all be obtainable via public access: > IndexReader.getSequentialSubReaders() and > IndexReader.getIndexCommit() > > > -Yonik > http://www.lucidimagination.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > >