Do you actually index the sentence boundary as a token? If so, you could just get the totalTermFreq of that token?
Mike McCandless http://blog.mikemccandless.com On Wed, May 22, 2013 at 10:11 AM, Igor Shalyminov <ishalymi...@yandex-team.ru> wrote: > Hello! > > I'm storing sentence bounds in the index as position increments of 1000. > I want to get the total number of sentences in the index, i. e. the number of > "1000" increment values. > Can I do that some other way rather than just loading each document and > extracting position increments with a custom Analyzer? > > -- > Best Regards, > Igor Shalyminov > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org