On Mon, Jul 6, 2009 at 7:12 AM, Shai Erera<ser...@gmail.com> 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: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to