@subrato You can use either a string
.Field("sitename.keyword")
or an expression
.Field(f => f.Sitename.Suffix("keyword"))
Take a look at the documentation on field inference.
@subrato You can use either a string
.Field("sitename.keyword")
or an expression
.Field(f => f.Sitename.Suffix("keyword"))
Take a look at the documentation on field inference.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.