Re: How to set NOT clause on Date range query in Solr

2016-09-22 Thread Muhammad Zahid Iqbal
Intend your question properly so that someone can understand. I am out! On Tue, Sep 20, 2016 at 12:23 PM, Sandeep Khanzode < sandeep_khanz...@yahoo.com.invalid> wrote: > Have been trying to understand this for a while ...How can I specify NOT > clause in the following query?{!field f=schedule >

How to set NOT clause on Date range query in Solr

2016-09-20 Thread Sandeep Khanzode
Have been trying to understand this for a while ...How can I specify NOT clause in the following query?{!field f=schedule op=Intersects}[2016-08-26T12:30:00Z TO 2016-08-26T18:30:00Z]{!field f=schedule op=Contains}[2016-08-26T12:30:00Z TO 2016-08-26T18:30:00Z]Like, without LocalParams, we can spe

Re: Date Range query in Solr

2009-01-15 Thread Chris Hostetter
: I too have a similar question on getting the query results based on : dateRange. I have both startDate and endDate fields in my schema and if I : want to get the query results that fall into two date values for eg: get all : the docs. whose date is between startDate and endDate, then how c

Re: Date Range query in Solr

2009-01-08 Thread Rayudu
Sharma > wrote: > >> >> Hi all, >> what will be the syntex of this sql query >> SELECT * FROM table WHERE date <= CURRENT_DATE >> >> in solr format ? >> >> >> Thanks in advance. >> >> Regards: >> Bhawani Sharma >>

Re: Date Range query in Solr

2008-12-30 Thread Shalin Shekhar Mangar
FROM table WHERE date <= CURRENT_DATE > > in solr format ? > > > Thanks in advance. > > Regards: > Bhawani Sharma > -- > View this message in context: > http://www.nabble.com/Date-Range-query-in-Solr-tp21214216p21214216.html > Sent from the Solr - User mailing

Date Range query in Solr

2008-12-30 Thread Bhawani Sharma
Hi all, what will be the syntex of this sql query SELECT * FROM table WHERE date <= CURRENT_DATE in solr format ? Thanks in advance. Regards: Bhawani Sharma -- View this message in context: http://www.nabble.com/Date-Range-query-in-Solr-tp21214216p21214216.html Sent from the Solr - U