On 1/8/2012 3:40 PM, Daniel L. Miller wrote:
On 1/6/2012 12:32 PM, Daniel L. Miller wrote:
On 1/6/2012 9:36 AM, Timo Sirainen wrote:
On 6.1.2012, at 19.30, Daniel L. Miller wrote:
Jan 8 15:40:09 bubba dovecot: imap(user1@domain.com): Error: fts_solr: Lookup failed: 400 undefined field CC Jan 8 15:40:09 bubba dovecot: imap: Error:
Looking at the Solr output - looks like the CC parameter is being capitalized while all the other fieldnames are lowercase.
-- Daniel
On 9.1.2012, at 1.48, Daniel L. Miller wrote:
On 1/8/2012 3:40 PM, Daniel L. Miller wrote:
On 1/6/2012 12:32 PM, Daniel L. Miller wrote:
On 1/6/2012 9:36 AM, Timo Sirainen wrote:
On 6.1.2012, at 19.30, Daniel L. Miller wrote:
Jan 8 15:40:09 bubba dovecot: imap(user1@domain.com): Error: fts_solr: Lookup failed: 400 undefined field CC Jan 8 15:40:09 bubba dovecot: imap: Error:
Looking at the Solr output - looks like the CC parameter is being capitalized while all the other fieldnames are lowercase.
Did you look at the input? Looking at the code, it should be lowercased. Maybe Solr just uppercases it for some reason. Are you using a Solr schema that has "cc" field?
On 1/9/2012 7:00 AM, Timo Sirainen wrote:
On 9.1.2012, at 1.48, Daniel L. Miller wrote:
On 1/8/2012 3:40 PM, Daniel L. Miller wrote:
On 1/6/2012 12:32 PM, Daniel L. Miller wrote:
On 1/6/2012 9:36 AM, Timo Sirainen wrote:
On 6.1.2012, at 19.30, Daniel L. Miller wrote:
Jan 8 15:40:09 bubba dovecot: imap(user1@domain.com): Error: fts_solr: Lookup failed: 400 undefined field CC Jan 8 15:40:09 bubba dovecot: imap: Error:
Looking at the Solr output - looks like the CC parameter is being capitalized while all the other fieldnames are lowercase. Did you look at the input? Looking at the code, it should be lowercased. Maybe Solr just uppercases it for some reason. Are you using a Solr schema that has "cc" field?
I see the following in a running Solr instance. This is generated from a Windoze Thunderbird 8.0 client:
Jan 9, 2012 4:20:13 PM org.apache.solr.core.SolrCore execute INFO: [] webapp=/solr path=/select params={fl=uid,score&sort=uid+asc&fq=%2Bbox:c1af150abfc9df4d7f7a00003bc41c5f+%2Buser:"dmiller@amfes.com"&q=from:"test"+OR+to:"test"+OR+CC:"test"+OR+subject:"test"+OR+body:"test"&rows=9038} status=400 QTime=4
That's where I see the uppercased CC.
Daniel
On 10.1.2012, at 2.21, Daniel L. Miller wrote:
Did you look at the input? Looking at the code, it should be lowercased. Maybe Solr just uppercases it for some reason. Are you using a Solr schema that has "cc" field?
I see the following in a running Solr instance. This is generated from a Windoze Thunderbird 8.0 client:
Jan 9, 2012 4:20:13 PM org.apache.solr.core.SolrCore execute INFO: [] webapp=/solr path=/select params={fl=uid,score&sort=uid+asc&fq=%2Bbox:c1af150abfc9df4d7f7a00003bc41c5f+%2Buser:"dmiller@amfes.com"&q=from:"test"+OR+to:"test"+OR+CC:"test"+OR+subject:"test"+OR+body:"test"&rows=9038} status=400 QTime=4
Oh, you were talking about the searching part, not indexing. Yeah, there it wasn't necessarily lowercased. Fixed: http://hg.dovecot.org/dovecot-2.1/rev/075591a4b6a8
participants (2)
-
Daniel L. Miller
-
Timo Sirainen