Swish
search- SwishSearch->setSort () - Set the sort order
- Swish->getMetaList (index_name) - Get the list of meta entries for the index
- Swish->getPropertyList (index_name) - Get the list of properties for the index
- Swish->prepare (query) - Prepare a search query
- Swish->query (query) - Execute a query and return results object
- Swish::__construct (index_names) - Construct a Swish object
- SwishResult->getMetaList (index_names) - Get a list of meta entries
- SwishResult->stem (word) - Stems the given word
- SwishResults->getParsedWords (index_name) - Get an array of parsed words
- SwishResults->getRemovedStopwords (index_name) - Get an array of stopwords removed from the query
- SwishResults->nextResult (index_name) - Get the next search result
- SwishResults->seekResult (position) - Set current seek pointer to the given position
- SwishSearch->execute (query) - Execute the search and get the results
- SwishSearch->resetLimit (query) - Reset the search limits
- SwishSearch->setLimit (property, low, high) - Set the search limits
- SwishSearch->setPhraseDelimiter (delimiter) - Set the phrase delimiter
- SwishSearch->setStructure (structure) - Set the structure flag in the search object
