Re: Custom Similarity

2007-12-28 Thread Grant Ingersoll
On Dec 28, 2007, at 4:17 PM, Yonik Seeley wrote: On Dec 28, 2007 4:05 PM, Grant Ingersoll <[EMAIL PROTECTED]> wrote: I have a custom Similarity class that I would like to load. It has a no-arg constructor, so it should work fine within Solr's context. However, it has the option for other cons

Re: Custom Similarity

2007-12-28 Thread Yonik Seeley
On Dec 28, 2007 4:05 PM, Grant Ingersoll <[EMAIL PROTECTED]> wrote: > I have a custom Similarity class that I would like to load. It has a > no-arg constructor, so it should work fine within Solr's context. > However, it has the option for other constructor input values as well > that I would like