SearchResultGetTrait
Trait SearchResultGetTrait
Table of Contents
Properties
- $collatedSpellcheck : string
- $facets : ArrayData
- $highlight : Highlighting
- $spellcheck : ArrayList
- $totalItems : int
Methods
- getCollatedSpellcheck() : string
- Get the collated spellcheck
- getFacets() : ArrayData
- Retrieve the facets from the results
- getHighlight() : Highlighting|null
- Get the highlighting
- getSpellcheck() : ArrayList
- Get the spellchecked results
- getTotalItems() : int
- Total items in the result
Properties
$collatedSpellcheck
protected
string
$collatedSpellcheck
Collated spellcheck
$facets
protected
ArrayData
$facets
Facet results
$highlight
protected
Highlighting
$highlight
Highlighting
$spellcheck
protected
ArrayList
$spellcheck
Spellcheck results
$totalItems
protected
int
$totalItems
Total items in the result
Methods
getCollatedSpellcheck()
Get the collated spellcheck
public
getCollatedSpellcheck() : string
Return values
stringgetFacets()
Retrieve the facets from the results
public
getFacets() : ArrayData
Return values
ArrayDatagetHighlight()
Get the highlighting
public
getHighlight() : Highlighting|null
Return values
Highlighting|nullgetSpellcheck()
Get the spellchecked results
public
getSpellcheck() : ArrayList
Return values
ArrayListgetTotalItems()
Total items in the result
public
getTotalItems() : int