Easy.Elasticsearch.BulkAndSearch by Thiago Barradas

<PackageReference Include="Easy.Elasticsearch.BulkAndSearch" Version="1.0.13" />

 Easy.Elasticsearch.BulkAndSearch 1.0.13

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.0.13</version>
    <authors>Thiago Barradas</authors>
    <owners>Thiago Barradas</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <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="6.8.3" exclude="Build,Analyzers" />
        <dependency id="NEST.JsonNetSerializer" version="6.8.3" exclude="Build,Analyzers" />
        <dependency id="PackUtils" version="1.0.46" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>