Re: How to search date in Solr

2009-06-09 Thread chem leakhina
Thanks Otis On Wed, Jun 10, 2009 at 1:32 PM, Otis Gospodnetic < otis_gospodne...@yahoo.com> wrote: > > Hello, > > These are all done with range queries. They tend to look like this: > > &q=add_date:[BeginDateHere TO EndDateHere] > > > You can use * for either BeginDateHere or EndDateHere to get

Re: How to search date in Solr

2009-06-09 Thread Otis Gospodnetic
Hello, These are all done with range queries. They tend to look like this: &q=add_date:[BeginDateHere TO EndDateHere] You can use * for either BeginDateHere or EndDateHere to get the "before/after" effect. "All" is just q=*:* Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutc