root / tags / 1.0.8 / xapian-core / backends / flint / dir_contents

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>
4Flint is the default Xapian backend as of Xapian 1.0.
5It uses a custom written Btree management system to store
6posting lists and termlists.  This is a highly efficient
7backend, using compression to store the postlists, and supporting the
8full range of indexing functionality (positional information, transactions,
9etc).
10</Description>
Note: See TracBrowser for help on using the browser.