Class SearchService.CanMatchResponse

All Implemented Interfaces:
Writeable, org.elasticsearch.common.util.concurrent.RefCounted
Enclosing class:
SearchService

public static final class SearchService.CanMatchResponse
extends SearchPhaseResult
  • Constructor Details

    • CanMatchResponse

      public CanMatchResponse​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
    • CanMatchResponse

      public CanMatchResponse​(boolean canMatch, MinAndMax<?> estimatedMinAndMax)
  • Method Details