queryparser/termgenerator_internal.cc File Reference

TermGenerator class internals. More...

#include <config.h>
#include "termgenerator_internal.h"
#include <xapian/document.h>
#include <xapian/queryparser.h>
#include <xapian/unicode.h>
#include "stringutils.h"
#include <algorithm>
#include <string>

Include dependency graph for termgenerator_internal.cc:

Go to the source code of this file.

Namespaces

namespace  Xapian

Defines

#define STOPWORDS_NONE   0
#define STOPWORDS_IGNORE   1
#define STOPWORDS_INDEX_UNSTEMMED_ONLY   2

Functions

bool Xapian::U_isupper (unsigned ch)
unsigned Xapian::check_wordchar (unsigned ch)
bool Xapian::should_stem (const std::string &term)
unsigned Xapian::check_infix (unsigned ch)
unsigned Xapian::check_infix_digit (unsigned ch)
bool Xapian::is_digit (unsigned ch)
unsigned Xapian::check_suffix (unsigned ch)

Variables

static const unsigned int Xapian::MAX_PROB_TERM_LENGTH = 64


Detailed Description

TermGenerator class internals.

Definition in file termgenerator_internal.cc.


Define Documentation

#define STOPWORDS_NONE   0

Definition at line 113 of file termgenerator_internal.cc.

#define STOPWORDS_IGNORE   1

Definition at line 114 of file termgenerator_internal.cc.

#define STOPWORDS_INDEX_UNSTEMMED_ONLY   2

Definition at line 115 of file termgenerator_internal.cc.


Documentation for Xapian (version 1.0.10).
Generated on 24 Dec 2008 by Doxygen 1.5.2.