FlexLucene 5.1.0

dotnet add package FlexLucene --version 5.1.0
NuGet\Install-Package FlexLucene -Version 5.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FlexLucene" Version="5.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FlexLucene --version 5.1.0
#r "nuget: FlexLucene, 5.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FlexLucene as a Cake Addin
#addin nuget:?package=FlexLucene&version=5.1.0

// Install FlexLucene as a Cake Tool
#tool nuget:?package=FlexLucene&version=5.1.0

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 Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

    • IKVM (>= 8.0.5449.1)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.1.0 472 4/15/2015
5.0.0 311 3/9/2015
4.10.2 115 12/7/2014
4.10.1.2-alpha 58 9/29/2014
4.10.1.1-alpha 52 9/29/2014
4.10.1 163 9/29/2014
4.10.0 102 9/5/2014
4.9.0 96 6/25/2014
4.8.1 63 5/22/2014
4.7.2 70 4/20/2014
4.7.0 81 2/27/2014
4.5.0 58 10/13/2013
4.4.0 57 8/25/2013

Go to https://github.com/FlexSearch/FlexLucene for more detailed information about the package and associated licenses.