-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathREADME
More file actions
31 lines (23 loc) · 1.24 KB
/
README
File metadata and controls
31 lines (23 loc) · 1.24 KB
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
Wookie is a simple but quite powerful realtime search engine.
It works with data you write into elliptics which eliminates need
for separate setup of the external solution.
Wookie is created on top of Grape [1] realtime pipeline engine in elliptics [2].
It supports full-featured attribute search without relevance calculation,
but with simple API to build your own ranking mechanism.
Even more, one can create personalized attribute parsing which are not limited
by string/integer calculus.
Wookie is the realtime search engine which works with data you want to store
in elliptics, this means that after your data has been stored, it is guaranteed
that it will appear in the search indexes.
Wookie supports language detection and simple morphology.
This project was created to simplify decision for projects which want not only
to store data, but also to perform its processing. We created Grape realtime
processing engine for this purpose and Wookie search engine is a nice example
of how simple it is to work with it.
Links.
1. Grape - realtime pipeline processing framework
http://www.reverbrain.com/grape/
2. Elliptics - distributed storage
http://www.reverbrain.com/elliptics/
3. Google group
https://groups.google.com/forum/?fromgroups=#!forum/reverbrain