> Can the client send in which filters should be turned on and off, but > leave the definition of the filters in solrconfig.xml?
The client must set the property, how solr deals with that is how I want it to work. > If so, you can get this effect with the new query parser plugin > framework. Part of that includes what I call "local parameters" (not > really documented yet), which includes parameter dereferencing. What version of solr does this first appear? we're using a nightly build from December which was heavily hacked to do database result returning and word offset highlighting (and some other fixes) so we'd like to avoid using anything newer. > So you could add something like this to your query > fq=<!val=$filter1>&fq=<!val=$filter3) > and have the various filters be a default defined in a handler in > solrconfig.xml How does this work? I'm still confused from your explanation. Are the query options turning the filters on or off? what kind of hander would go into solrconfig.xml? Best Regards, Martin Owens