PHP Class TextAnalysis\Queries\QuotedQuery

Author: yooper
Inheritance: extends MultiTermQuery
Mostrar archivo Open project: yooper/php-text-analysis

Public Methods

Method Description
getQuery ( ) : array
queryIndex ( InvertedIndex $invertedIndex ) : array Return an array of terms and doc ids where they are located

Method Details

getQuery() public method

public getQuery ( ) : array
return array

queryIndex() public method

Return an array of terms and doc ids where they are located
public queryIndex ( InvertedIndex $invertedIndex ) : array
$invertedIndex TextAnalysis\Indexes\InvertedIndex
return array