|
Revision 7516, 389 bytes
(checked in by olly, 2 years ago)
|
|
backends/database.cc,backends/flint/dir_contents,
backends/quartz/dir_contents,docs/overview.html,
docs/quartzdesign.html,docs/scalability.html: Make flint the default
backend.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | <Directory>backends/flint</Directory> |
|---|
| 2 | |
|---|
| 3 | <Description> |
|---|
| 4 | Flint is the default Xapian backend as of Xapian 1.0. |
|---|
| 5 | It uses a custom written Btree management system to store |
|---|
| 6 | posting lists and termlists. This is a highly efficient |
|---|
| 7 | backend, using compression to store the postlists, and supporting the |
|---|
| 8 | full range of indexing functionality (positional information, transactions, |
|---|
| 9 | etc). |
|---|
| 10 | </Description> |
|---|