TextAnalysis\Queries\QueryAbstractFactory::queryIndex PHP Method

queryIndex() abstract public method

Each query type is going to interact with the inverted index in its own way
abstract public queryIndex ( InvertedIndex $invertedIndex )
$invertedIndex TextAnalysis\Indexes\InvertedIndex
    public abstract function queryIndex(InvertedIndex $invertedIndex);