Class ShardRequest

java.lang.Object
org.apache.solr.handler.component.ShardRequest

public class ShardRequest extends Object
  • Field Details

    • ALL_SHARDS

      public static final String[] ALL_SHARDS
    • PURPOSE_PRIVATE

      public static final int PURPOSE_PRIVATE
      See Also:
    • PURPOSE_GET_TERM_DFS

      public static final int PURPOSE_GET_TERM_DFS
      See Also:
    • PURPOSE_GET_TOP_IDS

      public static final int PURPOSE_GET_TOP_IDS
      See Also:
    • PURPOSE_REFINE_TOP_IDS

      public static final int PURPOSE_REFINE_TOP_IDS
      See Also:
    • PURPOSE_GET_FACETS

      public static final int PURPOSE_GET_FACETS
      See Also:
    • PURPOSE_REFINE_FACETS

      public static final int PURPOSE_REFINE_FACETS
      See Also:
    • PURPOSE_GET_FIELDS

      public static final int PURPOSE_GET_FIELDS
      See Also:
    • PURPOSE_GET_HIGHLIGHTS

      public static final int PURPOSE_GET_HIGHLIGHTS
      See Also:
    • PURPOSE_GET_DEBUG

      public static final int PURPOSE_GET_DEBUG
      See Also:
    • PURPOSE_GET_STATS

      public static final int PURPOSE_GET_STATS
      See Also:
    • PURPOSE_GET_TERMS

      public static final int PURPOSE_GET_TERMS
      See Also:
    • PURPOSE_GET_TOP_GROUPS

      public static final int PURPOSE_GET_TOP_GROUPS
      See Also:
    • PURPOSE_GET_MLT_RESULTS

      public static final int PURPOSE_GET_MLT_RESULTS
      See Also:
    • PURPOSE_REFINE_PIVOT_FACETS

      public static final int PURPOSE_REFINE_PIVOT_FACETS
      See Also:
    • PURPOSE_SET_TERM_STATS

      public static final int PURPOSE_SET_TERM_STATS
      See Also:
    • PURPOSE_GET_TERM_STATS

      public static final int PURPOSE_GET_TERM_STATS
      See Also:
    • purpose

      public int purpose
    • shards

      public String[] shards
    • params

      public org.apache.solr.common.params.ModifiableSolrParams params
    • responses

      public List<ShardResponse> responses
      list of responses... filled out by framework
    • actualShards

      public String[] actualShards
      actual shards to send the request to, filled out by framework
    • nodeName

      public String nodeName
      may be null
  • Constructor Details

    • ShardRequest

      public ShardRequest()
  • Method Details