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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Xapian: API Documentation: Deprecated List</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ffffff">
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<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><a class="anchor" id="_deprecated000002"></a>Member <a class="el" href="classXapian_1_1Compactor.html#acc6b30b8bb89baa73bedaa062c510e84">Xapian::Compactor::add_source</a> (const std::string &srcdir)</dt>
<dd>Use Database::compact(destdir[, compactor]) instead. </dd>
<dt><a class="anchor" id="_deprecated000003"></a>Member <a class="el" href="classXapian_1_1Compactor.html#a3b8aa178bbe37edaccf5345189d3e170">Xapian::Compactor::compact</a> ()</dt>
<dd>Use Database::compact(destdir[, compactor]) instead. </dd>
<dt><a class="anchor" id="_deprecated000001"></a>Member <a class="el" href="classXapian_1_1Compactor.html#a409fcee34cbd2a284b4ae19564de39a2">Xapian::Compactor::set_destdir</a> (const std::string &destdir)</dt>
<dd>Use Database::compact(destdir[, compactor]) instead. </dd>
<dt><a class="anchor" id="_deprecated000012"></a>Class <a class="el" href="classXapian_1_1DateValueRangeProcessor.html">Xapian::DateValueRangeProcessor</a> </dt>
<dd>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><a class="anchor" id="_deprecated000013"></a>Class <a class="el" href="classXapian_1_1NumberValueRangeProcessor.html">Xapian::NumberValueRangeProcessor</a> </dt>
<dd>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><a class="anchor" id="_deprecated000014"></a>Member <a class="el" href="namespaceXapian.html#a22ea0a80c58a2047dd929621b75ed9a2">Xapian::percent</a> </dt>
<dd>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><a class="anchor" id="_deprecated000011"></a>Class <a class="el" href="classXapian_1_1StringValueRangeProcessor.html">Xapian::StringValueRangeProcessor</a> </dt>
<dd>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><a class="anchor" id="_deprecated000015"></a>Member <a class="el" href="namespaceXapian.html#ada10bc23c3467246f078179fce2d762d">Xapian::timeout</a> </dt>
<dd>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><a class="anchor" id="_deprecated000004"></a>Member <a class="el" href="classXapian_1_1ValuePostingSource.html#a3bbef981fa3fac528dfee36248e55f44">Xapian::ValuePostingSource::db</a> </dt>
<dd>Use <em><a class="el" href="classXapian_1_1ValuePostingSource.html#a6d4b124a53e83bfd2bcd3a5322273f57" title="The database we're reading values from. ">get_database()</a></em> in preference. </dd>
<dt><a class="anchor" id="_deprecated000005"></a>Member <a class="el" href="classXapian_1_1ValuePostingSource.html#ac6102f72ea311d470d083859838bf9d8">Xapian::ValuePostingSource::slot</a> </dt>
<dd>Use <em><a class="el" href="classXapian_1_1ValuePostingSource.html#ae5245e693baae3871fc289af32637f15" title="The slot we're reading values from. ">get_slot()</a></em> in preference. </dd>
<dt><a class="anchor" id="_deprecated000007"></a>Member <a class="el" href="classXapian_1_1ValuePostingSource.html#adc20089597b9ff9993526bd95d2fb653">Xapian::ValuePostingSource::started</a> </dt>
<dd>Use <em><a class="el" href="classXapian_1_1ValuePostingSource.html#a8bb798e2c4cbc9184befb750410e7398" title="Flag indicating if we've started (true if we have). ">get_started()</a></em> in preference. </dd>
<dt><a class="anchor" id="_deprecated000009"></a>Member <a class="el" href="classXapian_1_1ValuePostingSource.html#a3bcadb7f9aace4bf1b577b4318451df2">Xapian::ValuePostingSource::termfreq_est</a> </dt>
<dd>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><a class="anchor" id="_deprecated000010"></a>Member <a class="el" href="classXapian_1_1ValuePostingSource.html#a897f7b589182ce1ca88ed027570b2d4e">Xapian::ValuePostingSource::termfreq_max</a> </dt>
<dd>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><a class="anchor" id="_deprecated000008"></a>Member <a class="el" href="classXapian_1_1ValuePostingSource.html#ad04e70cdc505898beef5911130322746">Xapian::ValuePostingSource::termfreq_min</a> </dt>
<dd>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><a class="anchor" id="_deprecated000006"></a>Member <a class="el" href="classXapian_1_1ValuePostingSource.html#a650c27f6c7891bb2e0f4d96c6f743e04">Xapian::ValuePostingSource::value_it</a> </dt>
<dd>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><a class="anchor" id="_deprecated000016"></a>Member <a class="el" href="namespaceXapian.html#acac12803afc9e24ee5141c119acb8884">Xapian::weight</a> </dt>
<dd>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 -->
<hr>
<address><small>
Documentation for Xapian (version 1.4.3).<br>
Generated on Wed Jan 25 2017 by
<a href="http://www.doxygen.org/">Doxygen 1.8.13</a>.
</small></address>
</body>
</html>
|