Never mind. I misused the syntax. :-)
-Original Message-
From: Nguyen, Joe [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 28, 2008 7:00 Joe
To: solr-user@lucene.apache.org
Subject: Query integer type
SITE is defined as integer. I wanted to select all document whose SITE=3002,
but
SITE is defined as integer. I wanted to select all document whose SITE=3002,
but SITE of the response was different.
http://localhost:8080/solr/mysite/select?indent=on&qt=standard&fl=SITE&fq:SITE:3002
http://localhost:8080/solr/mysite/select?indent=on&qt=dismax&fl=SITE&fq:SITE:3002
http:/