Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jun 11, 2022. It is now read-only.

sirfilip/sphinx

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##This is the codeigniter interface to the sphinx search engine.

This is the minimal requirement release. You need to have sphinxsearch properly installed.

This library will use sphinxsearch API approach. It delegates method calls to the sphinxsearch client following the ci convention. Ex if sphinx client have method named SetServer you can call it via $this->sphinxsearch->set_server($params_here)

You can configure some settings like server etc by omitting the set and use snakes instead of camels. Ex since we have SetMaxQueryTime method we can set $config['max_query_time'] = 1000

At this moment indexing is not supported but will be added in the future.

Usage: $this->load->spark('sphinx/0.0.1'); $result = $this->sphinxsearch->query("test");

About

sphinx search codeigniter library

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.