This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit 299f01480f05453877f6d3bf2cd5cf79e06a0403 Author: Shad Storhaug <[email protected]> AuthorDate: Tue Mar 30 19:47:30 2021 +0700 docs: websites/apidocs/index.md: Updated links to OpenNLP and Highlighter projects, commented TODO work --- websites/apidocs/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/websites/apidocs/index.md b/websites/apidocs/index.md index d57aefb..3b9e45f 100644 --- a/websites/apidocs/index.md +++ b/websites/apidocs/index.md @@ -30,7 +30,7 @@ on some of the conceptual or inner details of Lucene: ## Reference Documents - [Changes](https://github.com/apache/lucenenet/releases/tag/<EnvVar:LuceneNetReleaseTag>): List of changes in this release. -- System Requirements: Minimum and supported .NET versions. __TODO: Add link__ +<!-- - System Requirements: Minimum and supported .NET versions. LUCENENT TODO: Add link --> - [Migration Guide](xref:Lucene.Net.Migration.Guide): What changed in Lucene 4; how to migrate code from Lucene 3.x. - [File Formats](xref:Lucene.Net.Codecs.Lucene46) : Guide to the supported index format used by Lucene. This can be customized by using [an alternate codec](xref:Lucene.Net.Codecs). - [Search and Scoring in Lucene](xref:Lucene.Net.Search): Introduction to how Lucene scores documents. @@ -43,7 +43,7 @@ on some of the conceptual or inner details of Lucene: - <xref:Lucene.Net.Analysis.Common> - Analyzers for indexing content in different languages and domains - [Lucene.Net.Analysis.Kuromoji](xref:Lucene.Net.Analysis.Ja) - Japanese Morphological Analyzer - <xref:Lucene.Net.Analysis.Morfologik> - Analyzer for dictionary stemming, built-in Polish dictionary -- <xref:Lucene.Net.Analysis.OpenNlp> - OpenNLP Library Integration +- [Lucene.Net.Analysis.OpenNLP](xref:Lucene.Net.Analysis.OpenNlp) - OpenNLP Library Integration - <xref:Lucene.Net.Analysis.Phonetic> - Analyzer for indexing phonetic signatures (for sounds-alike search) - [Lucene.Net.Analysis.SmartCn](xref:Lucene.Net.Analysis.Cn.Smart) - Analyzer for indexing Chinese - <xref:Lucene.Net.Analysis.Stempel> - Analyzer for indexing Polish @@ -53,7 +53,7 @@ on some of the conceptual or inner details of Lucene: - [Lucene.Net.Expressions](xref:Lucene.Net.Expressions) - Dynamically computed values to sort/facet/search on based on a pluggable grammar - [Lucene.Net.Facet](xref:Lucene.Net.Facet) - Faceted indexing and search capabilities - <xref:Lucene.Net.Grouping> - Collectors for grouping search results -- <xref:Lucene.Net.Search.Highlight> - Highlights search keywords in results +- <xref:Lucene.Net.Highlighter> - Highlights search keywords in results - <xref:Lucene.Net.ICU> - Specialized ICU (International Components for Unicode) Analyzers and Highlighters - <xref:Lucene.Net.Join> - Index-time and Query-time joins for normalized content - [Lucene.Net.Memory](xref:Lucene.Net.Index.Memory) - Single-document in-memory index implementation
