RAA - simplesearch/0.5.0

simplesearch / 0.5.0

Short description: SimpleSearch is a simple vector space text search engine.
Category: Library/Text
Status: beta
Created: 2004-10-23 00:08:02 GMT
Last update: 2004-10-23 00:08:02 GMT
Owner: Chad Fowler (Projects of this owner)
Homepage: http://www.chadfowler.com/SimpleSearch
Download: http://gems.rubyforge.org/gems/SimpleSearch-0.5.0.gem
License: Ruby's
Dependency:
Requires: rubygems/0.8.1(*) RubyGems installer/package manager
(*): newer version exists
Description:

An adaptation of the search functionality from Dave Thomas's RubLog, abstracted so that any text can be indexed and searched. It implements a very simple vector-space search, and is quite fast for moderate amounts of text.

For the short term, only RubyGems (http://rubygems.rubyforge.org) installation is supported via:

$ gem install SimpleSearch

..however, the gem can be extracted and installed via an included setup.rb as an interim solution until the tar.gz is released:

$ mkdir SimpleSearch
$ cd SimpleSearch
$ tar xvf ../SimpleSearch-0.5.0.gem
$ tar xzvf data.tar.gz
$ ruby setup.rb

Edit this project (for project owner)

back to RAA top