On Sat, Aug 16, 2008 at 10:20 PM, Pierre Auslaender <[EMAIL PROTECTED]>wrote:

> 1/ Is it possible to localise query operator names without writing code?
> For instance, I'd like to issue queries with French operator names, e.g. ET
> (instead of AND), OU (instead of OR), etc.


No, your application must do it before sending the query to Solr.


>
> 2/ Is it possible for Solr to generate, in the XML response, the URLs or
> complete queries for each facet in a faceted search?
>
> It's not too difficult, but surely Solr could add this URL or query string
> under the "material" element. Is this possible? Or do I have to XSLT the
> result myself?


No, Solr does not do that. However generating them from Solr is a good idea
only if you are able to keep the state across requests.

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to