1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.4"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Xapian: API Documentation: Class Hierarchy</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">xapian-core
 <span id="projectnumber">1.4.22</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.4 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(function() {
initMenu('',false,false,'search.php','Search');
});
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">Class Hierarchy</div></div>
</div><!--header-->
<div class="contents">
<div class="textblock">
<p><a href="hierarchy.html">Go to the textual class hierarchy</a></p>
</div><table border="0" cellspacing="10" cellpadding="0">
<tr><td><img src="inherit_graph_0.png" border="0" usemap="#aXapian_1_1Compactor" alt=""/>
<map name="aXapian_1_1Compactor" id="aXapian_1_1Compactor">
<area shape="rect" href="classXapian_1_1Compactor.html" title="Compact a database, or merge and compact several." alt="" coords="5,5,152,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_1.png" border="0" usemap="#aXapian_1_1Database" alt=""/>
<map name="aXapian_1_1Database" id="aXapian_1_1Database">
<area shape="rect" href="classXapian_1_1Database.html" title="This class is used to access a database, or a group of databases." alt="" coords="5,5,143,32"/>
<area shape="rect" href="classXapian_1_1WritableDatabase.html" title="This class provides read/write access to a database." alt="" coords="191,5,383,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_2.png" border="0" usemap="#aXapian_1_1Document" alt=""/>
<map name="aXapian_1_1Document" id="aXapian_1_1Document">
<area shape="rect" href="classXapian_1_1Document.html" title="A handle representing a document in a Xapian database." alt="" coords="5,5,148,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_3.png" border="0" usemap="#aXapian_1_1Enquire" alt=""/>
<map name="aXapian_1_1Enquire" id="aXapian_1_1Enquire">
<area shape="rect" href="classXapian_1_1Enquire.html" title="This class provides an interface to the information retrieval system for the purpose of searching." alt="" coords="5,5,129,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_4.png" border="0" usemap="#aXapian_1_1Error" alt=""/>
<map name="aXapian_1_1Error" id="aXapian_1_1Error">
<area shape="rect" href="classXapian_1_1Error.html" title="All exceptions thrown by Xapian are subclasses of Xapian::Error." alt="" coords="5,279,112,305"/>
<area shape="rect" href="classXapian_1_1LogicError.html" title="The base class for exceptions indicating errors in the program logic." alt="" coords="171,115,311,141"/>
<area shape="rect" href="classXapian_1_1RuntimeError.html" title="The base class for exceptions indicating errors only detectable at runtime." alt="" coords="160,417,321,444"/>
<area shape="rect" href="classXapian_1_1AssertionError.html" title="AssertionError is thrown if a logical assertion inside Xapian fails." alt="" coords="393,5,560,32"/>
<area shape="rect" href="classXapian_1_1InvalidArgumentError.html" title="InvalidArgumentError indicates an invalid parameter value was passed to the API." alt="" coords="369,56,584,83"/>
<area shape="rect" href="classXapian_1_1InvalidOperationError.html" title="InvalidOperationError indicates the API was used in an invalid way." alt="" coords="385,107,568,149"/>
<area shape="rect" href="classXapian_1_1UnimplementedError.html" title="UnimplementedError indicates an attempt to use an unimplemented feature." alt="" coords="371,173,582,200"/>
<area shape="rect" href="classXapian_1_1DatabaseError.html" title="DatabaseError indicates some sort of database related error." alt="" coords="393,224,561,251"/>
<area shape="rect" href="classXapian_1_1DocNotFoundError.html" title="Indicates an attempt to access a document not present in the database." alt="" coords="380,275,573,301"/>
<area shape="rect" href="classXapian_1_1FeatureUnavailableError.html" title="Indicates an attempt to use a feature which is unavailable." alt="" coords="375,326,578,367"/>
<area shape="rect" href="classXapian_1_1InternalError.html" title="InternalError indicates a runtime problem of some sort." alt="" coords="399,392,555,419"/>
<area shape="rect" href="classXapian_1_1NetworkError.html" title="Indicates a problem communicating with a remote database." alt="" coords="396,443,557,469"/>
<area shape="rect" href="classXapian_1_1QueryParserError.html" title="Indicates a query string can't be parsed." alt="" coords="383,493,570,520"/>
<area shape="rect" href="classXapian_1_1RangeError.html" title="RangeError indicates an attempt to access outside the bounds of a container." alt="" coords="403,544,550,571"/>
<area shape="rect" href="classXapian_1_1SerialisationError.html" title="Indicates an error in the std::string serialisation of an object." alt="" coords="383,595,570,621"/>
<area shape="rect" href="classXapian_1_1WildcardError.html" title="WildcardError indicates an error expanding a wildcarded query." alt="" coords="395,645,558,672"/>
<area shape="rect" href="classXapian_1_1DatabaseClosedError.html" title="Indicates an attempt to access a closed database." alt="" coords="637,97,849,124"/>
<area shape="rect" href="classXapian_1_1DatabaseCorruptError.html" title="DatabaseCorruptError indicates database corruption was detected." alt="" coords="635,148,851,175"/>
<area shape="rect" href="classXapian_1_1DatabaseCreateError.html" title="DatabaseCreateError indicates a failure to create a database." alt="" coords="638,199,849,225"/>
<area shape="rect" href="classXapian_1_1DatabaseLockError.html" title="DatabaseLockError indicates failure to lock a database." alt="" coords="644,249,843,276"/>
<area shape="rect" href="classXapian_1_1DatabaseModifiedError.html" title="DatabaseModifiedError indicates a database was modified." alt="" coords="646,301,841,342"/>
<area shape="rect" href="classXapian_1_1DatabaseOpeningError.html" title="DatabaseOpeningError indicates failure to open a database." alt="" coords="632,367,855,393"/>
<area shape="rect" href="classXapian_1_1DatabaseNotFoundError.html" title="Indicates an attempt to access a database not present." alt="" coords="912,330,1111,371"/>
<area shape="rect" href="classXapian_1_1DatabaseVersionError.html" title="DatabaseVersionError indicates that a database is in an unsupported format." alt="" coords="903,396,1120,423"/>
<area shape="rect" href="classXapian_1_1NetworkTimeoutError.html" title="Indicates a timeout expired while communicating with a remote database." alt="" coords="636,443,851,469"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_5.png" border="0" usemap="#aXapian_1_1ESet" alt=""/>
<map name="aXapian_1_1ESet" id="aXapian_1_1ESet">
<area shape="rect" href="classXapian_1_1ESet.html" title="Class representing a list of search results." alt="" coords="5,5,109,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_6.png" border="0" usemap="#aXapian_1_1ESetIterator" alt=""/>
<map name="aXapian_1_1ESetIterator" id="aXapian_1_1ESetIterator">
<area shape="rect" href="classXapian_1_1ESetIterator.html" title="Iterator over a Xapian::ESet." alt="" coords="5,5,157,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_7.png" border="0" usemap="#aXapian_1_1Internal_1_1intrusive__base" alt=""/>
<map name="aXapian_1_1Internal_1_1intrusive__base" id="aXapian_1_1Internal_1_1intrusive__base">
<area shape="rect" title=" " alt="" coords="5,5,233,32"/>
<area shape="rect" href="classXapian_1_1StemImplementation.html" title="Class representing a stemming algorithm implementation." alt="" coords="281,5,495,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_8.png" border="0" usemap="#aXapian_1_1Internal_1_1opt__intrusive__base" alt=""/>
<map name="aXapian_1_1Internal_1_1opt__intrusive__base" id="aXapian_1_1Internal_1_1opt__intrusive__base">
<area shape="rect" title=" " alt="" coords="5,297,160,338"/>
<area shape="rect" href="classXapian_1_1ErrorHandler.html" title="Decide if a Xapian::Error exception should be ignored." alt="" coords="237,79,395,105"/>
<area shape="rect" href="classXapian_1_1ExpandDecider.html" title="Virtual base class for expand decider functor." alt="" coords="229,129,403,156"/>
<area shape="rect" href="classXapian_1_1FieldProcessor.html" title="Base class for field processors." alt="" coords="232,203,400,229"/>
<area shape="rect" href="classXapian_1_1KeyMaker.html" title="Virtual base class for key making functors." alt="" coords="247,253,385,280"/>
<area shape="rect" href="classXapian_1_1MatchSpy.html" title="Abstract base class for match spies." alt="" coords="247,304,385,331"/>
<area shape="rect" href="classXapian_1_1PostingSource.html" title="Base class which provides an "external" source of postings." alt="" coords="233,363,399,389"/>
<area shape="rect" href="classXapian_1_1RangeProcessor.html" title="Base class for range processors." alt="" coords="227,472,405,499"/>
<area shape="rect" href="classXapian_1_1Stopper.html" title="Abstract base class for stop-word decision functor." alt="" coords="253,537,379,564"/>
<area shape="rect" href="classXapian_1_1ValueRangeProcessor.html" title="Base class for value range processors." alt="" coords="208,617,424,644"/>
<area shape="rect" href="classXapian_1_1ExpandDeciderAnd.html" title="ExpandDecider subclass which rejects terms using two ExpandDeciders." alt="" coords="488,5,687,32"/>
<area shape="rect" href="classXapian_1_1ExpandDeciderFilterPrefix.html" title="ExpandDecider subclass which restrict terms to a particular prefix." alt="" coords="485,57,690,98"/>
<area shape="rect" href="classXapian_1_1ExpandDeciderFilterTerms.html" title="ExpandDecider subclass which rejects terms in a specified list." alt="" coords="485,122,690,163"/>
<area shape="rect" href="classXapian_1_1LatLongDistanceKeyMaker.html" title="KeyMaker subclass which sorts by distance from a latitude/longitude." alt="" coords="484,187,691,229"/>
<area shape="rect" href="classXapian_1_1MultiValueKeyMaker.html" title="KeyMaker subclass which combines several values." alt="" coords="483,253,692,280"/>
<area shape="rect" href="classXapian_1_1ValueCountMatchSpy.html" title="Class for counting the frequencies of values in the matching documents." alt="" coords="480,304,695,331"/>
<area shape="rect" href="classXapian_1_1FixedWeightPostingSource.html" title="A posting source which returns a fixed weight for all documents." alt="" coords="486,355,689,397"/>
<area shape="rect" href="classXapian_1_1ValuePostingSource.html" title="A posting source which generates weights from a value slot." alt="" coords="485,421,689,448"/>
<area shape="rect" href="classXapian_1_1LatLongDistancePostingSource.html" title="Posting source which returns a weight based on geospatial distance." alt="" coords="759,355,989,397"/>
<area shape="rect" href="classXapian_1_1ValueMapPostingSource.html" title="A posting source which looks up weights in a map using values as the key." alt="" coords="758,421,990,448"/>
<area shape="rect" href="classXapian_1_1ValueWeightPostingSource.html" title="A posting source which reads weights from a value slot." alt="" coords="771,473,977,514"/>
<area shape="rect" href="classXapian_1_1DecreasingValueWeightPostingSource.html" title="Read weights from a value which is known to decrease as docid increases." alt="" coords="1045,473,1276,514"/>
<area shape="rect" href="classXapian_1_1DateRangeProcessor.html" title="Handle a date range." alt="" coords="482,472,693,499"/>
<area shape="rect" href="classXapian_1_1NumberRangeProcessor.html" title="Handle a number range." alt="" coords="472,523,703,549"/>
<area shape="rect" href="classXapian_1_1SimpleStopper.html" title="Simple implementation of Stopper class - this will suit most users." alt="" coords="502,573,673,600"/>
<area shape="rect" href="classXapian_1_1StringValueRangeProcessor.html" title="Handle a string range." alt="" coords="492,625,683,666"/>
<area shape="rect" href="classXapian_1_1DateValueRangeProcessor.html" title="Handle a date range." alt="" coords="751,603,997,629"/>
<area shape="rect" href="classXapian_1_1NumberValueRangeProcessor.html" title="Handle a number range." alt="" coords="771,654,977,695"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_9.png" border="0" usemap="#aXapian_1_1LatLongCoord" alt=""/>
<map name="aXapian_1_1LatLongCoord" id="aXapian_1_1LatLongCoord">
<area shape="rect" href="structXapian_1_1LatLongCoord.html" title="A latitude-longitude coordinate." alt="" coords="5,5,169,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_10.png" border="0" usemap="#aXapian_1_1LatLongCoords" alt=""/>
<map name="aXapian_1_1LatLongCoords" id="aXapian_1_1LatLongCoords">
<area shape="rect" href="classXapian_1_1LatLongCoords.html" title="A sequence of latitude-longitude coordinates." alt="" coords="5,5,176,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_11.png" border="0" usemap="#aXapian_1_1LatLongCoordsIterator" alt=""/>
<map name="aXapian_1_1LatLongCoordsIterator" id="aXapian_1_1LatLongCoordsIterator">
<area shape="rect" href="classXapian_1_1LatLongCoordsIterator.html" title="An iterator across the values in a LatLongCoords object." alt="" coords="5,5,224,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_12.png" border="0" usemap="#aXapian_1_1LatLongMetric" alt=""/>
<map name="aXapian_1_1LatLongMetric" id="aXapian_1_1LatLongMetric">
<area shape="rect" href="classXapian_1_1LatLongMetric.html" title="Base class for calculating distances between two lat/long coordinates." alt="" coords="5,5,172,32"/>
<area shape="rect" href="classXapian_1_1GreatCircleMetric.html" title="Calculate the great-circle distance between two coordinates on a sphere." alt="" coords="220,5,409,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_13.png" border="0" usemap="#aXapian_1_1MatchDecider" alt=""/>
<map name="aXapian_1_1MatchDecider" id="aXapian_1_1MatchDecider">
<area shape="rect" href="classXapian_1_1MatchDecider.html" title="Base class for matcher decision functor." alt="" coords="5,5,171,32"/>
<area shape="rect" href="classXapian_1_1ValueSetMatchDecider.html" title="MatchDecider filtering results based on whether document values are in a user-defined set." alt="" coords="219,5,441,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_14.png" border="0" usemap="#aXapian_1_1MSet" alt=""/>
<map name="aXapian_1_1MSet" id="aXapian_1_1MSet">
<area shape="rect" href="classXapian_1_1MSet.html" title="Class representing a list of search results." alt="" coords="5,5,113,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_15.png" border="0" usemap="#aXapian_1_1MSetIterator" alt=""/>
<map name="aXapian_1_1MSetIterator" id="aXapian_1_1MSetIterator">
<area shape="rect" href="classXapian_1_1MSetIterator.html" title="Iterator over a Xapian::MSet." alt="" coords="5,5,161,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_16.png" border="0" usemap="#aXapian_1_1PositionIterator" alt=""/>
<map name="aXapian_1_1PositionIterator" id="aXapian_1_1PositionIterator">
<area shape="rect" href="classXapian_1_1PositionIterator.html" title="Class for iterating over term positions." alt="" coords="5,5,180,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_17.png" border="0" usemap="#aXapian_1_1PostingIterator" alt=""/>
<map name="aXapian_1_1PostingIterator" id="aXapian_1_1PostingIterator">
<area shape="rect" href="classXapian_1_1PostingIterator.html" title="Class for iterating over a list of terms." alt="" coords="5,5,176,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_18.png" border="0" usemap="#aXapian_1_1Query" alt=""/>
<map name="aXapian_1_1Query" id="aXapian_1_1Query">
<area shape="rect" href="classXapian_1_1Query.html" title="Class representing a query." alt="" coords="5,5,120,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_19.png" border="0" usemap="#aXapian_1_1QueryParser" alt=""/>
<map name="aXapian_1_1QueryParser" id="aXapian_1_1QueryParser">
<area shape="rect" href="classXapian_1_1QueryParser.html" title="Build a Xapian::Query object from a user query string." alt="" coords="5,5,160,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_20.png" border="0" usemap="#aXapian_1_1Registry" alt=""/>
<map name="aXapian_1_1Registry" id="aXapian_1_1Registry">
<area shape="rect" href="classXapian_1_1Registry.html" title="Registry for user subclasses." alt="" coords="5,5,135,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_21.png" border="0" usemap="#aXapian_1_1RSet" alt=""/>
<map name="aXapian_1_1RSet" id="aXapian_1_1RSet">
<area shape="rect" href="classXapian_1_1RSet.html" title="A relevance set (R-Set)." alt="" coords="5,5,111,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_22.png" border="0" usemap="#aXapian_1_1Stem" alt=""/>
<map name="aXapian_1_1Stem" id="aXapian_1_1Stem">
<area shape="rect" href="classXapian_1_1Stem.html" title="Class representing a stemming algorithm." alt="" coords="5,5,115,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_23.png" border="0" usemap="#aXapian_1_1TermGenerator" alt=""/>
<map name="aXapian_1_1TermGenerator" id="aXapian_1_1TermGenerator">
<area shape="rect" href="classXapian_1_1TermGenerator.html" title="Parses a piece of text and generate terms." alt="" coords="5,5,177,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_24.png" border="0" usemap="#aXapian_1_1TermIterator" alt=""/>
<map name="aXapian_1_1TermIterator" id="aXapian_1_1TermIterator">
<area shape="rect" href="classXapian_1_1TermIterator.html" title="Class for iterating over a list of terms." alt="" coords="5,5,160,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_25.png" border="0" usemap="#aXapian_1_1Utf8Iterator" alt=""/>
<map name="aXapian_1_1Utf8Iterator" id="aXapian_1_1Utf8Iterator">
<area shape="rect" href="classXapian_1_1Utf8Iterator.html" title="An iterator which returns Unicode character values from a UTF-8 encoded string." alt="" coords="5,5,156,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_26.png" border="0" usemap="#aXapian_1_1ValueIterator" alt=""/>
<map name="aXapian_1_1ValueIterator" id="aXapian_1_1ValueIterator">
<area shape="rect" href="classXapian_1_1ValueIterator.html" title="Class for iterating over document values." alt="" coords="5,5,165,32"/>
</map>
</td></tr>
<tr><td><img src="inherit_graph_27.png" border="0" usemap="#aXapian_1_1Weight" alt=""/>
<map name="aXapian_1_1Weight" id="aXapian_1_1Weight">
<area shape="rect" href="classXapian_1_1Weight.html" title="Abstract base class for weighting schemes." alt="" coords="5,360,127,387"/>
<area shape="rect" href="classXapian_1_1BB2Weight.html" title="This class implements the BB2 weighting scheme." alt="" coords="194,5,341,32"/>
<area shape="rect" href="classXapian_1_1BM25PlusWeight.html" title="Xapian::Weight subclass implementing the BM25+ probabilistic formula." alt="" coords="175,56,360,83"/>
<area shape="rect" href="classXapian_1_1BM25Weight.html" title="Xapian::Weight subclass implementing the BM25 probabilistic formula." alt="" coords="188,107,347,133"/>
<area shape="rect" href="classXapian_1_1BoolWeight.html" title="Class implementing a "boolean" weighting scheme." alt="" coords="192,157,343,184"/>
<area shape="rect" href="classXapian_1_1CoordWeight.html" title="Xapian::Weight subclass implementing Coordinate Matching." alt="" coords="188,208,347,235"/>
<area shape="rect" href="classXapian_1_1DLHWeight.html" title="This class implements the DLH weighting scheme, which is a representative scheme of the Divergence fr..." alt="" coords="193,259,341,285"/>
<area shape="rect" href="classXapian_1_1DPHWeight.html" title="This class implements the DPH weighting scheme." alt="" coords="193,309,342,336"/>
<area shape="rect" href="classXapian_1_1IfB2Weight.html" title="This class implements the IfB2 weighting scheme." alt="" coords="194,360,341,387"/>
<area shape="rect" href="classXapian_1_1InL2Weight.html" title="This class implements the InL2 weighting scheme." alt="" coords="193,411,341,437"/>
<area shape="rect" href="classXapian_1_1IneB2Weight.html" title="This class implements the IneB2 weighting scheme." alt="" coords="188,461,347,488"/>
<area shape="rect" href="classXapian_1_1LMWeight.html" title="Xapian::Weight subclass implementing the Language Model formula." alt="" coords="197,512,337,539"/>
<area shape="rect" href="classXapian_1_1PL2PlusWeight.html" title="Xapian::Weight subclass implementing the PL2+ probabilistic formula." alt="" coords="182,563,353,589"/>
<area shape="rect" href="classXapian_1_1PL2Weight.html" title="This class implements the PL2 weighting scheme." alt="" coords="195,613,339,640"/>
<area shape="rect" href="classXapian_1_1TfIdfWeight.html" title="Xapian::Weight subclass implementing the tf-idf weighting scheme." alt="" coords="192,664,343,691"/>
<area shape="rect" href="classXapian_1_1TradWeight.html" title="Xapian::Weight subclass implementing the traditional probabilistic formula." alt="" coords="193,715,342,741"/>
</map>
</td></tr>
</table>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="https://www.doxygen.org/">Doxygen 1.9.4</a>
</small></address>
</body>
</html>
|