repo.or.cz
/
xapian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix build with xapian-core < 1.4.10
[xapian.git]
/
search-xapian
/
XS
/
Stopper.xs
blob
5ed4d0abe710a99997868190ba44002b30485e5a
1
MODULE = Search::Xapian PACKAGE = Search::Xapian::Stopper
2
3
PROTOTYPES: ENABLE
4
5
bool
6
Stopper::stop_word(term)
7
string term;
8
CODE:
9
RETVAL = (*THIS)(term);
10
OUTPUT:
11
RETVAL
12
13
void
14
Stopper::DESTROY()