How to get term vectors of all documents for a given type!

Hi all,

Is there a way to retrieve term vectors of all documents for a given type
using Elasticsearch Java API.

Thanks,

Evans

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/114eecdd-3fcb-43f4-bced-32f81080aaa3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

In order to do this, you would need to make a SCAN request in order to get
all documents from a given type, and for each page to build a multi
termvectors request to get term vectors.

On Tue, Nov 4, 2014 at 11:34 PM, James Parker evans.notcker@gmail.com
wrote:

Hi all,

Is there a way to retrieve term vectors of all documents for a given type
using Elasticsearch Java API.

Thanks,

Evans

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/114eecdd-3fcb-43f4-bced-32f81080aaa3%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/114eecdd-3fcb-43f4-bced-32f81080aaa3%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
Adrien Grand

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAL6Z4j4smY3PBGByEwijd2cauU3-jzdPwTVLBBz6a8atUE0ZmA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.