Returns a list of SuggestedTerms objects. Each of the returned
instances represents a set of terms suggested for a particular single term
of the user input search phrase.
Returns a list of SuggestedTerms objects. Each of the returned
instances represents a set of terms suggested for a particular single term
of the user input search phrase.
Returns:
a list of SuggestedTerms for each term of the user input search phrase
Returns whether this suggestions container has any suggested phrases.
Note that this method only looks for suggested phrases. It does not account
for suggested terms or suggested objects. In other words,
even if there are suggested terms or objects, this method
will return false if this suggestions container has no phrases.
Returns whether this suggestions container has any suggested items, i.e. products.
Note that this method only looks for concrete suggested items. It does not account
for suggested terms. In other words, even if there are suggested terms, this method
will return false if no matching items, like products or categories, were found
for the suggested terms.
To find out whether there are suggested terms and how they match with respect to
the original search phrase, one can use getSuggestedTerms() to obtain
a list of SuggestedTerms.
Returns:
true only if there are items found using the suggested terms