Re: Solr variable substitution question

2011-09-08 Thread Chris Hostetter
: Is there an easy way without out writing custom response writers to accept a : parameter on the request URL and then substitute that value in the response? there's nothing built in to support this using the syntax you are asking about, but one approach to consider instead of writing a custom r

Solr variable substitution question

2011-09-08 Thread Garrick Plagge
Is there an easy way without out writing custom response writers to accept a parameter on the request URL and then substitute that value in the response? For example, if an index field is setup and a value like the following is added to a field: http://www.google.com/?partner={$partner} If