Lucene.Net.Linq
1.0.37
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
<PackageReference Include="Lucene.Net.Linq" Version="1.0.37" />
paket add Lucene.Net.Linq --version 1.0.37
#r "nuget: Lucene.Net.Linq, 1.0.37"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
-
- Common.Logging (>= 2.1.1 && < 3.0.0)
- Lucene.Net (>= 2.9.4.1)
- Remotion.Linq (>= 1.13.161 && < 2.0.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Lucene.Net.Linq:
Package | Downloads |
---|---|
NuGet.Lucene
Implementation of NuGet package repository that stores package metadata in a Lucene index for very fast package lookup and search capabilities. Includes an optional file system watcher that will keep packages on disk in sync with the Lucene index. This package does not serve as a standalone package feed or package server; instead it must be embedded in other projects. |
|
NuGet.Lucene.Web
Provides controllers and WCF Data Services classes that can be exposed in an asp.net application to expose a NuGet.Lucene repository over the web. |
|
PieDb
Easy-as-pie NOSQL object database. Transactions and unit of work / session support. https://github.com/mcintyre321/PieDb MIT Licence |
|
Linqdex
Description |
|
Carubbi.ElasticSearch
A facade to lucene.net that is a port to the famous java search engine Lucene. Works like a syntax sugar to use it with the BrazilianIndexer |
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.6.0 | 72,726 | 6/22/2016 |
3.5.3 | 14,120 | 6/30/2015 |
3.5.2 | 11,907 | 1/5/2015 |
3.5.1 | 2,683 | 12/5/2014 |
3.5.0 | 2,218 | 11/19/2014 |
3.4.1 | 1,956 | 11/10/2014 |
3.4.0 | 1,445 | 10/27/2014 |
3.3.4 | 15,857 | 9/9/2014 |
3.3.3 | 9,400 | 8/29/2014 |
3.3.2 | 10,083 | 8/6/2014 |
3.3.1 | 1,870 | 6/30/2014 |
3.3.0 | 1,429 | 6/20/2014 |
3.2.57 | 7,694 | 2/26/2014 |
3.2.55 | 7,017 | 1/2/2014 |
3.2.54 | 1,791 | 12/2/2013 |
3.2.53 | 3,253 | 9/4/2013 |
3.2.52 | 2,462 | 8/7/2013 |
3.1.51 | 2,453 | 6/28/2013 |
3.1.48 | 3,540 | 4/9/2013 |
3.1.46 | 3,885 | 2/26/2013 |
3.1.45 | 3,222 | 2/8/2013 |
3.1.44 | 1,350 | 2/7/2013 |
3.0.39 | 1,999 | 12/5/2012 |
3.0.38 | 1,715 | 11/12/2012 |
1.0.37 | 1,854 | 9/6/2012 |
1.0.34 | 1,607 | 7/6/2012 |
1.0.33 | 1,397 | 7/2/2012 |
1.0.32 | 1,403 | 7/2/2012 |
1.0.29 | 5,074 | 6/21/2012 |
1.0.28 | 1,415 | 6/21/2012 |
1.0.27 | 1,377 | 6/19/2012 |
1.0.26 | 1,463 | 5/25/2012 |
1.0.22 | 1,466 | 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.