Lucene.Net.Linq 1.0.34

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.34
                    
NuGet\Install-Package Lucene.Net.Linq -Version 1.0.34
                    
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.34" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Lucene.Net.Linq" Version="1.0.34" />
                    
Directory.Packages.props
<PackageReference Include="Lucene.Net.Linq" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Lucene.Net.Linq --version 1.0.34
                    
#r "nuget: Lucene.Net.Linq, 1.0.34"
                    
#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.
#:package Lucene.Net.Linq@1.0.34
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Lucene.Net.Linq&version=1.0.34
                    
Install as a Cake Addin
#tool nuget:?package=Lucene.Net.Linq&version=1.0.34
                    
Install as a Cake Tool

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,072 1/5/2015
3.5.1 896 12/5/2014
3.5.0 762 11/19/2014
3.4.1 670 11/10/2014
3.4.0 193 10/27/2014
3.3.4 722 9/9/2014
3.3.3 198 8/29/2014
3.3.2 524 8/6/2014
3.3.1 329 6/30/2014
3.3.0 147 6/20/2014
3.2.57 2,647 2/26/2014
3.2.55 840 1/2/2014
3.2.54 98 12/2/2013
3.2.53 132 9/4/2013
3.2.52 114 8/7/2013
3.1.51 150 6/28/2013
3.1.48 553 4/9/2013
3.1.46 146 2/26/2013
3.1.45 77 2/8/2013
3.1.44 53 2/7/2013
3.0.39 62 12/5/2012
3.0.38 62 11/12/2012
1.0.37 72 9/6/2012
1.0.34 56 7/6/2012
1.0.33 55 7/2/2012
1.0.32 55 7/2/2012
1.0.29 56 6/21/2012
1.0.28 52 6/21/2012
1.0.27 55 6/19/2012
1.0.26 53 5/25/2012
1.0.22 57 5/9/2012

Fix concurrency issue where IndexSearcher may be disposed while still in use.
Add LuceneDataProvider.RegisterCacheWarmingCallback method to warm up IndexReader before replacing previous instance.