> > 2. *Getting Two Word Phrase ==>* index contents,
> using lucene etc...
> >
You can add ShingleFilter to your analyzer chain.
http://lucene.apache.org/java/3_0_1/api/all/org/apache/lucene/analysis/shingle/ShingleFilter.html
On 21 December 2010 11:09, Jawahar Lal wrote:
> Hi,
>
> I indexed the web pages content. I want to generate following information
> from the indexes.
>
>
>1. All the keywords in the index, and their no. of frequency.
>I can get this using *indexReader.terms()
>*
>2. I also want