You are doing things correctly, thanks for pointing this out. I just
changed the initialization process to only add components that are not
specified:
http://svn.apache.org/viewvc?view=rev&revision=609717
thanks!
ryan
Brendan Grainger wrote:
Hi,
I'm using a solr nightly build and I have cr
Hi,
I'm using a solr nightly build and I have created my own
QueryComponent which is just a subclass of the default
QueryComponent. FYI, in most cases I just delegate to the superclass,
but I also allow a parameter to be used which will cause some custom
filtering (which is why I'm doing