Bitzsoft.Integrations.Search 1.0.0-alpha.8

This is a prerelease version of Bitzsoft.Integrations.Search.
dotnet add package Bitzsoft.Integrations.Search --version 1.0.0-alpha.8
                    
NuGet\Install-Package Bitzsoft.Integrations.Search -Version 1.0.0-alpha.8
                    
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="Bitzsoft.Integrations.Search" Version="1.0.0-alpha.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bitzsoft.Integrations.Search" Version="1.0.0-alpha.8" />
                    
Directory.Packages.props
<PackageReference Include="Bitzsoft.Integrations.Search" />
                    
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 Bitzsoft.Integrations.Search --version 1.0.0-alpha.8
                    
#r "nuget: Bitzsoft.Integrations.Search, 1.0.0-alpha.8"
                    
#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 Bitzsoft.Integrations.Search@1.0.0-alpha.8
                    
#: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=Bitzsoft.Integrations.Search&version=1.0.0-alpha.8&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Bitzsoft.Integrations.Search&version=1.0.0-alpha.8&prerelease
                    
Install as a Cake Tool

Bitzsoft.Integrations.Search

全文检索引擎抽象层 — 统一接口定义、三段式检索上下文、业务规则矩阵与弱词过滤抽象。

功能特性

  • 引擎核心抽象:ISearchEngine(Upsert/Delete/Rebuild/Search)、ISearchIndexDataSource(keyset 分页全量重建)
  • 三段式检索上下文:SearchPerformInput(Query/Filter/Rule),通用化利冲审查/列表过滤/关键字检索多场景
  • 业务规则矩阵:BusinessRuleScopeBuilder(5 场景 × 3 角色约束)
  • 多模式关键词匹配:KeywordMatchStrategy(分级 AC Trie,Small/Medium/Large/CachedTrie)
  • 聚合管道:SearchPipeline(Channel + ConcurrentDictionary by BusinessId/BusinessType)
  • 弱词过滤抽象:ISegmentWordStore(LegalSuffix/OrgWeak/GeoWeak)、IStopWordProvider、IExtensionWordProvider
  • 存储抽象:ISearchIndexCatalogStore(索引目录元数据)

使用

// 宿主项目实现存储抽象后,配合 Search.Lucene 实现包使用
services.AddBitzsoftLuceneSearch(opt => opt.BasePath = "/data/lucene");
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Bitzsoft.Integrations.Search:

Package Downloads
Bitzsoft.Integrations.Search.Lucene

Lucene.NET 全文检索引擎实现 — 拼音分词、NGram、索引生命周期、三段式检索编排

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-alpha.8 44 7/1/2026