On Jan 12, 2010, at 9:15 AM, Andrew Clegg wrote:
Thanks Erik, but I'm still a little confused as to exactly where in
the Solr
config I set these parameters.
You'd configure them within the <processor> element, something like
this:
<str name="minTokenLen">5</str>
The example on the wiki page uses Lookup3Signature which
(presumably) takes
no parameters, so there's no indication in the XML examples of where
you
would set them.
Right, looking at the source code, Lookup3Signature takes no parameters.
Perhaps you could update the wiki with an example once you get it
working?
I'm flying a little blind here, just going off the source code, not
trying it out for real.
Erik