Closed
Description
specifically i'm looking for the 2.0 documentation for Attributes; as mentioned in this blog post, the attributes changed in 2.0 https://www.elastic.co/blog/ga-release-of-nest-2-0-our-dot-net-client-for-elasticsearch i.e.
[ElasticProperty(Type = FieldType.String, Analyzer = "myanalyzer", TermVector = TermVectorOption.WithOffsets)]
is now
[ElasticProperty(Type = FieldType.String, Analyzer = "myanalyzer", TermVector = TermVectorOption.WithOffsets)]
the wiki sends me to azurewebsites.net - has the documentation for v1.x
Metadata
Metadata
Assignees
Labels
No labels