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
Hi - I'm trying to use 4.10.1 with /export. I've defined a field as
follows:
I then call:
http://server:port/solr/COLLECT1/export?q=Collection:COLLECT2000&sort=DocumentId
desc&fl=DocumentId
The error I receive is:
java.io.IOException: DocumentId must have DocValues to use this feature.
at
org.a