![]() |
VOOZH | about |
dotnet add package FlexLucene --version 5.0.0
NuGet\Install-Package FlexLucene -Version 5.0.0
<PackageReference Include="FlexLucene" Version="5.0.0" />
<PackageVersion Include="FlexLucene" Version="5.0.0" />Directory.Packages.props
<PackageReference Include="FlexLucene" />Project file
paket add FlexLucene --version 5.0.0
#r "nuget: FlexLucene, 5.0.0"
#:package FlexLucene@5.0.0
#addin nuget:?package=FlexLucene&version=5.0.0Install as a Cake Addin
#tool nuget:?package=FlexLucene&version=5.0.0Install as a Cake Tool
There are minor differences between the Java and .net versions. These are done to make it more .net friendly.
1. All the namespaces are converted from usual org.apache.lucene.* to FlexLucene.*.
2. All method names are converted to use .net style naming convention that is AddDocument rather than addDocument.
A lot more refinements and optimizations are planned in future.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net40 net40 is compatible. net403 net403 was computed. net45 net45 was computed. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
Showing the top 1 NuGet packages that depend on FlexLucene:
| Package | Downloads |
|---|---|
|
FlexLuceneBenchmark
This is IKVM compatible lucene benchmark package. This is used in FlexSearch (http://flexsearch.net). |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 6.3.0 | 36,314 | 12/14/2016 |
| 6.2.0 | 8,214 | 10/10/2016 |
| 6.1.0 | 4,744 | 6/20/2016 |
| 6.0.2 | 4,563 | 5/30/2016 |
| 6.0.1 | 6,583 | 4/27/2016 |
| 6.0.0 | 4,654 | 4/11/2016 |
| 5.5.0 | 5,262 | 3/4/2016 |
| 5.4.1 | 4,732 | 2/1/2016 |
| 5.4.0 | 5,178 | 12/26/2015 |
| 5.3.1.1 | 4,978 | 10/5/2015 |
| 5.3.1 | 4,653 | 9/27/2015 |
| 5.3.0 | 4,793 | 9/1/2015 |
| 5.2.1 | 5,164 | 7/15/2015 |
| 5.1.0 | 5,242 | 4/15/2015 |
| 5.0.0 | 5,926 | 3/9/2015 |
| 4.10.2 | 5,279 | 12/7/2014 |
| 4.10.1.2-alpha | 2,179 | 9/29/2014 |
| 4.10.1.1-alpha | 2,232 | 9/29/2014 |
| 4.10.1 | 4,775 | 9/29/2014 |
| 4.10.0 | 4,747 | 9/5/2014 |
Go to https://github.com/FlexSearch/FlexLucene for more detailed information about the package and associated licenses.