Easy.Elasticsearch.BulkAndSearch by Thiago Barradas

<PackageReference Include="Easy.Elasticsearch.BulkAndSearch" Version="1.4.0-preview.1" />

 Easy.Elasticsearch.BulkAndSearch 1.4.0-preview.1

Elasticsearch Bulk and Search is a high level library to make easy basic query operations (get, search and scroll) and index operations (single index or bulk), besides paging, sorting and query buider.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Easy.Elasticsearch.BulkAndSearch</id>
    <version>1.4.0-preview.1</version>
    <authors>Thiago Barradas</authors>
    <licenseUrl>https://github.com/ThiagoBarradas/elasticsearch-bulkandsearch-dotnet/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/ThiagoBarradas/elasticsearch-bulkandsearch-dotnet</projectUrl>
    <iconUrl>https://i.imgur.com/lfWW74h.png</iconUrl>
    <description>Elasticsearch Bulk and Search is a high level library to make easy basic query operations (get, search and scroll) and index operations (single index or bulk), besides paging, sorting and query buider.</description>
    <copyright>© 2019</copyright>
    <tags>elasticsearch, get, bulk, search, scroll, scrolling,easy, query, builder</tags>
    <repository url="https://github.com/ThiagoBarradas/elasticsearch-bulkandsearch-dotnet" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="NEST" version="7.11.1" exclude="Build,Analyzers" />
        <dependency id="NEST.JsonNetSerializer" version="7.11.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>