Cachalot.Client
1.1.3
See the version list below for details.
dotnet add package Cachalot.Client --version 1.1.3
NuGet\Install-Package Cachalot.Client -Version 1.1.3
<PackageReference Include="Cachalot.Client" Version="1.1.3" />
<PackageVersion Include="Cachalot.Client" Version="1.1.3" />
<PackageReference Include="Cachalot.Client" />
paket add Cachalot.Client --version 1.1.3
#r "nuget: Cachalot.Client, 1.1.3"
#addin nuget:?package=Cachalot.Client&version=1.1.3
#tool nuget:?package=Cachalot.Client&version=1.1.3
Supports full-text search both in persistent and pure cache mode. A public property needs to be tagged as [FullTextIndexation] if you want it included in full text search. This tag can be applied both on properties that are also normal indexes and on properties that are not indexed for linq queries. This tag may be applied both o scalar properties and collections. A linq extension method (FullTextSearch(“whatever you want”) is available. It can be used alone or with classical linq predicates. In the second case the result is the intersection of the classical query and the full-text query. The result is ordered by full-text pertinence. The version >= 1.1.3 of server is required
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
- Newtonsoft.Json (>= 12.0.1)
- protobuf-net (>= 2.4.0)
- Remotion.Linq (>= 2.2.0)
- SharpZipLib (>= 1.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Cachalot.Client:
Repository | Stars |
---|---|
usinesoft/Cachalot
Fastest transactional database for dotnet applications (classic or core); it can also be used as a high performance distributed cache
|
Version | Downloads | Last updated |
---|---|---|
2.5.13 | 350 | 5/5/2024 |
2.0.8 | 811 | 12/6/2021 |
2.0.6 | 388 | 11/4/2021 |
1.3.1 | 548 | 11/15/2020 |
1.2.2 | 598 | 10/11/2020 |
1.2.1 | 625 | 6/1/2020 |
1.1.18 | 528 | 5/29/2020 |
1.1.17 | 532 | 5/29/2020 |
1.1.16 | 547 | 5/16/2020 |
1.1.3 | 656 | 6/22/2019 |
1.0.11 | 694 | 4/15/2019 |
1.0.9 | 621 | 3/19/2019 |
1.0.8 | 645 | 3/18/2019 |
1.0.7 | 761 | 2/18/2019 |
1.0.6 | 780 | 2/3/2019 |
1.0.4 | 698 | 2/2/2019 |
Full text search