NEST: loading fielddata for field

Hi guys, @forloop,

Is there any way to dynamically load fielddata for existing field using NEST?

Thanks

Just do a simple match_all query and sort by that field. But why are you using fielddata? You really should consider using doc-values

--
Itamar Syn-Hershko
Freelance Developer & Consultant
Microsoft MVP | Lucene.NET PMC
http://code972.com | @synhershko
http://BigDataBoutique.co.il/

Hi @Itamar_Syn_Hershko,

We need use it sometimes for aggregation text fields.
As I understand we can load fieldata using REST. Want do it using NEST.

Thanks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.