Re: Problem related to filter on Zero value for DateField

2015-04-15 Thread Chris Hostetter
quot;0002-11-30T00:00:00Z", "_version_":1498568386113699840}] }} $ curl 'http://localhost:8983/solr/techproducts/query?q=*:*&fq=bar_i:7&fq=foo_dt:"0002-11-30T00:00:00Z";' { "responseHeader":{ "status":0, "QTime"

Re: Problem related to filter on Zero value for DateField

2015-04-15 Thread Ali Nazemian
Dear Jack, Hi, The q parameter is *:* since I just wanted to filter the documents. Regards. On Tue, Apr 14, 2015 at 8:07 PM, Jack Krupansky wrote: > What does your main query look like? Normally we don't speak of "searching" > with the fq parameter - it filters the results, but the actual search

Re: Problem related to filter on Zero value for DateField

2015-04-14 Thread Jack Krupansky
What does your main query look like? Normally we don't speak of "searching" with the fq parameter - it filters the results, but the actual searching is done via the main query with the q parameter. -- Jack Krupansky On Tue, Apr 14, 2015 at 4:17 AM, Ali Nazemian wrote: > Dears, > Hi, > I have st

Problem related to filter on Zero value for DateField

2015-04-14 Thread Ali Nazemian
Dears, Hi, I have strange problem with Solr 4.10.x. My problem is when I do searching on solr Zero date which is "0002-11-30T00:00:00Z" if more than one filter be considered, the results became invalid. For example consider this scenario: When I search for a document with fq=p_date:"0002-11-30T00:0