Solr 4.10 is the very first release of the export feature. It does require
that all fields being sorted and exported have docValues = true in the
schema. This is likely to change in the future, but DocValues will likely
always provide the best indexing option for sorting and exporting full
result s
Thank you Dmitry. Any ideas why the Solr /export is not working for me? I
forgot to mention that this is Solr Cloud.
I believe I've defined the field correctly, and I've also tried using
another field (title), but I get the same error:
"Title must have DocValues to use this feature.".
My goal is
Hi,
Luke has a feature of index exporting, given that output format suits your
needs (xml). https://github.com/DmitryKey/luke/releases/tag/luke-4.10.1
http://dmitrykan.blogspot.fi/2014/09/exporting-lucene-index-to-xml-with-luke.html
It does not have the option to export select fields only, though