|
a/src/rcldb/rclquery.cpp |
|
b/src/rcldb/rclquery.cpp |
|
... |
|
... |
12 |
* You should have received a copy of the GNU General Public License
|
12 |
* You should have received a copy of the GNU General Public License
|
13 |
* along with this program; if not, write to the
|
13 |
* along with this program; if not, write to the
|
14 |
* Free Software Foundation, Inc.,
|
14 |
* Free Software Foundation, Inc.,
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
16 |
*/
|
16 |
*/
|
|
|
17 |
#include "autoconfig.h"
|
17 |
|
18 |
|
18 |
#include <stdlib.h>
|
19 |
#include <stdlib.h>
|
19 |
#include <string.h>
|
20 |
#include <string.h>
|
20 |
#include <stdio.h>
|
21 |
#include <stdio.h>
|
21 |
|
22 |
|
22 |
#include <vector>
|
23 |
#include <vector>
|
23 |
#include <sstream>
|
24 |
#include <sstream>
|
24 |
using namespace std;
|
|
|
25 |
|
25 |
|
26 |
#include "xapian.h"
|
26 |
#include "xapian.h"
|
27 |
|
27 |
|
28 |
#include "cstr.h"
|
28 |
#include "cstr.h"
|
29 |
#include "rclconfig.h"
|
29 |
#include "rclconfig.h"
|
|
... |
|
... |
34 |
#include "rclquery_p.h"
|
34 |
#include "rclquery_p.h"
|
35 |
#include "conftree.h"
|
35 |
#include "conftree.h"
|
36 |
#include "smallut.h"
|
36 |
#include "smallut.h"
|
37 |
#include "searchdata.h"
|
37 |
#include "searchdata.h"
|
38 |
#include "unacpp.h"
|
38 |
#include "unacpp.h"
|
|
|
39 |
|
|
|
40 |
using namespace std;
|
39 |
|
41 |
|
40 |
namespace Rcl {
|
42 |
namespace Rcl {
|
41 |
// This is used as a marker inside the abstract frag lists, but
|
43 |
// This is used as a marker inside the abstract frag lists, but
|
42 |
// normally doesn't remain in final output (which is built with a
|
44 |
// normally doesn't remain in final output (which is built with a
|
43 |
// custom sep. by our caller).
|
45 |
// custom sep. by our caller).
|