Welcome Guest | Login

about an acts_as_searchable

I am a programmer in Japan.
I want to use an acts_as_searchable plugin.
This plugin needs a HyperEstraier. - this is a full-text search engine. it is popular in Japan -http://hyperestraier.sourceforge.net/

I tried to find the HyperEstraier in this server.
But I could not find it.
How can I use an acts_as_searchable plugin? or can not?

2008-07-19 06:01 PM

Maimuzo - a free programmer in Japan -
My blog
Hi Maimuzo,

You can use the search engine "HyperEstraier" by installing the gem acts_as_searchable. The following commands will help you to install the gem acts_as_searchable.

$ mkdir ~/.gems  
$ gem install acts_as_searchable -i ~/.gems

The given wiki link will guide you to know more about installing rubygems as a user.

http://www.hostingrails.com/forums/wiki_thread/2

2008-07-19 07:50 PM

Hi Vanayan,

Thank you for reply.

I needed next 3 steps for installing acts_as_searchable in my pc.

1. install the HyperEstraier, and launch a deamon.
2. install acts_as_searchable - this gem is bridge between the Rails and the search engine -
3. configure node settings on web based manager

In this server, was the HyperEstraier installed? (or can I install it?)
How do I access to web based manager for the HyperEstraier?

2008-07-20 12:11 AM

Maimuzo - a free programmer in Japan -
My blog
HyperEstraier is now installed on your server. For further deployment information and help, please have a look at http://hyperestraier.sourceforge.net/intro-en.html

2008-07-20 06:48 AM

Hi, Varun

Thank you.
I found these command line programs.
But, I need "Node master" of the HyperEstrair for searching.

May I launch HyperEstrair daemon with one port(default is 1978)?

example:

$ estmaster init casket
$ estmaster start -bg casket

Or, should I use "Pseudo Node Master"?
-this is "estfraud.cgi". it doesn't need the ports-

http://hyperestraier.sourceforge.net/nguide-en.html#estfraud

2008-07-21 10:57 AM

Maimuzo - a free programmer in Japan -
My blog
Hi Maimuzo,

You can go for Pseudo Node Master and make use of the search feature of HyperEstrair. If you want to run HyperEstrair daemon then you have to purchase a 50 mb of dedicated memory via your account center.

2008-07-21 05:44 PM


Hello Guest! In order to post you must be an active client with us, please log in or sign up.