PHP Swish Functions

EditRocket provides the following information on Swish functions in the PHP source code builder.

void Swish::__construct ( string $index_names ) -

array Swish->getMetaList ( string $index_name ) -

array Swish->getPropertyList ( string $index_name ) -

object Swish->prepare ([ string $query ] ) -

object Swish->query ( string $query ) -

array SwishResult->getMetaList ( void ) -

array SwishResult->stem ( string $word ) -

array SwishResults->getParsedWords ( string $index_name ) -

array SwishResults->getRemovedStopwords ( string $index_name ) -

object SwishResults->nextResult ( void ) -

int SwishResults->seekResult ( int $position ) -

object SwishSearch->execute ([ string $query ] ) -

void SwishSearch->resetLimit ( void ) -

void SwishSearch->setLimit ( string $property , string $low , string $high ) -

void SwishSearch->setPhraseDelimiter ( string $delimiter ) -

void SwishSearch->setSort ( string $sort ) -

void SwishSearch->setStructure ( int $structure ) -