summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/misc/oktavia/README.rst
blob: 4617c550f2e2060b6625fa8e3527884f4223e5b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Oktavia
=======

.. image:: https://travis-ci.org/shibukawa/oktavia.png?branch=master

:version: 0.5

Oktavia is a full text search engine for JavaScript environment. It uses FM-Index.

Usage
-----

See following pages:

English Site: http://oktavia.info
Japanese Site: http://oktavia.info/ja/

Current Status
--------------

It can work as the search engine.

Now it is an alpha version. Not optimized yet.

I am planning to implement following features:

* Improve file size and speed, portability

  * Use MessagePack as a container format

* Word Splitter option

  * Standard
  * CJK

* Index Generator

  * Standart Text (file, block, line)
  * CSV (column, line)
  * reST (sections, paragraph, code-block, etc...)

  I hate markdown.

* Custom schema support
* Python/Sphinx version

Development
-----------

Build
~~~~~

.. code-block:: bash

   $ make

Run test
~~~~~~~~

.. code-block:: bash

   $ prove

License
-------

This source code is released under MIT License.

.. include:: LICENSE.rst

Thanks
------

BitVector, WaveletMatrix, FM-Index included in this repository are ported from Shellinford
(developed by @echizen_tm). Thank you!

* https://code.google.com/p/shellinford/