2010-04-21 12:07:20 by Filip Hajny | Files touched by this commit (1) |
Log message:
Fix destdir installation
|
2009-12-15 12:51:51 by Filip Hajny | Files touched by this commit (9) |
Log message:
Updated sphinxsearch to 0.9.9.
One year worth of changes. Most notable ones:
* Index merging is now much more stable.
* Sphinx now has official IANA assigned ports, 9312 for native API
and 9306 for SphinxQL.
See full release log:
http://sphinxsearch.com/docs/current.html#rel099
|
2009-10-02 18:43:34 by Filip Hajny | Files touched by this commit (1) |
Log message:
Fixing the way options are defined.
|
2009-10-02 09:29:38 by Filip Hajny | Files touched by this commit (2) |
Log message:
Cleaned up shared lib entries in PLIST, and INSTALLATION_DIRS
|
2009-10-01 15:42:26 by Filip Hajny | Files touched by this commit (1) |
Log message:
Added license information
|
2009-10-01 15:37:31 by Filip Hajny | Files touched by this commit (11) | |
Log message:
Import sphinxsearch-0.9.8.1nb1 as wip/sphinxsearch.
Sphinx is a full-text search engine, distributed under GPL version 2.
Commercial license is also available for embedded use.
Generally, it's a standalone search engine, meant to provide fast,
size-efficient and relevant fulltext search functions to other
applications. Sphinx was specially designed to integrate well with
SQL databases and scripting languages. Currently built-in data sources
support fetching data either via direct connection to MySQL or
PostgreSQL, or using XML pipe mechanism (a pipe to indexer in special
XML-based format which Sphinx recognizes).
As for the name, Sphinx is an acronym which is officially decoded as
SQL Phrase Index. Yes, I know about CMU's Sphinx project.
|