I will make it clear. I want to save the query into a file when a user is changing a parameter in the query, lets say he adds "logTofile=1" then the searchHandler will provide the same result as without this parameter, but in the background it will do some logic(ex. save the query to file) . But I dont want to touch solr source code, all I want is to add code(like plugin). if i understand it right I want to write my own search handler , do some logic , then pass the data to solr default search handler.
how do i accomplish this? -- View this message in context: http://lucene.472066.n3.nabble.com/Chaining-plugins-tp4108239p4108662.html Sent from the Solr - User mailing list archive at Nabble.com.