Skip to content

Commit 2296429

Browse files
author
omars44
committed
docs PHP: add string SolrQuery::getHighlightQuery()
1 parent d2dd37a commit 2296429

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/documentation.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1666,6 +1666,14 @@ public function getFilterQueries() {}
16661666
*/
16671667
public function getHighlight() {}
16681668

1669+
/**
1670+
* Returns hl.q param
1671+
*
1672+
* @return string
1673+
* @link http://docs.php.net/manual/en/solrquery.gethighlightquery.php
1674+
*/
1675+
public function getHighlightQuery() {}
1676+
16691677
/**
16701678
* @param string $field_override [optional]
16711679
*

0 commit comments

Comments
 (0)