No. With Solr is really flexible and allows for a lot of complex querying out-of-the-box. Really the Wiki is your best friend here.
http://wiki.apache.org/solr/ perhaps start with: 1. http://lucene.apache.org/solr/tutorial.html 2. http://wiki.apache.org/solr/SolrQuerySyntax 3. http://wiki.apache.org/solr/QueryParametersIndex (list of some standard parameters with link to their function/use) -- especially look at the 'fq'-param which is aanother way to limit your result-set. and just browse the wiki starting from the homepage for the rest. It should pretty quickly give you some an overview of what's possible. cheers, Geert-Jan <http://lucene.apache.org/solr/tutorial.html> 2010/8/3 Hando420 <hando...@gmail.com> > > Thanks alot to all now its clear the problem was in the schema. One more > thing i would like to know is if the user queries for something does it > have > to always be like q=field:monitor where field is defined in schema and > monitor is just a text in a column. > > Hando > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Quering-the-database-tp1015636p1018268.html > Sent from the Solr - User mailing list archive at Nabble.com. >