Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Namespace Lucene.Net.Collation

    Unicode Collation support.

    Classes

    ICUCollationAttributeFactory

    Converts each token into its ICU4N.Text.CollationKey, and then encodes bytes as an index term.

    ICUCollationDocValuesField

    Indexes sort keys as a single-valued Lucene.Net.Documents.SortedDocValuesField.

    ICUCollationKeyAnalyzer

    Configures Lucene.Net.Analysis.Core.KeywordTokenizer with ICUCollationAttributeFactory.

    ICUCollationKeyFilter

    Converts each token into its ICU4N.Text.CollationKey, and then encodes the ICU4N.Text.CollationKey with Lucene.Net.Util.IndexableBinaryStringTools, to allow it to be stored as an index term.

    ICUCollationKeyFilterFactory

    Factory for ICUCollationKeyFilter.

    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.