[Xapian-tickets] [Xapian] #666: Implement single-file format for glass backend

Xapian nobody at xapian.org
Sat Oct 17 23:23:29 BST 2015


#666: Implement single-file format for glass backend
-------------------------+------------------------------
 Reporter:  wgreenberg   |             Owner:  olly
     Type:  enhancement  |            Status:  assigned
 Priority:  normal       |         Milestone:  1.3.x
Component:  Other        |           Version:  SVN trunk
 Severity:  normal       |        Resolution:
 Keywords:               |        Blocked By:
 Blocking:               |  Operating System:  All
-------------------------+------------------------------

Comment (by olly):

 There's only read support for single file databases (at present at least),
 so you need to create a '''glass''' database (not chert) and indexed the
 data to that first, and then pack it up with that script James pointed to.

 You can specify you want to create a glass database with:

 {{{
 Xapian::WritableDatabase(indexPath,
 Xapian::DB_CREATE_OR_OVERWRITE|Xapian::DB_BACKEND_GLASS);
 }}}

--
Ticket URL: <http://trac.xapian.org/ticket/666#comment:7>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list