Re: Default Solr Query

2009-01-06 Thread Sandeep_metacube
Hi Bhawani' Ur Query should be *:*.Try this and have fun.! Bhawani Sharma wrote: > > Hi All, > > I want to fetch all the data from database. > so what my Solr query should be to get all documents from database? > like in mysql syntex is : SELECT * FROM table; > so what will be the syntex

Re: Default Solr Query

2009-01-06 Thread Shalin Shekhar Mangar
On Tue, Jan 6, 2009 at 3:09 PM, Bhawani Sharma wrote: > > Hi All, > > I want to fetch all the data from database. > so what my Solr query should be to get all documents from database? > like in mysql syntex is : SELECT * FROM table; > so what will be the syntex of this query in solr ? If you me