Hi, since this isn't logged anywhere, as far as I can say, there are two ways: Either you apply mm within your url-call, so that you get the whole mm param back per request and calculate the applied mm with this information (sounds bad), or you recalculate it within your own custom search component.
The last approach is better in my opinion. The third option requires you to modify/fork existing code. Keep in mind that this means that you have to maintain your modification/fork on every update. Regards, Em Am 05.10.2011 09:01, schrieb elisabeth benoit: > Hello, > > I'd like to be able to know programmaticaly what value mm was set to for one > request (to avoid having to parse the query, identify stopwords, calculate > mm based on solrconfig.xml). Is there a way to get mm value in solr > response? > > Thanks, > Elisabeth >