File: deprecated.html

package info (click to toggle)
xapian-core 1.4.18-3%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 22,416 kB
  • sloc: cpp: 91,787; ansic: 9,970; sh: 4,794; perl: 850; makefile: 503; tcl: 319; javascript: 249; python: 40
file content (87 lines) | stat: -rw-r--r-- 8,433 bytes parent folder | download
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
<!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.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Xapian: API Documentation: Deprecated List</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
   &#160;<span id="projectnumber">1.4.18</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<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:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',false,false,'search.php','Search');
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="PageDoc"><div class="header">
  <div class="headertitle">
<div class="title">Deprecated List </div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="reflist">
<dt>Member <a class="el" href="classXapian_1_1Compactor.html#acc6b30b8bb89baa73bedaa062c510e84">Xapian::Compactor::add_source</a>  (const std::string &amp;srcdir)</dt>
<dd><a class="anchor" id="_deprecated000002"></a>Use Database::compact(destdir[, compactor]) instead. </dd>
<dt>Member <a class="el" href="classXapian_1_1Compactor.html#a3b8aa178bbe37edaccf5345189d3e170">Xapian::Compactor::compact</a>  ()</dt>
<dd><a class="anchor" id="_deprecated000003"></a>Use Database::compact(destdir[, compactor]) instead.  </dd>
<dt>Member <a class="el" href="classXapian_1_1Compactor.html#a409fcee34cbd2a284b4ae19564de39a2">Xapian::Compactor::set_destdir</a>  (const std::string &amp;destdir)</dt>
<dd><a class="anchor" id="_deprecated000001"></a>Use Database::compact(destdir[, compactor]) instead. </dd>
<dt>Class <a class="el" href="classXapian_1_1DateValueRangeProcessor.html">Xapian::DateValueRangeProcessor</a>  </dt>
<dd><a class="anchor" id="_deprecated000012"></a>Use <a class="el" href="classXapian_1_1DateRangeProcessor.html" title="Handle a date range.">Xapian::DateRangeProcessor</a> instead (added in 1.3.6).  </dd>
<dt>Class <a class="el" href="classXapian_1_1NumberValueRangeProcessor.html">Xapian::NumberValueRangeProcessor</a>  </dt>
<dd><a class="anchor" id="_deprecated000013"></a>Use <a class="el" href="classXapian_1_1NumberRangeProcessor.html" title="Handle a number range.">Xapian::NumberRangeProcessor</a> instead (added in 1.3.6).  </dd>
<dt>Member <a class="el" href="namespaceXapian.html#a22ea0a80c58a2047dd929621b75ed9a2">Xapian::percent</a>  </dt>
<dd><a class="anchor" id="_deprecated000014"></a>This type is deprecated as of <a class="el" href="namespaceXapian.html" title="The Xapian namespace contains public interfaces for the Xapian library.">Xapian</a> 1.3.0 - use the standard type int instead, which should work with older <a class="el" href="namespaceXapian.html" title="The Xapian namespace contains public interfaces for the Xapian library.">Xapian</a> too.  </dd>
<dt>Class <a class="el" href="classXapian_1_1StringValueRangeProcessor.html">Xapian::StringValueRangeProcessor</a>  </dt>
<dd><a class="anchor" id="_deprecated000011"></a>Use <a class="el" href="classXapian_1_1RangeProcessor.html" title="Base class for range processors.">Xapian::RangeProcessor</a> instead (added in 1.3.6).  </dd>
<dt>Member <a class="el" href="namespaceXapian.html#ada10bc23c3467246f078179fce2d762d">Xapian::timeout</a>  </dt>
<dd><a class="anchor" id="_deprecated000015"></a>This type is deprecated as of <a class="el" href="namespaceXapian.html" title="The Xapian namespace contains public interfaces for the Xapian library.">Xapian</a> 1.3.0 - use the standard POSIX type useconds_t instead, which should work with older <a class="el" href="namespaceXapian.html" title="The Xapian namespace contains public interfaces for the Xapian library.">Xapian</a> too.  </dd>
<dt>Member <a class="el" href="classXapian_1_1ValuePostingSource.html#a3bbef981fa3fac528dfee36248e55f44">Xapian::ValuePostingSource::db</a>  </dt>
<dd><a class="anchor" id="_deprecated000004"></a>Use <em><a class="el" href="classXapian_1_1ValuePostingSource.html#a6d4b124a53e83bfd2bcd3a5322273f57" title="The database we&#39;re reading values from.">get_database()</a></em> in preference.  </dd>
<dt>Member <a class="el" href="classXapian_1_1ValuePostingSource.html#ac6102f72ea311d470d083859838bf9d8">Xapian::ValuePostingSource::slot</a>  </dt>
<dd><a class="anchor" id="_deprecated000005"></a>Use <em><a class="el" href="classXapian_1_1ValuePostingSource.html#ae5245e693baae3871fc289af32637f15" title="The slot we&#39;re reading values from.">get_slot()</a></em> in preference.  </dd>
<dt>Member <a class="el" href="classXapian_1_1ValuePostingSource.html#adc20089597b9ff9993526bd95d2fb653">Xapian::ValuePostingSource::started</a>  </dt>
<dd><a class="anchor" id="_deprecated000007"></a>Use <em><a class="el" href="classXapian_1_1ValuePostingSource.html#a8bb798e2c4cbc9184befb750410e7398" title="Flag indicating if we&#39;ve started (true if we have).">get_started()</a></em> in preference.  </dd>
<dt>Member <a class="el" href="classXapian_1_1ValuePostingSource.html#a3bcadb7f9aace4bf1b577b4318451df2">Xapian::ValuePostingSource::termfreq_est</a>  </dt>
<dd><a class="anchor" id="_deprecated000009"></a>Use <em><a class="el" href="classXapian_1_1ValuePostingSource.html#a7851aeed5774dbdd6b5692828730e3fc" title="An estimate of the term frequency.">set_termfreq_est()</a></em> in preference.  </dd>
<dt>Member <a class="el" href="classXapian_1_1ValuePostingSource.html#a897f7b589182ce1ca88ed027570b2d4e">Xapian::ValuePostingSource::termfreq_max</a>  </dt>
<dd><a class="anchor" id="_deprecated000010"></a>Use <em><a class="el" href="classXapian_1_1ValuePostingSource.html#acfdc1178868ae3600c3aeb291c450b32" title="An upper bound on the term frequency.">set_termfreq_max()</a></em> in preference.  </dd>
<dt>Member <a class="el" href="classXapian_1_1ValuePostingSource.html#ad04e70cdc505898beef5911130322746">Xapian::ValuePostingSource::termfreq_min</a>  </dt>
<dd><a class="anchor" id="_deprecated000008"></a>Use <em><a class="el" href="classXapian_1_1ValuePostingSource.html#a32e275c815ab07a5e2c2fb02da9f1928" title="Set a lower bound on the term frequency.">set_termfreq_min()</a></em> in preference.  </dd>
<dt>Member <a class="el" href="classXapian_1_1ValuePostingSource.html#a650c27f6c7891bb2e0f4d96c6f743e04">Xapian::ValuePostingSource::value_it</a>  </dt>
<dd><a class="anchor" id="_deprecated000006"></a>Use <em><a class="el" href="classXapian_1_1ValuePostingSource.html#ad64852538c6a36e3099ff75fe8d74ab3" title="Read current value.">get_value()</a></em> in preference to *value_it, and other methods of <a class="el" href="classXapian_1_1ValuePostingSource.html" title="A posting source which generates weights from a value slot.">ValuePostingSource</a> in preference to calling methods of value_it.  </dd>
<dt>Member <a class="el" href="namespaceXapian.html#acac12803afc9e24ee5141c119acb8884">Xapian::weight</a>  </dt>
<dd><a class="anchor" id="_deprecated000016"></a>This type is deprecated as of <a class="el" href="namespaceXapian.html" title="The Xapian namespace contains public interfaces for the Xapian library.">Xapian</a> 1.3.0 - use the standard C++ type double instead, which should work with older <a class="el" href="namespaceXapian.html" title="The Xapian namespace contains public interfaces for the Xapian library.">Xapian</a> too. </dd>
</dl>
</div></div><!-- contents -->
</div><!-- PageDoc -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="https://www.doxygen.org/">Doxygen 1.9.1</a>
</small></address>
</body>
</html>