xapian-core  1.4.25
backendmanager_chert.h
Go to the documentation of this file.
1 
4 /* Copyright (C) 2007,2008,2009,2018 Olly Betts
5  *
6  * This program is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU General Public License as
8  * published by the Free Software Foundation; either version 2 of the
9  * License, or (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19  */
20 
21 #ifndef XAPIAN_INCLUDED_BACKENDMANAGER_CHERT_H
22 #define XAPIAN_INCLUDED_BACKENDMANAGER_CHERT_H
23 
24 #include "backendmanager.h"
25 
26 #include <string>
27 
28 #include <xapian/types.h>
29 #include <xapian/postingiterator.h>
30 
34  void operator=(const BackendManagerChert &);
35 
38 
40  std::string last_wdb_name;
41 
43  std::string do_get_database_path(const std::vector<std::string> & files);
44 
45  public:
46  BackendManagerChert(const std::string& datadir);
47 
50  const std::string & file);
51 
53  std::string get_writable_database_path(const std::string & name);
54 
55  std::string get_compaction_output_path(const std::string& name);
56 
58  std::string get_generated_database_path(const std::string & name);
59 
62 
65 };
66 
67 #endif // XAPIAN_INCLUDED_BACKENDMANAGER_CHERT_H
void operator=(const BackendManagerChert &)
Don&#39;t allow assignment.
std::string datadir
The current data directory.
typedefs for Xapian
BackendManagerChert(const BackendManagerChert &)
Don&#39;t allow copying.
std::string do_get_database_path(const std::vector< std::string > &files)
Get the path of Chert Xapian::Database instance.
std::string get_generated_database_path(const std::string &name)
Get the path to use for generating a database, if supported.
std::string get_writable_database_path(const std::string &name)
Get the path of Chert Xapian::WritableDatabase instance.
std::string last_wdb_name
The path of the last writable database used.
Base class for backend handling in test harness.
This class provides read/write access to a database.
Definition: database.h:789
Xapian::WritableDatabase get_writable_database(const std::string &name, const std::string &file)
Create a Chert Xapian::WritableDatabase object indexing a single file.
BackendManager subclass for chert databases.
Xapian::WritableDatabase get_writable_database_again()
Create a WritableDatabase object for the last opened WritableDatabase.
Definition: header.h:151
Class for iterating over a list of document ids.
std::string get_writable_database_path_again()
Get the path of the last opened WritableDatabase.
std::string get_compaction_output_path(const std::string &name)
Get a path to compact a database to.