Re: Can I generate two word phrases from Lucene Index

2010-12-22 Thread Ahmet Arslan
> > 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

Re: Can I generate two word phrases from Lucene Index

2010-12-21 Thread Jawahar Lal
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