Property | Type | Description | |
---|---|---|---|
$queryString | The original string passed into factory method |
Method | Description | |
---|---|---|
factory ( string $queryString ) : |
||
getQuery ( ) : array | ||
getQueryString ( ) : string | ||
queryIndex ( |
Each query type is going to interact with the inverted index in its own way |
Method | Description | |
---|---|---|
__construct ( string $queryString ) | The query string passed in |
protected __construct ( string $queryString ) | ||
$queryString | string |
abstract public queryIndex ( |
||
$invertedIndex |