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 <jack.krupan...@gmail.com> 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 searching is > done via the main query with the q parameter. > > -- Jack Krupansky > > On Tue, Apr 14, 2015 at 4:17 AM, Ali Nazemian <alinazem...@gmail.com> > wrote: > > > 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:00:00Z" Solr > > returns three different documents which is right for my Collection. All > of > > these three documents have same value of "7" for document status. Now If > I > > search for fq=document_status:7 the same three documents returns which is > > also a correct response. But When I do the searching on > > fq=focument_status:7&fq=p_date:"0002-11-30T00:00:00Z", Solr returns > > nothing! (0 document) While I have not such problem with other date > values > > beside Solr Zero ("0002-11-30T00:00:00Z"). Please let me know it is a bug > > related to Solr or I did something wrong? > > Best regards. > > > > -- > > A.Nazemian > > > -- A.Nazemian