Lucene.Net.Contrib
3.0.3
dotnet add package Lucene.Net.Contrib --version 3.0.3
NuGet\Install-Package Lucene.Net.Contrib -Version 3.0.3
<PackageReference Include="Lucene.Net.Contrib" Version="3.0.3" />
paket add Lucene.Net.Contrib --version 3.0.3
#r "nuget: Lucene.Net.Contrib, 3.0.3"
// Install Lucene.Net.Contrib as a Cake Addin #addin nuget:?package=Lucene.Net.Contrib&version=3.0.3 // Install Lucene.Net.Contrib as a Cake Tool #tool nuget:?package=Lucene.Net.Contrib&version=3.0.3
Lucene.Net Contrib adds a set of advanced functionalites to Lucene.net, like faceted search, spatial queries, highlighters, spell check and more.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. 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. |
-
- Lucene.Net (>= 3.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Lucene.Net.Contrib:
Package | Downloads |
---|---|
Examine
Examine is a wrapper for getting a Lucene index up and running for any type of data and comes with an API to search it. You can either use the Fluent API that the library comes with or use raw Lucene query syntax. The indexing is configurable and will allow both synchronous and asynchronous indexing and everything works happily in web projects too. |
GitHub repositories (7)
Showing the top 5 popular GitHub repositories that depend on Lucene.Net.Contrib:
Repository | Stars |
---|---|
NuGet/NuGetGallery
NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
|
|
n2cms/n2cms
N2 CMS, an open source CMS for ASP.NET
|
|
chriseldredge/Lucene.Net.Linq
LINQ provider to run native queries on a Lucene.Net index
|
|
pinky39/grove
A computer implementation of a trading card game: Magic: The Gathering. The goal of the project is to implement ai algorithms which can play the game at the same level as a casual human player.
|
|
liulei901112/TextLocator
基于.net实现的本地文档的全文索引定位器,根据关键词搜索定位本地文档内容。便于查找历史文档时节省时间,本地文本搜索神器!
|