in NEST library of ElasticSearch for NET, we can highlight on somefields.staticly we can determine highlightin fields in code. but in this case we cannot specify highligh terms at Runtime to allow user to select highlighting fields.
How can i specify highlighting fields at runtime?
Thanks.