Here you go.. I thought that "string" wasn't munged, so I used that...

<field name="department" type="text" indexed="true" stored="true"/>
<field name="department_exact" type="string" indexed="true" stored="true"/>
<copyField source="department" dest="department_exact"/>



+--------------------------------------------------------+
 | Matthew Runo
 | Zappos Development
 | [EMAIL PROTECTED]
 | 702-943-7833
+--------------------------------------------------------+


On Aug 9, 2007, at 12:26 PM, Yonik Seeley wrote:

On 8/9/07, Matthew Runo <[EMAIL PROTECTED]> wrote:
Hmm.. I just tried the following three queries...

/?q=department_exact:Apparel>Men's?
Apparel>Jackets*&fq=country_code:US&fq=brand_exact:adidas...
(no results)

/?q=department_exact:Apparel>Men's\
Apparel>Jackets*&fq=country_code:US&fq=brand_exact:adidas...
(no results)

/?q=Apparel>Men's\
Apparel>Jackets*&fq=country_code:US&fq=brand_exact:adidas...
(results)

I know that the string I'm searching for is stored in
department_exact (copyField) and department (original field).

What's the department_exact fieldType look like?

-Yonik


Reply via email to