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 "D.Saravanaraj" <sa...@gmail.com> on 2006/03/27 09:31:02 UTC

Wildcard query

Hi,

I am performing wildcard query on the contents of the indexed documents.
Using the extractTerms() method, i am extracting the terms which match the
wildcard query. Since my index is of a large size, is it possible to get the
top N terms which match the wildcard query. What is the ranking behind while
performing wildcard queries and then using extractTerms() method.

Thanks
D.Saravanaraj