
Most Recent Version: 1.5
1.4
Selected Version: 1.4
Note: you have selected a version other than the most current.
- TermGenerator.index_text*, Stem.`() and QueryParser.parse_query() are now
wide-string aware.
- Added TermGenerator class
- Added QueryParser->get_corrected_query_string() and
->set_database()
- Added support for MatchDecider and ExpandDecider functions for Enquire.get_eset()
and Enquire.get_mset()
- Added Database.get_spelling_terms() and Database.get_synonym_terms()
- Updated examples to support TermGenerator and spelling correction
Depends on:
Pike 7.6.0 - 7.7.999, Required
Files in root directory:
CHANGES
examples/
configure.in
INSTALL.txt
Makefile.in
module.pmod.in/
acconfig.h
upload_module_version.pike
testsuite.in
stamp-h.in
xapian_config.h.in
TODO
AUTHORS
README
PikeExpandDeciderProxy.cc
util.h
PikeMatchDeciderProxy.cc
configure
xapian.ccmod
[ Download ]
[ Module Documentation ]
[ Wiki
this Module ]
Other Versions
1.5 |
GPL/LGPL/MPL | 2010-03-10 09:14:37 | Select |
|
- Fixes for autodoc
|
1.2 |
GPL/LGPL/MPL | 2008-01-15 23:53:42 | Select |
|
- Documented up to but not including PositionIterator
- Compiles properly against Xapian 1.0.x
- Added _sprintf() methods to all classes
- Added PositionIterator
- Added TermIterator->position_iterator()
- Added Document->value_iterator() and Document->term_iterator()
- Added pike iterator interface for ESets, MSets ValueIterators,
PositionIterators and TermIterators
- Removed most of the C++ style iterator interface for ESets, MSets,
ValueIterators and TermIterators
- Added some flags from QueryParser
|
1.0 |
GPL/LGPL/MPL | 2007-02-09 01:37:42 | Select |
|
- initial release
- probably won't build without tweaking to the makefile.
- supports basic indexing and searching
|