Well, I'd certainly try removing parts of the query to see
what was actually in the index.

I don't see anything obvious though...

Erick


On Fri, Feb 28, 2014 at 8:06 PM, Arun Rangarajan
<arunrangara...@gmail.com>wrote:

> Thx, Erick and Chris.
>
> This is indeed very strange. Other queries which do not restrict by the
> date field are returning results, so the index is definitely not empty. Has
> it got something to do with the date query part, with NOW/DAY or something
> in here?
> first_publish_date:[NOW/DAY-33DAYS TO NOW/DAY-3DAYS]
>
> For now, I have set up a script to just log the number of docs on the slave
> every minute. Will monitor and report the findings.
>
>
> On Fri, Feb 28, 2014 at 6:49 PM, Chris Hostetter
> <hossman_luc...@fucit.org>wrote:
>
> >
> > : This is odd. The full import, I think, deletes the
> > : docs in the index when it starts.
> >
> > Yeah, if you are doing a full-import everyday, and you don't want it to
> > delete all docs when it starts, you need to specify "clearn=false"
> >
> >
> >
> https://cwiki.apache.org/confluence/display/solr/Uploading+Structured+Data+Store+Data+with+the+Data+Import+Handler#UploadingStructuredDataStoreDatawiththeDataImportHandler-Parametersforthefull-importCommand
> >
> >
> >
> > -Hoss
> > http://www.lucidworks.com/
> >
>

Reply via email to