Lucene.Net.Linq 1.0.37

There is a newer version of this package available.
See the version list below for details.
dotnet add package Lucene.Net.Linq --version 1.0.37
NuGet\Install-Package Lucene.Net.Linq -Version 1.0.37
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="Lucene.Net.Linq" Version="1.0.37" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Lucene.Net.Linq --version 1.0.37
#r "nuget: Lucene.Net.Linq, 1.0.37"
#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 Lucene.Net.Linq as a Cake Addin
#addin nuget:?package=Lucene.Net.Linq&version=1.0.37

// Install Lucene.Net.Linq as a Cake Tool
#tool nuget:?package=Lucene.Net.Linq&version=1.0.37

Execute LINQ queries on Lucene.Net complete with object to Document mapping.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Lucene.Net.Linq:

Repository Stars
liulei901112/TextLocator
基于.net实现的本地文档的全文索引定位器,根据关键词搜索定位本地文档内容。便于查找历史文档时节省时间,本地文本搜索神器!
Version Downloads Last updated
3.5.2 2,071 1/5/2015
3.5.1 895 12/5/2014
3.5.0 761 11/19/2014
3.4.1 669 11/10/2014
3.4.0 192 10/27/2014
3.3.4 721 9/9/2014
3.3.3 197 8/29/2014
3.3.2 523 8/6/2014
3.3.1 328 6/30/2014
3.3.0 146 6/20/2014
3.2.57 2,646 2/26/2014
3.2.55 839 1/2/2014
3.2.54 97 12/2/2013
3.2.53 131 9/4/2013
3.2.52 113 8/7/2013
3.1.51 149 6/28/2013
3.1.48 552 4/9/2013
3.1.46 145 2/26/2013
3.1.45 76 2/8/2013
3.1.44 52 2/7/2013
3.0.39 61 12/5/2012
3.0.38 61 11/12/2012
1.0.37 71 9/6/2012
1.0.34 55 7/6/2012
1.0.33 54 7/2/2012
1.0.32 54 7/2/2012
1.0.29 55 6/21/2012
1.0.28 51 6/21/2012
1.0.27 54 6/19/2012
1.0.26 52 5/25/2012
1.0.22 57 5/9/2012

* On multiple calls to ISession.Query(), return same instance of a result so clients can modify the same item across queries.
* When a key is modified on a result within ISession, delete the document using the original key during commit.
* Update to Remotion.Linq 1.13.161.