public ExcerptIndexer(Analyzer a, PrePostProcessor pp) { this.analyzer = new LimitTokenCountAnalyzer(a, MAX_TOKENS); this.pp = pp; }