SumiTomohiko / o

Full text search engine

Home Page:http://SumiTomohiko.github.com/o

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

o (shaling) 0.0.2
=================

What is this?
-------------

o (shaling) is a full text search engine. o uses N-gram method. o handles
Unicode (UTF-8).

About name
----------

o is pronounced as "shaling". "Shaling" is a Japanese, and means a "wheel". o's
shape is a wheel, so this is "shaling".

There is a mailer named Shaling
(http://www.unixuser.org/~euske/python/shaling/), nobody will be confused.

Features
--------

* N-gram method
* Fuzzy search
* Attributes
* UTF-8

Requirements
------------

* x86
* Ubuntu Linux 8.04
* libz.so.1
* libbz2.so.1.0
* librt.so.1
* libpthread.so.0
* libm.so.6
* libc.so.6

Issue tracking system and known bugs
------------------------------------

This project uses ditz (http://ditz.rubyforge.org/) as an issues management
system. You can see issues and known bugs at
http://neko-daisuki.ddo.jp/~SumiTomohiko/o/issues/.

Restrictions
------------

* Fuzzy search cannot search attributes.

Development plans and progress
------------------------------

by 0.0.2
~~~~~~~~
* fuzzy search
* boolean search (ex. foo AND bar OR baz)

Other full text search engines
------------------------------

* Hyper Estraier (http://hyperestraier.sourceforge.net/index.html)
* Tokyo Dystopia (http://1978th.net/tokyodystopia/)
* Rast (http://projects.netlab.jp/rast/?FrontPage.ja)
* Namazu (http://www.namazu.org/index.html.en)
* Lux (http://luxse.sourceforge.net/)
* Senna (http://qwik.jp/senna/FrontPage.html)

# vim: tabstop=2 shiftwidth=2 expandtab softtabstop=2

About

Full text search engine

http://SumiTomohiko.github.com/o

License:MIT License


Languages

Language:C 99.3%Language:C++ 0.7%Language:Shell 0.0%