Interface CompletedSearchOperationContext

    • Method Detail

      • getEntryCount

        long getEntryCount()
        Retrieves the number of entries that were returned to the client during the course of the search.
        Returns:
        The number of entries that were returned to the client during the course of the search.
      • getReferenceCount

        long getReferenceCount()
        Retrieves the number of references that were returned to the client during the course of the search.
        Returns:
        The number of references that were returned to the client during the course of the search.
      • isUnindexed

        boolean isUnindexed()
        Indicates whether the search operation was considered unindexed.
        Returns:
        true if the search operation was considered unindexed, or false if not.