Querying Solr Index for date fields

2009-01-08 Thread Rayudu
09-01-09T00:00:00Z it is thorwing an exception "solr.SolrException: HTTP code=400, reason=Invalid Date String:'2009-01-09T00' " . if I give the date as 2009-01-09 it is thorwing an exception , solr.SolrException: HTTP code=400, reason=Invalid Date String:&#x

Re: Date Range query in Solr

2009-01-08 Thread Rayudu
I query. Thanks, Rayudu. Shalin Shekhar Mangar wrote: > > There is no table in Solr -- all fields are in the same schema. > > For the date you can try using the following as the 'q' parameter: > date:[* TO NOW] > > On Tue, Dec 30, 2008 at 1:43 PM, Bhawani

Re: how large can the index be?

2009-01-08 Thread Rayudu
have the whole index on a singleNode, it will even increase the commit/optimization time, and may not be handled by a single server Thanks, Rayudu. Shalin Shekhar Mangar wrote: > > On Wed, Jan 7, 2009 at 8:27 AM, Jim Adams wrote: > >> Why is NFS mounting such a bad idea? Some sol