Hi,
Suppose the document stored in the index has fields A and B.
What would be the best way to alter the value of B after the result set is
available?
The modified value of B is influenced by the value of A and also by some
custom logic based on (custom) SolrCache.
Can it be a custom function query? Or a custom SearchComponent? Or a custom
response writer?
As far as I understand, SearchComponent will not help because documents are
written during response serialization (in non distributed case).

Thanks,
Alexey



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Dynamic-modification-of-field-value-tp4028234.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to