On Dec 18, 2007 9:41 PM, Kamran Shadkhast <[EMAIL PROTECTED]> wrote: > ...it would be great if we could dynamiclly control this during > search if we want to search with stemming or not....
The easiest is probably to have two copies of your field, using <copyField>, one stemmed and one not, and search in one or the other. -Bertrand