On Mon, Jul 6, 2009 at 7:12 AM, Shai Erera<[email protected]> wrote:
>  If I want to create an IndexWriter w/o an
> Analyzer, why should I be forced to do new IndexWriter(new SimpleAnalyzer()

Passing an Analyzer really doesn't seem like a hardship... it's the
current interface that defines analysis, and it would complicate both
code and semantics to start creating defaults when the analyzer==null.

-Yonik
http://www.lucidimagination.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to