is groupName a "string" field? If not, it probably should be. My
hunch is that you're analyzing that field and it is lowercased in the
index, and maybe even stemmed.
Try &q=*:*&facet=on&facet.field=groupName to see all the *indexed*
values of the groupName field.
Erik
On Feb 3, 2010, at 10:05 AM, javaxmlsoapdev wrote:
Following is my solr URL.
http://hostname:port/solr/entities/select/?
version=2.2&start=0&indent=on&qt=dismax&rows=60&fq=statusName:(Open
OR Cancelled)&debugQuery=true&q=dev&fq=groupName:"Infrastructure“
“groupName” is one of the attributes I create fq (filterQuery) on.
This
field(groupName) is being indexed and stored.
When I search for anything else other than “Infrastructure” in fq
groupName
Solr brings me back correct results. When I pass in “Infrastructure”
in the
fq=groupName:"Infrastructure“ it never brings me anything back. If I
remove
“fq” completely it will bring me all results including records with
groupName:"Infrastructure“. Something is wrong only with this
“Infrastructure” value in the fq.
Any idea what wrong could be happening. Clearly this is only related
to
value "Infrastructure“ in the filter query.
Thanks,
--
View this message in context:
http://old.nabble.com/Any-idea-what-could-be-wrong-with-this-fq-value--tp27437723p27437723.html
Sent from the Solr - User mailing list archive at Nabble.com.