<http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.CommonGramsFilterFactory>
> -----Original Message----- > From: Andy [mailto:angelf...@yahoo.com] > Sent: Thursday, September 23, 2010 6:05 AM > To: solr-user@lucene.apache.org > Subject: bi-grams for common terms - any analyzers do that? > > Hi, > > I was going thru this LucidImagnaton presentation on analysis: > > http://www.slideshare.net/LucidImagination/analyze-this-tips-and-tricks- > on-getting-the-lucene-solr-analyzer-to-index-and-search-your-content-right > > 1) on p.31-33, it talks about forming bi-grams for the 32 most common > terms during indexing. Is there an analyzer that does that? > > 2) on p. 34, it mentions that the default Solr configuraton would turn > "L'art" into the phrase query "L art" but it is much more efficient to > turn it into a single token 'L art'. Which analyzer would do that? > > Thanks. > Andy > > >