Skip to content

I'm confused, where is the 2.0 documentation #1960

Closed
@Sohojoe

Description

@Sohojoe

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions