Quoting Erik Hatcher <[EMAIL PROTECTED]>:

> Anyone tried this technique with Lucene?

Actually, the problem is that the wildcard code has to search over a large
subset of terms because the list of terms is, well, a linear structure.

If, for example, all terms in the index is arranged as a suffix tree, the sort
of wildcard search that currently is cpu intensive will no longer be cpu
intensive.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to