Hello,

We think we've come across a bug in solrj?

The following is a toString() dump of a QueryResponse object we are getting:
{responseHeader={status=0,QTime=0,params={sort=creationDate
asc,start=30,q=songTitle:(mad dog) AND creationDate:[1237507200000 TO
1238025599999],wt=javabin,rows=10,version=1}},response={numFound=2,start=30,docs=[]}}

Isn't there something wrong with the *numFound = 2 - docs=[]* part?

We are using solr-solrj 1.4.1 and the related fields have been defined as:
<field name="songTitle" type="text" indexed="true" stored="false"
required="false" />
<field name="creationDate" type="tlong" indexed="true" stored="false"
required="false" />

Any thoughts or a workaround for that much appreciated.

Cheers,
-- Savvas

Reply via email to