Personally, I’d stick with Solr’s “built-in” dynamic field definitions just
keep things smooth for future developers and ease of matching up what you’ll
see on this list and via other support channels.
You can use field aliasing if you know which dynamic field you want…
fl=price:price_f sort of
Hi,
We have decided to use dynamic fileds in solr for some of our use-case. What we
found in examples that these are declared as:
It is based upon suffix approach. What we are think to implement is:
According to, second approach would be more human readable and maintainable