use ApacheSolrForTypo3\Solr\Domain\Search\Query\ExtractingQuery as NewExtractingQuery;
28
29
/**
30
* Specialized query for content extraction using Solr Cell
31
*
32
* @deprecated since 8.0.0 will be removed in 9.0.0
33
*/
34
class ExtractingQuery extends NewExtractingQuery
35
{
36
37
/**
38
* Constructor
39
*
40
* @param string $file Absolute path to the file to extract content and meta data from.
41
1
*/
42
public function __construct($file)
43
1
{
44
trigger_error('ApacheSolrForTypo3\Solr\ExtractingQuery is deprecated please create a ExtraingQuery using the QueryBuilder now. deprecated since 8.0.0 will be removed in 9.0.0', E_USER_DEPRECATED);