Hello team,
I have this query
q={!surround}(field1:(10w(term1,term2))) AND field2:1199
The field2 is of type solr.TrieIntField. I do not get any document
against this query. I am certain that the documents exists for the
above query.
q={!surround}(field1:(10w(term1,term2))) works fine but using the
integer field2 does not fetch any result.
I know that I can move the field2 part to fq but is there a way to
make it work with q only without changing the type of field2 to
string?
Thank you.
Ritesh Kumar