Interface QueryRecord.PartialResult.IndexLookupRecord

    • Method Detail

      • getExtractorDescription

        String getExtractorDescription()
        Get a description of the extractor that was used for the index lookup.
        Returns:
        the extractor description
      • getIndexDescription

        String getIndexDescription()
        Get a description of the associated index.
        Returns:
        the index description; null if no index was found for the associated extractor
      • isOrdered

        boolean isOrdered()
        Indicates whether or not the associated index is ordered.
        Returns:
        true if the associated index is ordered; false if the index is not ordered or if no index was found for the associated extractor