The method getQuery() does not exist on Solarium\Core\Query\QueryInterface. It seems like you code against a sub-type of Solarium\Core\Query\QueryInterface such as Solarium\QueryType\Select\Query\Query or Solarium\QueryType\Analysis\Query\AbstractQuery or Solarium\QueryType\Suggester\Query or Mdiyakov\DoctrineSolrBun...\Suggest\Solarium\Query.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
The method getDictionaries() does not exist on Solarium\Core\Query\QueryInterface. It seems like you code against a sub-type of Solarium\Core\Query\QueryInterface such as Mdiyakov\DoctrineSolrBun...\Suggest\Solarium\Query.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
22
foreach ($query->/** @scrutinizer ignore-call */ getDictionaries() as $dictionary) {
The method getCount() does not exist on Solarium\Core\Query\QueryInterface. It seems like you code against a sub-type of Solarium\Core\Query\QueryInterface such as Solarium\QueryType\Suggester\Query or Mdiyakov\DoctrineSolrBun...\Suggest\Solarium\Query.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
The method getContextFieldQuery() does not exist on Solarium\Core\Query\QueryInterface. It seems like you code against a sub-type of Solarium\Core\Query\QueryInterface such as Mdiyakov\DoctrineSolrBun...\Suggest\Solarium\Query.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation