
Version 1.0, February 2005
@ copyright: S.Chekanov (chekanov@mail.desy.de)
JSlovo is a fast database database engine written in JAVA, thus it can
run on any OS where
JAVA is installed. It was designed to use it for distionaries - with
JSlovo you can
create a databse from the text file and then used to search particular
words.
Here are the main features of JSlovo:
- It is fast. It uses two-level indexing algorithm;
- It can scan any large number of created databases. The size of
the databases
are not limited. All databases are disk based;
- Unlike to other JAVA databases (Derby, HSQL), the memory usage of
JAVA VM is
constant (usually less than 5Mb) and does not depend on the number of
booted databases.
- Created databases are compact - the files are zipped
- Based on UTF-8 encoding.
- HTML tags can be used
- During search, HTML files are created with the results of the
seach. Each definition can be further be searched.