> - Default AND rather than OR.

As for this part: This can be accomplished with

            queryParser = new QueryParser(defaultField, new MyAnalyzer());
            queryParser.setOperator(QueryParser.DEFAULT_OPERATOR_AND);

> - Treat a-b as "a-b" rather that a -b.

That would be interesting for me, too.

Clemens



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

Reply via email to