Documentation of 'org.apache.lucene.search.function.OrdFieldSource' Java class
OrdFieldSource
org.apache.lucene.search.function

Class OrdFieldSource

  • All Implemented Interfaces:
    java.io.Serializable


    public class OrdFieldSource
    extends ValueSource
    Expert: obtains the ordinal of the field value from the default Lucene Fieldcache using getStringIndex().

    The native lucene index order is used to assign an ordinal value for each field value.

    Example:
    If there were only three field values: "apple","banana","pear"
    then ord("apple")=1, ord("banana")=2, ord("pear")=3

    WARNING: ord() depends on the position in an index and can thus change when other documents are inserted or deleted, or if a MultiSearcher is used.

    WARNING: The status of the search.function package is experimental. The APIs introduced here might change in the future and will not be supported anymore in such a case.

    See Also:
    Serialized Form
    • Constructor Detail

      • OrdFieldSource

        public OrdFieldSource(java.lang.String field)
        Contructor for a certain field.
        Parameters:
        field - field whose values order is used.
    • Method Detail

      • description

        public java.lang.String description()
        Description copied from class: ValueSource
        description of field, used in explain()
        Specified by:
        description in class ValueSource
      • getValues

        public DocValues getValues(IndexReader reader)
                            throws java.io.IOException
        Description copied from class: ValueSource
        Return the DocValues used by the function query.
        Specified by:
        getValues in class ValueSource
        Parameters:
        reader - the IndexReader used to read these values. If any caching is involved, that caching would also be IndexReader based.
        Throws:
        java.io.IOException - for any error.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.