Renaud Waldura wrote:
While we are also developing a query-building UI, users must be able to enter text queries as well. What do other folks do? I mean, this is pretty bad. I can hardly go back to my scientists and tell them Lucene is unable to handle 2 boolean operators, that they should parenthesize everything by hand. I mean, that's just cheesy.

What I'm doing for our application is to advise users to put in the parentheses. It's cheesy, but safe.

What I would do if the application were relatively new is to advise against using AND/OR/NOT, and using + and - instead since it seems that syntax is relatively reliable. Actually I would probably consider removing the AND/OR/NOT syntax from the query parser itself.

Daniel


--
Daniel Noll

Nuix Pty Ltd
Suite 79, 89 Jones St, Ultimo NSW 2007, Australia    Ph: +61 2 9280 0699
Web: http://www.nuix.com.au/                        Fax: +61 2 9212 6902

This message is intended only for the named recipient. If you are not
the intended recipient you are notified that disclosing, copying,
distributing or taking any action in reliance on the contents of this
message or attachment is strictly prohibited.

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

Reply via email to