xapian-core
1.4.26
|
utility functions for indexing testcase data More...
#include <config.h>
#include "index_utils.h"
#include "errno_to_string.h"
#include "stringutils.h"
#include <algorithm>
#include <cerrno>
#include <cstring>
#include <fstream>
Go to the source code of this file.
Functions | |
static string | munge_term (const string &term) |
static string | get_paragraph (istream &input) |
Read a paragraph from stream input. More... | |
utility functions for indexing testcase data
Definition in file index_utils.cc.
|
static |
Read a paragraph from stream input.
Definition at line 39 of file index_utils.cc.
References C_isnotspace().
Referenced by FileIndexer::index_to().
|
static |
Definition at line 117 of file index_utils.cc.
References C_isalnum(), C_isxdigit(), C_tolower(), and hex_decode().
Referenced by FileIndexer::index_to().