Hi,

I would like to dynamically modify a query, for example by replacing a field name with a different one. Given how complex the query parsing is it does look error prone to duplicate that so I would like to work on the Lucene Query object model instead. The subclasses of Query look relatively simple and easy to rewrite on the Lucene side but on the Solr side this does not seem to be the case. Any suggestions on how this could be done?

thanks,
Hendrik

Reply via email to