Metadata >> NuGet >> Lucene.Net.Linq >> 3.1.51

3.1.51

Metadata

Authors Chris Eldredge
Copyrights Copyright 2012 The Motley Fool, LLC
Description Execute LINQ queries on Lucene.Net complete with object to Document mapping.
IconUrl https://svn.apache.org/repos/asf/incubator/lucene.net/trunk/branding/logo/lucene-net-icon-128x128.png
LicenseUrl https://github.com/themotleyfool/Lucene.Net.Linq/blob/master/LICENSE.txt
Owners The Motley Fool, LLC
ProjectUrl https://github.com/themotleyfool/Lucene.Net.Linq
ReleaseNotes ## Current Release * Add support for fluent mapping interface. Example: https://github.com/themotleyfool/Lucene.Net.Linq/blob/master/source/Lucene.Net.Linq.Tests/Samples/FluentConfiguration.cs * Add DefaultParserOperator property to FieldAttribute to specify QueryParser.DefaultParseOperator for a given property/field. * Performance - Use TotalHits instead of ScoreDocs.length when computing Count()/Any() ## 3.1.48 * Enable analyzing and retrieving term vectors using [Field(TermVector = TermVectorMode.Yes)] and TermFreqVectorDocumentMapper * Enable Field level boosting while indexing using [Field(Boost = 5)] ## 3.1.46 * Open new IndexWriter after ISession.Commit fails and calls Rollback on current IndexWriter * Convert objects and keys to documents and queries before writing to IndexWriter ## 3.1.45 * Automatically creates Analyzer using metadata attributes like [Field(Analyzer=typeof(StandardAnalyzer)] * Store different object types in single index * Prevent documents with null values on key properties from being stored * Enable sorting on types implementing IComparable<T> but not non-generic IComparable * Allow client to provide custom IDocumentMapper<T> implementations
RequireLicenseAcceptance False
Summary Provides LINQ IQueryable interface and object/document mapping over a Lucene.Net index.
Tags lucene.net lucene linq odata search nosql
Dependencies Remotion.Linq:[1.13.183, 2.0)|Common.Logging:[2.1.2, 3.0)|Lucene.Net:[3.0.3, 3.6)
Title Lucene.Net.Linq
PackageSize 224661
PackageHashAlgorithm SHA512
PackageHash ZSAgKQCoJQ433cYL56Fvyz+GQ4JrRlrI0Gb4Q320l1HyQ1zKB53aj7dTIjqxqS9A0dhJruBTNJl9epuJXlkeSQ==
DownloadCount 000000
CreatedDate 2013-06-28T20:43:20

Access

You can access data for this version using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Lucene.Net.Linq -Version 3.1.51 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Lucene.Net.Linq -Version 3.1.51 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete Lucene.Net.Linq 3.1.51 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package Lucene.Net.Linq -Version 3.1.51 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Lucene.Net.Linq -Version 3.1.51 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap Lucene.Net.Linq -Version 3.1.51
Uninstalling the package:
o remove-wrap Lucene.Net.Linq

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v4.0 Binaries