Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Sphinx 0.2 Release


Go to End


3 Posts   1805 Views

Avatar
mark_s

Community Member, 78 Posts

14 July 2010 at 5:33pm

Hi.

I'm happy to announce the 0.2 release of the sphinx module, which lets you use the powerful search engine sphinx in a SilverStripe site.

Notable features of this release include:

* XML pipes connection mode, which provides greater flexibility in how indexable content is provided to the indexer. In particular, the module provides an easy way to index PDF and HTML content in assets, and which is extensible for other file types.
* Better options for controlling search fields and attributes
* Better control over injection of sphinx options into the configuration file.
* support for PostGreSQL, MSSQL (preliminary) as well as MySQL, in both SQL and XML pipes mode. Also support for SQLLite via XML pipes.
* a self-diagnosis controller to assist problem solving with installation and configuration issues.
* will automatically use the messagequeue module if present, to offload delta-reindexing from the user transaction, reducing visible overhead to CMS users.
* bug fixes
* better documentation
* unit tests

You can get it here

Feedback is welcome!

Mark

Avatar
justinv

Community Member, 8 Posts

3 August 2010 at 10:25pm

Great, I might give it a try.

Have you got any examples of sites that use it?

Avatar
elgordo

Community Member, 70 Posts

22 December 2011 at 1:37am

hi Justinv

Old thread but I thought I'd provide an example

http://www.tripodtravel.co.nz/search/basic-search/SearchForm?Search=flooding&action_results=Search

I'm using sphinx successfully on Dreamhost and it seems to sit under the radar of their process killer. Around 40,000 pics are indexed plus some articles, so it not a small index

Regards

Gordon