Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Enum Field.Store

    Specifies whether and how a field should be stored.

    Namespace: Lucene.Net.Documents
    Assembly: Lucene.Net.dll
    Syntax
    public enum Field.Store

    Fields

    Name Description
    NO

    Do not store the field's value in the index.

    YES

    Store the original field value in the index. this is useful for short texts like a document's title which should be displayed with the results. The value is stored in its original form, i.e. no analyzer is used before it is stored.

    Extension Methods

    FieldExtensions.IsStored(Field.Store)
    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.