Re: White space in facet values

2010-12-22 Thread Chris Hostetter
: Huh, does !term in 4.0 mean the same thing as !field in 1.4? What you : describe as !term in 4.0 dev is what I understand as !field in 1.4 doing. There is a subtle distinction between {!field}, {!raw}, and {!term} which i attempted to explain on slides 26 and 43 in this presentation... http:

Re: White space in facet values

2010-12-22 Thread Jonathan Rochkind
quot;... James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: Andy [mailto:angelf...@yahoo.com] Sent: Wednesday, December 22, 2010 1:11 AM To: solr-user@lucene.apache.org Subject: White space in facet values How do I handle facet values that conta

Re: White space in facet values

2010-12-22 Thread Jonathan Rochkind
hoo.com] Sent: Wednesday, December 22, 2010 1:11 AM To: solr-user@lucene.apache.org Subject: White space in facet values How do I handle facet values that contain whitespace? Say I have a field "Product" that I want to facet on. A value for "Product" could be "Electric Guit

Re: White space in facet values

2010-12-22 Thread Yonik Seeley
...@yahoo.com] > Sent: Wednesday, December 22, 2010 1:11 AM > To: solr-user@lucene.apache.org > Subject: White space in facet values > > How do I handle facet values that contain whitespace? Say I have a field > "Product" that I want to facet on. A value for "Pro

RE: White space in facet values

2010-12-22 Thread Dyer, James
ot;... James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: Andy [mailto:angelf...@yahoo.com] Sent: Wednesday, December 22, 2010 1:11 AM To: solr-user@lucene.apache.org Subject: White space in facet values How do I handle facet values that contain whit

Re: White space in facet values

2010-12-22 Thread Marco Martinez
try to copy the values (with copyfield) to a string field Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42 2010/12/22 Peter Karich > > > you should try fq=Product:"Electric Guitar" > > > > How do I

Re: White space in facet values

2010-12-22 Thread Peter Karich
you should try fq=Product:"Electric Guitar" > How do I handle facet values that contain whitespace? Say I have a field > "Product" that I want to facet on. A value for "Product" could be "Electric > Guitar". How should I handle the white space in "Electric Guitar" during > indexing? What abo

White space in facet values

2010-12-21 Thread Andy
How do I handle facet values that contain whitespace? Say I have a field "Product" that I want to facet on. A value for "Product" could be "Electric Guitar". How should I handle the white space in "Electric Guitar" during indexing? What about when I apply the constraint fq=Product:Electric Guita