xapian-d ~master (2022-01-18T12:15:42.0428887)
Dub
Repo
XapianMSet
veda
bind
xapian_d_header
A match set (MSet)
extern (
C
++)
interface
XapianMSet {
int
get_matches_estimated
(byte* err);
int
size
(byte* err);
XapianMSetIterator
iterator
(byte* err);
}
Members
Functions
get_matches_estimated
int
get_matches_estimated
(byte* err)
Undocumented in source.
iterator
XapianMSetIterator
iterator
(byte* err)
Undocumented in source.
size
int
size
(byte* err)
Undocumented in source.
Meta
Source
See Implementation
veda
bind
xapian_d_header
aliases
TCHAR
int32_t
int8_t
uint8_t
classes
XapianError
enums
feature_flag
stem_strategy
xapian_op
functions
destroy_Database
destroy_Document
destroy_Enquire
destroy_MSet
destroy_MSetIterator
destroy_MultiValueKeyMaker
destroy_Query
get_xapian_err_msg
new_Database
new_Document
new_MultiValueKeyMaker
new_NumberValueRangeProcessor
new_Query
new_QueryParser
new_Query_double
new_Query_equal
new_Query_range
new_Stem
new_TermGenerator
new_WritableDatabase
sortable_serialise
interfaces
XapianDatabase
XapianDocument
XapianEnquire
XapianMSet
XapianMSetIterator
XapianMultiValueKeyMaker
XapianNumberValueRangeProcessor
XapianQuery
XapianQueryParser
XapianStem
XapianTermGenerator
XapianTermIterator
XapianWritableDatabase
variables
BRASS
CHERT
DB_CREATE
DB_CREATE_OR_OPEN
DB_CREATE_OR_OVERWRITE
DB_OPEN
IN_MEMORY
A match set (MSet)