Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Enum Selector

    Selects a value from the document's set to use as the sort value

    Namespace: Lucene.Net.Sandbox.Queries
    Assembly: Lucene.Net.Sandbox.dll
    Syntax
    public enum Selector

    Fields

    Name Description
    MAX

    Selects the maximum value in the set

    MIDDLE_MAX

    Selects the middle value in the set.

    If the set has an even number of values, the higher of the middle two is chosen

    MIDDLE_MIN

    Selects the middle value in the set.

    If the set has an even number of values, the lower of the middle two is chosen.

    MIN

    Selects the minimum value in the set

    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 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.