Lines Matching defs:hit
22 * @param array $hit Hit data
24 public function __construct(array $hit)
26 $this->_hit = $hit;
58 * Returns a param from the result hit array.
74 * Test if a param from the result hit is set.
82 * Returns the hit id.
157 * Returns the raw hit array.
165 * Returns the version information from the hit.
239 $hit = $this->getHit();
240 unset($hit['_source'], $hit['_explanation'], $hit['highlight'], $hit['_score']);
242 $doc->setParams($hit);
248 * Sets a parameter on the hit.