Re: Problem related to filter on Zero value for DateField

2015-04-15 Thread Chris Hostetter
You're going to have to provide a lot more details (solr version, sample data, full queries, details about configs, etc...) in order for anyone to offer you meaningful assistence... https://wiki.apache.org/solr/UsingMailingLists I attempted to reproduce the steps you describe using Solr 5.1 an

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