On 8/9/07, Matthew Runo <[EMAIL PROTECTED]> wrote: > 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"/>
Hmmm, that looks ok. You re-indexed since department_exact was added? If so, could you show the exact XML response containing a document with department_exact in it, and then a prefix query on department_exact that doesn't return that query (with debugQuery=on)? -Yonik