thanks. that's what I was looking for.
On Mon, Jun 22, 2009 at 4:15 PM, Chris Hostetter
wrote:
> : and then ask,
> :- how can i set the value of query so that it is reflected in the 'q'
> : node of the search results e.g. solr.
> : the example 'process' method above works, but the original
: and then ask,
:- how can i set the value of query so that it is reflected in the 'q'
: node of the search results e.g. solr.
: the example 'process' method above works, but the original query is still
: written to the search results page.
if you're talking about the param values that get wri
sorry. my 'tab' character is linked to 'send'. i meant to include this bit
of source
@Override
public void process(ResponseBuilder rb) throws IOException {
SolrQueryRequest request = rb.req;
SolrParams params = request.getParams();
String
Is there a question here?
On Jun 7, 2009, at 2:50 PM, David Palaitis wrote:
I'm trying to write a very simple SearchComponent that performs a
simple
operation on the query string before passing through to
QueryComponent.
The EncodingSearchComponent will perform something like the following
I'm trying to write a very simple SearchComponent that performs a simple
operation on the query string before passing through to QueryComponent.
The EncodingSearchComponent will perform something like the following
Base64(MD5(querystring))