On Mon, Dec 13, 2010 at 3:07 PM, Robert Muir <rcm...@gmail.com> wrote:
> On Mon, Dec 13, 2010 at 3:04 PM, Yonik Seeley
> <yo...@lucidimagination.com> wrote:
>> I think of the Lucene QueryParser like SQL. SQL is text based and also
>> meant for human entered text - but for either very expert users, or
>> programmatically created queries.  You normally don't want to pass
>> text from a search box directly to an SQL database or to the Lucene
>> QueryParser.
>>
>
> Then why does solr use it by default?

Because it's a decent default?  It was also the only choice when Solr
was first created.  I don't see a compelling reason to change that.

Solr fits about the same place a database does in many applications...
it's certainly not meant for users to query directly.  There's
normally a web application that handles interaction with the user and
creates/submits queries to Solr.

-Yonik
http://www.lucidimagination.com

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to