Home
last modified time | relevance | path

Searched refs:_bodyPriority (Results 1 – 3 of 3) sorted by relevance

/plugin/sphinxsearch/
DSphinxSearch.php19 private $_bodyPriority = 1; variable in SphinxSearch
78 'body' => $this->_bodyPriority)
255 $this->_bodyPriority = $priority;
/plugin/sphinxsearch-was/
H A DSphinxSearch.php19 private $_bodyPriority = 1; variable in SphinxSearch
78 'body' => $this->_bodyPriority
259 $this->_bodyPriority = $priority;
/plugin/sphinxsearchwas/
DSphinxSearch.php16 private int $_bodyPriority = 1; variable in SphinxSearch
44 'body' => $this->_bodyPriority
185 public function setBodyPriority(int $p): void { $this->_bodyPriority = $p; }