code
stringlengths
17
247k
docstring
stringlengths
30
30.3k
func_name
stringlengths
1
89
language
stringclasses
1 value
repo
stringlengths
7
63
path
stringlengths
7
153
url
stringlengths
51
209
license
stringclasses
4 values
public function getGroupLimit() {}
(PECL solr &gt;= 2.2.0)<br/> Returns the group.limit value @link https://php.net/manual/en/solrquery.getgrouplimit.php @return int <p> Returns the group.limit value </p>
getGroupLimit
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getGroupMain() {}
(PECL solr &gt;= 2.2.0)<br/> Returns the group.main value @link https://php.net/manual/en/solrquery.getgroupmain.php @return bool <p> Returns the group.main value </p>
getGroupMain
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getGroupNGroups() {}
(PECL solr &gt;= 2.2.0)<br/> Returns the group.ngroups value @link https://php.net/manual/en/solrquery.getgroupngroups.php @return bool <p> Returns the group.ngroups value </p>
getGroupNGroups
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getGroupOffset() {}
(PECL solr &gt;= 2.2.0)<br/> Returns the group.offset value @link https://php.net/manual/en/solrquery.getgroupoffset.php @return bool <p> Returns the group.offset value </p>
getGroupOffset
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getGroupQueries() {}
(PECL solr &gt;= 2.2.0)<br/> Returns all the group.query parameter values @link https://php.net/manual/en/solrquery.getgroupqueries.php @return array <p> Returns all the group.query parameter values </p>
getGroupQueries
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getGroupSortFields() {}
(PECL solr &gt;= 2.2.0)<br/> Returns the group.sort value @link https://php.net/manual/en/solrquery.getgroupsortfields.php @return array <p> Returns all the group.sort parameter values </p>
getGroupSortFields
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getGroupTruncate() {}
(PECL solr &gt;= 2.2.0)<br/> Returns the group.truncate value @link https://php.net/manual/en/solrquery.getgrouptruncate.php @return bool <p> Returns the group.truncate value </p>
getGroupTruncate
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getHighlight() {}
(PECL solr &gt;= 0.9.2)<br/> Returns the state of the hl parameter @link https://php.net/manual/en/solrquery.gethighlight.php @return bool <p> Returns the state of the hl parameter </p>
getHighlight
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getHighlightAlternateField($field_override) {}
(PECL solr &gt;= 0.9.2)<br/> Returns the highlight field to use as backup or default @link https://php.net/manual/en/solrquery.gethighlightalternatefield.php @param string $field_override [optional] <p> The name of the field </p> @return string|null <p> Returns a string on success and <b>NULL</b> if not set </p>
getHighlightAlternateField
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getHighlightFields() {}
(PECL solr &gt;= 0.9.2)<br/> Returns all the fields that Solr should generate highlighted snippets for @link https://php.net/manual/en/solrquery.gethighlightfields.php @return array|null <p> Returns an array on success and <b>NULL</b> if not set </p>
getHighlightFields
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getHighlightFormatter($field_override) {}
(PECL solr &gt;= 0.9.2)<br/> Returns the formatter for the highlighted output @link https://php.net/manual/en/solrquery.gethighlightformatter.php @param string $field_override [optional] <p> The name of the field </p> @return string|null <p> Returns a string on success and <b>NULL</b> if not set </p>
getHighlightFormatter
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getHighlightFragmenter($field_override) {}
(PECL solr &gt;= 0.9.2)<br/> Returns the text snippet generator for highlighted text @link https://php.net/manual/en/solrquery.gethighlightfragmenter.php @param string $field_override [optional] <p> The name of the field </p> @return string|null <p> Returns a string on success and <b>NULL</b> if not set </p>
getHighlightFragmenter
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getHighlightFragsize($field_override) {}
(PECL solr &gt;= 0.9.2)<br/> Returns the number of characters of fragments to consider for highlighting @link https://php.net/manual/en/solrquery.gethighlightfragsize.php @param string $field_override [optional] <p> The name of the field </p> @return int|null <p> Returns an integer on success and <b>NULL</b> if not set </p>
getHighlightFragsize
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getHighlightHighlightMultiTerm() {}
(PECL solr &gt;= 0.9.2)<br/> Returns whether or not to enable highlighting for range/wildcard/fuzzy/prefix queries @link https://php.net/manual/en/solrquery.gethighlighthighlightmultiterm.php @return bool|null <p> Returns a boolean on success and <b>NULL</b> if not set </p>
getHighlightHighlightMultiTerm
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getHighlightMaxAlternateFieldLength($field_override) {}
(PECL solr &gt;= 0.9.2)<br/> Returns the maximum number of characters of the field to return @link https://php.net/manual/en/solrquery.gethighlightmaxalternatefieldlength.php @param string $field_override [optional] <p> The name of the field </p> @return int|null <p> Returns an integer on success and <b>NULL</b> if not set </p>
getHighlightMaxAlternateFieldLength
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getHighlightMaxAnalyzedChars() {}
(PECL solr &gt;= 0.9.2)<br/> Returns the maximum number of characters into a document to look for suitable snippets @link https://php.net/manual/en/solrquery.gethighlightmaxanalyzedchars.php @return int|null <p> Returns an integer on success and <b>NULL</b> if not set </p>
getHighlightMaxAnalyzedChars
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getHighlightMergeContiguous($field_override) {}
(PECL solr &gt;= 0.9.2)<br/> Returns whether or not the collapse contiguous fragments into a single fragment @link https://php.net/manual/en/solrquery.gethighlightmergecontiguous.php @param string $field_override [optional] <p> The name of the field </p> @return bool|null <p> Returns a boolean on success and <b>NULL</b> if not set </p>
getHighlightMergeContiguous
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getHighlightRegexMaxAnalyzedChars() {}
(PECL solr &gt;= 0.9.2)<br/> Returns the maximum number of characters from a field when using the regex fragmenter @link https://php.net/manual/en/solrquery.gethighlightregexmaxanalyzedchars.php @return int|null <p> Returns an integer on success and <b>NULL</b> if not set </p>
getHighlightRegexMaxAnalyzedChars
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getHighlightRegexPattern() {}
(PECL solr &gt;= 0.9.2)<br/> Returns the regular expression for fragmenting @link https://php.net/manual/en/solrquery.gethighlightregexpattern.php @return string <p> Returns a string on success and <b>NULL</b> if not set </p>
getHighlightRegexPattern
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getHighlightRegexSlop() {}
(PECL solr &gt;= 0.9.2)<br/> Returns the deviation factor from the ideal fragment size @link https://php.net/manual/en/solrquery.gethighlightregexslop.php @return float|null <p> Returns a double on success and <b>NULL</b> if not set. </p>
getHighlightRegexSlop
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getHighlightRequireFieldMatch() {}
(PECL solr &gt;= 0.9.2)<br/> Returns if a field will only be highlighted if the query matched in this particular field @link https://php.net/manual/en/solrquery.gethighlightrequirefieldmatch.php @return bool|null <p> Returns a boolean on success and <b>NULL</b> if not set </p>
getHighlightRequireFieldMatch
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getHighlightSimplePost($field_override) {}
(PECL solr &gt;= 0.9.2)<br/> Returns the text which appears after a highlighted term @link https://php.net/manual/en/solrquery.gethighlightsimplepost.php @param string $field_override [optional] <p> The name of the field </p> @return string|null <p> Returns a string on success and <b>NULL</b> if not set </p>
getHighlightSimplePost
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getHighlightSimplePre($field_override) {}
(PECL solr &gt;= 0.9.2)<br/> Returns the text which appears before a highlighted term @link https://php.net/manual/en/solrquery.gethighlightsimplepre.php @param string $field_override [optional] <p> The name of the field </p> @return string|null <p> Returns a string on success and <b>NULL</b> if not set </p>
getHighlightSimplePre
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getHighlightSnippets($field_override) {}
(PECL solr &gt;= 0.9.2)<br/> Returns the maximum number of highlighted snippets to generate per field @link https://php.net/manual/en/solrquery.gethighlightsnippets.php @param string $field_override [optional] <p> The name of the field </p> @return int|null <p> Returns an integer on success and <b>NULL</b> if not set </p>
getHighlightSnippets
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getHighlightUsePhraseHighlighter() {}
(PECL solr &gt;= 0.9.2)<br/> Returns the state of the hl.usePhraseHighlighter parameter @link https://php.net/manual/en/solrquery.gethighlightusephrasehighlighter.php @return bool|null <p> Returns a boolean on success and <b>NULL</b> if not set </p>
getHighlightUsePhraseHighlighter
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getMlt() {}
(PECL solr &gt;= 0.9.2)<br/> Returns whether or not MoreLikeThis results should be enabled @link https://php.net/manual/en/solrquery.getmlt.php @return bool|null <p> Returns a boolean on success and <b>NULL</b> if not set </p>
getMlt
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getMltBoost() {}
(PECL solr &gt;= 0.9.2)<br/> Returns whether or not the query will be boosted by the interesting term relevance @link https://php.net/manual/en/solrquery.getmltboost.php @return bool|null <p> Returns a boolean on success and <b>NULL</b> if not set </p>
getMltBoost
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getMltCount() {}
(PECL solr &gt;= 0.9.2)<br/> Returns the number of similar documents to return for each result @link https://php.net/manual/en/solrquery.getmltcount.php @return int|null <p> Returns an integer on success and <b>NULL</b> if not set </p>
getMltCount
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getMltFields() {}
(PECL solr &gt;= 0.9.2)<br/> Returns all the fields to use for similarity @link https://php.net/manual/en/solrquery.getmltfields.php @return array <p> Returns an array on success and <b>NULL</b> if not set </p>
getMltFields
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getMltMaxNumQueryTerms() {}
(PECL solr &gt;= 0.9.2)<br/> Returns the maximum number of query terms that will be included in any generated query @link https://php.net/manual/en/solrquery.getmltmaxnumqueryterms.php @return int|null <p> Returns an integer on success and <b>NULL</b> if not set </p>
getMltMaxNumQueryTerms
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getMltMaxNumTokens() {}
(PECL solr &gt;= 0.9.2)<br/> Returns the maximum number of tokens to parse in each document field that is not stored with TermVector support @link https://php.net/manual/en/solrquery.getmltmaxnumtokens.php @return int <p> Returns an integer on success and <b>NULL</b> if not set </p>
getMltMaxNumTokens
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getMltMaxWordLength() {}
(PECL solr &gt;= 0.9.2)<br/> Returns the maximum word length above which words will be ignored @link https://php.net/manual/en/solrquery.getmltmaxwordlength.php @return int|null <p> Returns an integer on success and <b>NULL</b> if not set </p>
getMltMaxWordLength
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getMltMinDocFrequency() {}
(PECL solr &gt;= 0.9.2)<br/> Returns the threshold frequency at which words will be ignored which do not occur in at least this many docs @link https://php.net/manual/en/solrquery.getmltmindocfrequency.php @return int|null <p> Returns an integer on success and <b>NULL</b> if not set </p>
getMltMinDocFrequency
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getMltMinTermFrequency() {}
(PECL solr &gt;= 0.9.2)<br/> Returns the frequency below which terms will be ignored in the source document @link https://php.net/manual/en/solrquery.getmltmintermfrequency.php @return int|null <p> Returns an integer on success and <b>NULL</b> if not set </p>
getMltMinTermFrequency
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getMltMinWordLength() {}
(PECL solr &gt;= 0.9.2)<br/> Returns the minimum word length below which words will be ignored @link https://php.net/manual/en/solrquery.getmltminwordlength.php @return int <p> Returns an integer on success and <b>NULL</b> if not set </p>
getMltMinWordLength
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getMltQueryFields() {}
(PECL solr &gt;= 0.9.2)<br/> Returns the query fields and their boosts @link https://php.net/manual/en/solrquery.getmltqueryfields.php @return array|null <p> Returns an array on success and <b>NULL</b> if not set </p>
getMltQueryFields
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getQuery() {}
(PECL solr &gt;= 0.9.2)<br/> Returns the main query @link https://php.net/manual/en/solrquery.getquery.php @return string <p> Returns a string on success and <b>NULL</b> if not set </p>
getQuery
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getRows() {}
(PECL solr &gt;= 0.9.2)<br/> Returns the maximum number of documents @link https://php.net/manual/en/solrquery.getrows.php @return int|null <p> Returns an integer on success and <b>NULL</b> if not set </p>
getRows
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getSortFields() {}
(PECL solr &gt;= 0.9.2)<br/> Returns all the sort fields @link https://php.net/manual/en/solrquery.getsortfields.php @return array <p> Returns an array on success and <b>NULL</b> if none of the parameters was set. </p>
getSortFields
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getStart() {}
(PECL solr &gt;= 0.9.2)<br/> Returns the offset in the complete result set @link https://php.net/manual/en/solrquery.getstart.php @return int|null <p> Returns an integer on success and <b>NULL</b> if not set </p>
getStart
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getStats() {}
(PECL solr &gt;= 0.9.2)<br/> Returns whether or not stats is enabled @link https://php.net/manual/en/solrquery.getstats.php @return bool|null <p> Returns a boolean on success and <b>NULL</b> if not set </p>
getStats
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getStatsFacets() {}
(PECL solr &gt;= 0.9.2)<br/> Returns all the stats facets that were set @link https://php.net/manual/en/solrquery.getstatsfacets.php @return array|null <p> Returns an array on success and <b>NULL</b> if not set </p>
getStatsFacets
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getStatsFields() {}
(PECL solr &gt;= 0.9.2)<br/> Returns all the statistics fields @link https://php.net/manual/en/solrquery.getstatsfields.php @return array|null <p> Returns an array on success and <b>NULL</b> if not set </p>
getStatsFields
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getTerms() {}
(PECL solr &gt;= 0.9.2)<br/> Returns whether or not the TermsComponent is enabled @link https://php.net/manual/en/solrquery.getterms.php @return bool|null <p> Returns a boolean on success and <b>NULL</b> if not set </p>
getTerms
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getTermsField() {}
(PECL solr &gt;= 0.9.2)<br/> Returns the field from which the terms are retrieved @link https://php.net/manual/en/solrquery.gettermsfield.php @return string|null <p> Returns a string on success and <b>NULL</b> if not set </p>
getTermsField
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getTermsIncludeLowerBound() {}
(PECL solr &gt;= 0.9.2)<br/> Returns whether or not to include the lower bound in the result set @link https://php.net/manual/en/solrquery.gettermsincludelowerbound.php @return bool|null <p> Returns a boolean on success and <b>NULL</b> if not set </p>
getTermsIncludeLowerBound
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getTermsIncludeUpperBound() {}
(PECL solr &gt;= 0.9.2)<br/> Returns whether or not to include the upper bound term in the result set @link https://php.net/manual/en/solrquery.gettermsincludeupperbound.php @return bool|null <p> Returns a boolean on success and <b>NULL</b> if not set </p>
getTermsIncludeUpperBound
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getTermsLimit() {}
(PECL solr &gt;= 0.9.2)<br/> Returns the maximum number of terms Solr should return @link https://php.net/manual/en/solrquery.gettermslimit.php @return int|null <p> Returns an integer on success and <b>NULL</b> if not set </p>
getTermsLimit
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getTermsLowerBound() {}
(PECL solr &gt;= 0.9.2)<br/> Returns the term to start at @link https://php.net/manual/en/solrquery.gettermslowerbound.php @return string|null <p> Returns a string on success and <b>NULL</b> if not set </p>
getTermsLowerBound
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getTermsMaxCount() {}
(PECL solr &gt;= 0.9.2)<br/> Returns the maximum document frequency @link https://php.net/manual/en/solrquery.gettermsmaxcount.php @return int|null <p> Returns an integer on success and <b>NULL</b> if not set </p>
getTermsMaxCount
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getTermsMinCount() {}
(PECL solr &gt;= 0.9.2)<br/> Returns the minimum document frequency to return in order to be included @link https://php.net/manual/en/solrquery.gettermsmincount.php @return int|null <p> Returns an integer on success and <b>NULL</b> if not set </p>
getTermsMinCount
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getTermsPrefix() {}
(PECL solr &gt;= 0.9.2)<br/> Returns the term prefix @link https://php.net/manual/en/solrquery.gettermsprefix.php @return string|null <p> Returns a string on success and <b>NULL</b> if not set </p>
getTermsPrefix
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getTermsReturnRaw() {}
(PECL solr &gt;= 0.9.2)<br/> Whether or not to return raw characters @link https://php.net/manual/en/solrquery.gettermsreturnraw.php @return bool|null <p> Returns a boolean on success and <b>NULL</b> if not set </p>
getTermsReturnRaw
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getTermsSort() {}
(PECL solr &gt;= 0.9.2)<br/> Returns an integer indicating how terms are sorted @link https://php.net/manual/en/solrquery.gettermssort.php @return int|null <p> Returns an integer on success and <b>NULL</b> if not set<br/> SolrQuery::TERMS_SORT_INDEX indicates that the terms are returned by index order.<br/> SolrQuery::TERMS_SORT_COUNT implies that the terms are sorted by term frequency (highest count first) </p>
getTermsSort
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getTermsUpperBound() {}
(PECL solr &gt;= 0.9.2)<br/> Returns the term to stop at @link https://php.net/manual/en/solrquery.gettermsupperbound.php @return string|null <p> Returns a string on success and <b>NULL</b> if not set </p>
getTermsUpperBound
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function getTimeAllowed() {}
(PECL solr &gt;= 0.9.2)<br/> Returns the time in milliseconds allowed for the query to finish @link https://php.net/manual/en/solrquery.gettimeallowed.php @return int|null <p> Returns an integer on success and <b>NULL</b> if not set </p>
getTimeAllowed
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function removeExpandFilterQuery($fq) {}
(PECL solr &gt;= 2.2.0)<br/> Removes an expand filter query @link https://php.net/manual/en/solrquery.removeexpandfilterquery.php @param string $fq @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
removeExpandFilterQuery
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function removeExpandSortField($field) {}
(PECL solr &gt;= 2.2.0)<br/> Removes an expand sort field from the expand.sort parameter. @link https://php.net/manual/en/solrquery.removeexpandsortfield.php @param string $field <p> Field name </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
removeExpandSortField
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function removeFacetDateField($field) {}
(PECL solr &gt;= 0.9.2)<br/> Removes one of the facet date fields @link https://php.net/manual/en/solrquery.removefacetdatefield.php @param string $field <p> The name of the date field to remove </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
removeFacetDateField
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function removeFacetDateOther($value, $field_override) {}
(PECL solr &gt;= 0.9.2)<br/> Removes one of the facet.date.other parameters @link https://php.net/manual/en/solrquery.removefacetdateother.php @param string $value <p> The value </p> @param string $field_override [optional] <p> The name of the field. </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
removeFacetDateOther
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function removeFacetField($field) {}
(PECL solr &gt;= 0.9.2)<br/> Removes one of the facet.date parameters @link https://php.net/manual/en/solrquery.removefacetfield.php @param string $field <p> The name of the field </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
removeFacetField
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function removeFacetQuery($value) {}
(PECL solr &gt;= 0.9.2)<br/> Removes one of the facet.query parameters @link https://php.net/manual/en/solrquery.removefacetquery.php @param string $value <p> The value </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
removeFacetQuery
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function removeField($field) {}
(PECL solr &gt;= 0.9.2)<br/> Removes a field from the list of fields @link https://php.net/manual/en/solrquery.removefield.php @param string $field <p> The name of the field </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
removeField
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function removeFilterQuery($fq) {}
(PECL solr &gt;= 0.9.2)<br/> Removes a filter query @link https://php.net/manual/en/solrquery.removefilterquery.php @param string $fq @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
removeFilterQuery
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function removeHighlightField($field) {}
(PECL solr &gt;= 0.9.2)<br/> Removes one of the fields used for highlighting @link https://php.net/manual/en/solrquery.removehighlightfield.php @param string $field <p> The name of the field </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
removeHighlightField
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function removeMltField($field) {}
(PECL solr &gt;= 0.9.2)<br/> Removes one of the moreLikeThis fields @link https://php.net/manual/en/solrquery.removemltfield.php @param string $field <p> The name of the field </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
removeMltField
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function removeMltQueryField($queryField) {}
(PECL solr &gt;= 0.9.2)<br/> Removes one of the moreLikeThis query fields @link https://php.net/manual/en/solrquery.removemltqueryfield.php @param string $queryField <p> The query field </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
removeMltQueryField
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function removeSortField($field) {}
(PECL solr &gt;= 0.9.2)<br/> Removes one of the sort fields @link https://php.net/manual/en/solrquery.removesortfield.php @param string $field <p> The name of the field </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
removeSortField
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function removeStatsFacet($value) {}
(PECL solr &gt;= 0.9.2)<br/> Removes one of the stats.facet parameters @link https://php.net/manual/en/solrquery.removestatsfacet.php @param string $value <p> The value </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
removeStatsFacet
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function removeStatsField($field) {}
(PECL solr &gt;= 0.9.2)<br/> Removes one of the stats.field parameters @link https://php.net/manual/en/solrquery.removestatsfield.php @param string $field <p> The name of the field </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
removeStatsField
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setEchoHandler($flag) {}
(PECL solr &gt;= 0.9.2)<br/> Toggles the echoHandler parameter @link https://php.net/manual/en/solrquery.setechohandler.php @param bool $flag <p> <b>TRUE</b> or <b>FALSE</b> </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setEchoHandler
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setEchoParams($type) {}
(PECL solr &gt;= 0.9.2)<br/> Determines what kind of parameters to include in the response @link https://php.net/manual/en/solrquery.setechoparams.php @param string $type <p> The type of parameters to include: </p> <ul> <li><b>none</b>: don't include any request parameters for debugging</li> <li><b>explicit</b>: include the parameters explicitly specified by the client in the request</li> <li><b>all</b>: include all parameters involved in this request, either specified explicitly by the client, or implicit because of the request handler configuration.</li> </ul> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setEchoParams
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setExpand($value) {}
(PECL solr &gt;= 2.2.0)<br/> Enables/Disables the Expand Component @link https://php.net/manual/en/solrquery.setexpand.php @param bool $value <p> Bool flag </b> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setExpand
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setExpandQuery($q) {}
(PECL solr &gt;= 2.2.0)<br/> Sets the expand.q parameter @link https://php.net/manual/en/solrquery.setexpandquery.php @param string $q @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setExpandQuery
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setExpandRows($value) {}
(PECL solr &gt;= 2.2.0)<br/> Sets the number of rows to display in each group (expand.rows). Server Default 5 @link https://php.net/manual/en/solrquery.setexpandrows.php @param int $value @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setExpandRows
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setExplainOther($query) {}
(PECL solr &gt;= 0.9.2)<br/> Sets the explainOther common query parameter @link https://php.net/manual/en/solrquery.setexplainother.php @param string $query <p> The Lucene query to identify a set of documents </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setExplainOther
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setFacet($flag) {}
(PECL solr &gt;= 0.9.2)<br/> Maps to the facet parameter. Enables or disables facetting @link https://php.net/manual/en/solrquery.setfacet.php @param bool $flag <p> <b>TRUE</b> enables faceting and <b>FALSE</b> disables it. </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setFacet
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setFacetDateEnd($value, $field_override) {}
(PECL solr &gt;= 0.9.2)<br/> Maps to facet.date.end @link https://php.net/manual/en/solrquery.setfacetdateend.php @param string $value <p> See facet.date.end </p> @param string $field_override [optional] <p> Name of the field </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setFacetDateEnd
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setFacetDateGap($value, $field_override) {}
(PECL solr &gt;= 0.9.2)<br/> Maps to facet.date.gap @link https://php.net/manual/en/solrquery.setfacetdategap.php @param string $value <p> See facet.date.gap </p> @param string $field_override [optional] <p> Name of the field </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setFacetDateGap
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setFacetDateHardEnd($value, $field_override) {}
(PECL solr &gt;= 0.9.2)<br/> Maps to facet.date.hardend @link https://php.net/manual/en/solrquery.setfacetdatehardend.php @param bool $value <p> See facet.date.hardend </p> @param string $field_override [optional] <p> Name of the field </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setFacetDateHardEnd
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setFacetDateStart($value, $field_override) {}
(PECL solr &gt;= 0.9.2)<br/> Maps to facet.date.start @link https://php.net/manual/en/solrquery.setfacetdatestart.php @param string $value <p> See facet.date.start </p> @param string $field_override [optional] <p> Name of the field </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setFacetDateStart
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setFacetEnumCacheMinDefaultFrequency($frequency, $field_override) {}
(PECL solr &gt;= 0.9.2)<br/> Sets the minimum document frequency used for determining term count @link https://php.net/manual/en/solrquery.setfacetenumcachemindefaultfrequency.php @param int $frequency <p> The minimum frequency </p> @param string $field_override [optional] <p> Name of the field </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setFacetEnumCacheMinDefaultFrequency
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setFacetLimit($limit, $field_override) {}
(PECL solr &gt;= 0.9.2)<br/> Maps to facet.limit @link https://php.net/manual/en/solrquery.setfacetlimit.php @param int $limit <p> The maximum number of constraint counts </p> @param string $field_override [optional] <p> Name of the field </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setFacetLimit
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setFacetMethod($method, $field_override) {}
(PECL solr &gt;= 0.9.2)<br/> Specifies the type of algorithm to use when faceting a field @link https://php.net/manual/en/solrquery.setfacetmethod.php @param string $method <p> The method to use. </p> @param string $field_override [optional] <p> Name of the field </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setFacetMethod
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setFacetMinCount($mincount, $field_override) {}
(PECL solr &gt;= 0.9.2)<br/> Maps to facet.mincount @link https://php.net/manual/en/solrquery.setfacetmincount.php @param int $mincount <p> The minimum count </p> @param string $field_override [optional] <p> Name of the field </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setFacetMinCount
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setFacetMissing($flag, $field_override) {}
(PECL solr &gt;= 0.9.2)<br/> Maps to facet.missing @link https://php.net/manual/en/solrquery.setfacetmissing.php @param bool $flag <p> <b>TRUE</b> turns this feature on. <b>FALSE</b> disables it. </p> @param string $field_override [optional] <p> Name of the field </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setFacetMissing
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setFacetOffset($offset, $field_override) {}
(PECL solr &gt;= 0.9.2)<br/> Sets the offset into the list of constraints to allow for pagination @link https://php.net/manual/en/solrquery.setfacetoffset.php @param int $offset <p> The offset </p> @param string $field_override [optional] <p> Name of the field </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setFacetOffset
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setFacetPrefix($prefix, $field_override) {}
(PECL solr &gt;= 0.9.2)<br/> Specifies a string prefix with which to limits the terms on which to facet @link https://php.net/manual/en/solrquery.setfacetprefix.php @param string $prefix <p> The prefix string </p> @param string $field_override [optional] <p> Name of the field </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setFacetPrefix
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setFacetSort($facetSort, $field_override) {}
(PECL solr &gt;= 0.9.2)<br/> Determines the ordering of the facet field constraints @link https://php.net/manual/en/solrquery.setfacetsort.php @param int $facetSort <p> Use SolrQuery::FACET_SORT_INDEX for sorting by index order or SolrQuery::FACET_SORT_COUNT for sorting by count. </p> @param string $field_override [optional] <p> Name of the field </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setFacetSort
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setGroup($value) {}
(PECL solr &gt;= 2.2.0)<br/> Enable/Disable result grouping (group parameter) @link https://php.net/manual/en/solrquery.setgroup.php @param bool $value @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setGroup
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setGroupCachePercent($percent) {}
(PECL solr &gt;= 2.2.0)<br/> Enables caching for result grouping @link https://php.net/manual/en/solrquery.setgroupcachepercent.php @param int $percent <p> Setting this parameter to a number greater than 0 enables caching for result grouping. Result Grouping executes two searches; this option caches the second search. The server default value is 0. Testing has shown that group caching only improves search time with Boolean, wildcard, and fuzzy queries. For simple queries like term or "match all" queries, group caching degrades performance. group.cache.percent parameter. </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setGroupCachePercent
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setGroupFacet($value) {}
(PECL solr &gt;= 2.2.0)<br/> Sets group.facet parameter @link https://php.net/manual/en/solrquery.setgroupfacet.php @param bool $value @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setGroupFacet
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setGroupFormat($value) {}
(PECL solr &gt;= 2.2.0)<br/> Sets the group format, result structure (group.format parameter). @link https://php.net/manual/en/solrquery.setgroupformat.php @param string $value <p> Sets the group.format parameter. If this parameter is set to simple, the grouped documents are presented in a single flat list, and the start and rows parameters affect the numbers of documents instead of groups.<br/> Accepts: grouped/simple </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setGroupFormat
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setGroupLimit($value) {}
(PECL solr &gt;= 2.2.0)<br/> Specifies the number of results to return for each group. The server default value is 1. @link https://php.net/manual/en/solrquery.setgrouplimit.php @param int $value @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setGroupLimit
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setGroupMain($value) {}
(PECL solr &gt;= 2.2.0)<br/> If true, the result of the first field grouping command is used as the main result list in the response, using group.format=simple. @link https://php.net/manual/en/solrquery.setgroupmain.php @param string $value @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setGroupMain
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setGroupNGroups($value) {}
(PECL solr &gt;= 2.2.0)<br/> If true, Solr includes the number of groups that have matched the query in the results. @link https://php.net/manual/en/solrquery.setgroupngroups.php @param bool $value @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setGroupNGroups
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setGroupOffset($value) {}
(PECL solr &gt;= 2.2.0)<br/> Sets the group.offset parameter. @link https://php.net/manual/en/solrquery.setgroupoffset.php @param int $value @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setGroupOffset
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setGroupTruncate($value) {}
(PECL solr &gt;= 2.2.0)<br/> If true, facet counts are based on the most relevant document of each group matching the query. @link https://php.net/manual/en/solrquery.setgrouptruncate.php @param bool $value @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setGroupTruncate
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setHighlight($flag) {}
(PECL solr &gt;= 0.9.2)<br/> Enables or disables highlighting @link https://php.net/manual/en/solrquery.sethighlight.php @param bool $flag <p> Setting it to <b>TRUE</b> enables highlighted snippets to be generated in the query response.<br/> Setting it to <b>FALSE</b> disables highlighting </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setHighlight
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0
public function setHighlightAlternateField($field, $field_override) {}
(PECL solr &gt;= 0.9.2)<br/> Specifies the backup field to use @link https://php.net/manual/en/solrquery.sethighlightalternatefield.php @param string $field <p> The name of the backup field </p> @param string $field_override [optional] <p> Name of the field </p> @return SolrQuery <p> Returns the current SolrQuery object, if the return value is used. </p>
setHighlightAlternateField
php
JetBrains/phpstorm-stubs
solr/Queries/SolrQuery.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/solr/Queries/SolrQuery.php
Apache-2.0