That solved it, thanks!

On Tue, Jan 24, 2012 at 5:04 PM, Michael McCandless <
luc...@mikemccandless.com> wrote:

> Have a look at lucene/MIGRATE.txt?  It [tries to] describe this
> change... and if something is missing please report back!
>
> Mike McCandless
>
> http://blog.mikemccandless.com
>
> On Tue, Jan 24, 2012 at 4:10 PM, Stephen Howe <silentgun...@gmail.com>
> wrote:
> > Hi all,
> >
> > Looking at some older Lucene examples, I noticed for older versions of
> > lucene that IndexReader came with a handy terms() method that would
> return
> > a listing of all the terms in the index and let you get at the term
> > frequency. In Lucene 4.0, I noticed this method vanished from
> IndexReader.
> > I'd like to do some analysis on my text corpus and was wondering if I
> could
> > still easily get that information via the API, and if not, what the new
> > best practice for retrieving index statistics is or will be.
> >
> > Thanks!
> > S
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
> For additional commands, e-mail: java-user-h...@lucene.apache.org
>
>

Reply via email to