5093 Posts in 1516 Topics by 1113 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 2680 Views |
-
Using JRank (external search engine) with Silverstripe

27 June 2009 at 10:58am
Hi everyone,
I've found that Silverstripe's built in search feature can't match an indexing and ranking search engine for quality, so I've written some code that integrates JRank - an external search engine - into Silverstripe. You can find the code here:
http://hdrlab.org.nz/integrating-the-jrank-search-engine-into-a-silverstripe-site/It's not implemented as a module, because I'm quite new to extending Silverstripe, and PHP in general, but it is fairly easy to set up. Added to that, it works nicely as-is. Any comments or suggestions are welcome.
Hans
-
Re: Using JRank (external search engine) with Silverstripe

10 July 2009 at 8:39am
Awesome, clean code and nice separation of presentation from the RESTful logic. You might want to look at the RestfulService class to save yourself some coding
I'd say the module is not that far off from having a 0.1 release, its basically just lacking some documentation.
By the way, we're currently implementing sphinx search (http://sphinxsearch.com/) as a better on-site alternative to mysql fulltext. If that goes all goes according to plan, it should become a module soon.
-
Re: Using JRank (external search engine) with Silverstripe

17 July 2009 at 12:17pm Last edited: 17 July 2009 12:18pm
Thanks. I didn't know about that class. Good to hear that an integrated search engine is coming. The biggest difference between JRank and Sphinx is that JRank runs on a separate server, whereas Sphinx runs on the local server. It depends on what people want and how fast/slow their server is.
Hans
-
Re: Using JRank (external search engine) with Silverstripe

19 July 2009 at 4:49am
Nice to hear about integration of Sphinx Search server ...
;) now I have to look for host who supports it.
| 2680 Views | ||
|
Page:
1
|
Go to Top |



