kpumuk / rlibsphinxclient
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (4)
- Wiki (1)
- Graphs
-
Tag:
v0.1.0
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Manifest | ||
| |
README.rdoc | ||
| |
Rakefile | ||
| |
VERSION.yml | ||
| |
ext/ | ||
| |
lib/ | ||
| |
rlibsphinxclient.gemspec |
README.rdoc
require ‘sphinx’ sphinx = Sphinx::Client.new sphinx.SetServer(‘localhost’, 3312) sphinx.SetConnectionTimeout(0) sphinx.SetLimits(0, 20, 1000, 0) sphinx.SetMaxQueryTime(0) sphinx.SetMatchMode(:extended2) sphinx.SetRankingMode(:bm25) sphinx.SetSortMode(:relevance, ’’)
sphinx.Query(‘test’)
require ‘sphinx’ sphinx = Sphinx::Client.new sphinx.Query(‘test’)

