diff options
| author | Arun Isaac | 2026-09-23 01:52:38 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-09-23 02:00:52 +0100 |
| commit | affe948cf6068730d82e34554e2de180e943d84c (patch) | |
| tree | 74af90fb61fe58e87afac987b95a14d6b2b2b8e9 /xapian | |
| parent | 01fa9770083b2a7616c111ad9da83b29a7ba174b (diff) | |
| download | guile-xapian-affe948cf6068730d82e34554e2de180e943d84c.tar.gz guile-xapian-affe948cf6068730d82e34554e2de180e943d84c.tar.lz guile-xapian-affe948cf6068730d82e34554e2de180e943d84c.zip | |
Add position-termpos.
Diffstat (limited to 'xapian')
| -rw-r--r-- | xapian/xapian.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xapian/xapian.scm b/xapian/xapian.scm index fa22bbe..e00c07f 100644 --- a/xapian/xapian.scm +++ b/xapian/xapian.scm @@ -76,6 +76,7 @@ term-string term-wdf term-freq + position-termpos mset-snippet mset-sxml-snippet)) @@ -305,6 +306,8 @@ on the database object." (define term-wdf TermIterator-get-wdf) (define term-freq TermIterator-get-termfreq) +(define position-termpos PositionIterator-get-termpos) + (define (query term) "Return a @code{Query} object for @var{term}." (new-Query term)) |
