You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Hemant Joshi <he...@gmail.com> on 2006/02/01 04:55:34 UTC

Re: Related searches

Have you considered using bi-grams and tri-grams? It might be useful
indexing with NgramFilter and then searching for N-grams through the text.
You could also count the number of times a particular document consists of
"Car Insurance Rate" for term-frequency etc.
-Hemant