TextAnalysis\Queries\QueryAbstractFactory::queryIndex PHP 메소드

queryIndex() 추상적인 공개 메소드

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);