indextank.net by Loggify

<PackageReference Include="indextank.net" Version="1.0.1" />

 indextank.net 1.0.1

A REST client to connect to the IndexTank service, which is a cloud based search engine. Use this library to easily send documents, including all kinds of meta data, to IndexTank and perform searches on the indexes.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>indextank.net</id>
    <version>1.0.1</version>
    <authors>Loggify</authors>
    <owners>Michiel van Oudheusden</owners>
    <projectUrl>https://github.com/mivano/IndexTank.NET</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A REST client to connect to the IndexTank service, which is a cloud based search engine.
	
	Use this library to easily send documents, including all kinds of meta data, to IndexTank and perform searches on the indexes.</description>
    <summary>A .NET port of the Java version of the IndexTank search API.</summary>
    <language>en-US</language>
    <tags>search searching rest indextank document facets saas</tags>
    <dependencies>
      <dependency id="Newtonsoft.Json" />
    </dependencies>
  </metadata>
</package>