CARVIEW |
sixapart / mt-plugin-SphinxSearch
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (64)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
- Switch Branches (3)
-
Switch Tags (64)
- 0.201
- 0.200
- 0.100.1
- 0.99.99mt4
- 0.99.98mt4
- 0.99.97mt4
- 0.99.96mt4
- 0.99.95mt4
- 0.99.94mt4
- 0.99.93mt4
- 0.99.92mt4
- 0.99.91mt4
- 0.99.90mt4
- 0.99.89mt4
- 0.99.88mt4
- 0.99.87mt4
- 0.99.86mt4
- 0.99.85mt4
- 0.99.84mt4
- 0.99.83mt4
- 0.99.82mt4
- 0.99.81mt4
- 0.99.80mt4
- 0.99.79mt4
- 0.99.78mt4
- 0.99.77mt4
- 0.99.76mt4
- 0.99.75mt4
- 0.99.74mt4
- 0.99.73mt4
- 0.99.72mt4
- 0.99.71mt4
- 0.99.70mt4
- 0.99.69mt4
- 0.99.68mt4
- 0.99.67mt4
- 0.99.66mt4
- 0.99.65mt4
- 0.99.64mt4
- 0.99.63mt4
- 0.99.62mt4
- 0.99.61mt4
- 0.99.60mt4
- 0.99.59mt4
- 0.99.58mt4
- 0.99.57mt4
- 0.99.56mt4
- 0.99.55mt4
- 0.99.54mt4
- 0.99.51mt4
- 0.99.49mt4
- 0.99.48mt4
- 0.99.48.3mt4
- 0.99.48.2mt4
- 0.99.48.1mt4
- 0.99.47mt4
- 0.99.46mt4
- 0.99.46.2mt4
- 0.99.46.1mt4
- 0.99.45mt4
- 0.99.44mt4
- 0.99.44.1mt4
- 0.99.42mt4
- 0.99.8mt4
- Branch List
A plugin to enhance the search features in Movable Type. It integrates with the Sphinx server to provide full-text searches across various MT objects — Read more
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Mon Mar 15 16:58:20 -0700 2010 | Add basic .gitignore. [finn] |
![]() |
LICENSE.txt | Mon Mar 15 14:45:29 -0700 2010 | Add GPL v2 as LICENSE.txt. [finn] |
![]() |
README.md | Mon Mar 15 14:44:37 -0700 2010 | Renamed README.txt to README.md. [finn] |
![]() |
SUPPORT.txt | Mon Mar 15 12:56:38 -0700 2010 | Add SUPPORT.txt. * Notice about support. [finn] |
![]() |
plugins/ | Mon Mar 15 16:02:31 -0700 2010 | Move Sphinx::Search module to extlib as it is d... [finn] |
SphinxSearch
The SphinxSearch plugin enhances the search feature in Movable Type by adding extensive support for full-text indices. It integrates the Sphinx server with Movable Type to provide full-text searches across various objects in Movable Type.
What is Sphinx?
Sphinx is a full-text search engine, distributed under GPL version 2. Generally, it's a standalone search engine, meant to provide fast, size-efficient and relevant full-text search functions to other applications.
Currently built-in data source drivers support fetching data either via direct connection to MySQL, or from a pipe in a custom XML format.
The native Sphinx search API is available for PHP, Python, Perl, Ruby, Java amongst other programming languages. As the Movable Type core is primarily written in Perl, the plugin uses the Perl API via the corresponding CPAN module to communicate with the Sphinx search service.