Interface SearchStatus

  • All Known Implementing Classes:
    DefaultSearchStatus

    @Committed
    @Public
    public interface SearchStatus
    Represents the status of a FTS query.
    Since:
    2.3.0
    Author:
    Simon Baslé, Michael Nitschinger
    • Method Detail

      • totalCount

        long totalCount()
        the total number of FTS pindexes that were queried.
      • successCount

        long successCount()
        the number of FTS pindexes queried that successfully answered.
      • isSuccess

        boolean isSuccess()
        Returns:
        true if all FTS indexes answered successfully.