Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 7598b8f4e8b56b9708b68012e6aa9940 > files > 334

lib64xapian-devel-1.2.12-4.mga4.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Xapian: API Documentation: xapian-core: Graphical Class Hierarchy</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.5.9 -->
<script type="text/javascript">
<!--
function changeDisplayState (e){
  var num=this.id.replace(/[^[0-9]/g,'');
  var button=this.firstChild;
  var sectionDiv=document.getElementById('dynsection'+num);
  if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){
    sectionDiv.style.display='block';
    button.src='open.gif';
  }else{
    sectionDiv.style.display='none';
    button.src='closed.gif';
  }
}
function initDynSections(){
  var divs=document.getElementsByTagName('div');
  var sectionCounter=1;
  for(var i=0;i<divs.length-1;i++){
    if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){
      var header=divs[i];
      var section=divs[i+1];
      var button=header.firstChild;
      if (button!='IMG'){
        divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild);
        button=document.createElement('img');
        divs[i].insertBefore(button,divs[i].firstChild);
      }
      header.style.cursor='pointer';
      header.onclick=changeDisplayState;
      header.id='dynheader'+sectionCounter;
      button.src='closed.gif';
      section.id='dynsection'+sectionCounter;
      section.style.display='none';
      section.style.marginLeft='14px';
      sectionCounter++;
    }
  }
}
window.onload = initDynSections;
-->
</script>
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
      <li class="current"><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>Graphical Class Hierarchy</h1><a href="hierarchy.html">Go to the textual class hierarchy</a>
<p>
<table border="0" cellspacing="10" cellpadding="0">
<tr><td><img src="inherit__graph__0.png" border="0" alt="" usemap="#Xapian_1_1Compactor_map">
<map name="Xapian_1_1Compactor_map">
<area shape="rect" href="classXapian_1_1Compactor.html" title="Compact a database, or merge and compact several." alt="" coords="5,5,149,32"></map></td></tr>
<tr><td><img src="inherit__graph__1.png" border="0" alt="" usemap="#Xapian_1_1Database_map">
<map name="Xapian_1_1Database_map">
<area shape="rect" href="classXapian_1_1Database.html" title="This class is used to access a database, or a group of databases." alt="" coords="7,5,140,32"><area shape="rect" href="classXapian_1_1WritableDatabase.html" title="This class provides read/write access to a database." alt="" coords="189,5,373,32"></map></td></tr>
<tr><td><img src="inherit__graph__2.png" border="0" alt="" usemap="#Xapian_1_1Document_map">
<map name="Xapian_1_1Document_map">
<area shape="rect" href="classXapian_1_1Document.html" title="A handle representing a document in a Xapian database." alt="" coords="7,5,145,32"></map></td></tr>
<tr><td><img src="inherit__graph__3.png" border="0" alt="" usemap="#Xapian_1_1Enquire_map">
<map name="Xapian_1_1Enquire_map">
<area shape="rect" href="classXapian_1_1Enquire.html" title="This class provides an interface to the information retrieval system for the purpose..." alt="" coords="5,5,125,32"></map></td></tr>
<tr><td><img src="inherit__graph__4.png" border="0" alt="" usemap="#Xapian_1_1Error_map">
<map name="Xapian_1_1Error_map">
<area shape="rect" href="classXapian_1_1Error.html" title="All exceptions thrown by Xapian are subclasses of Xapian::Error." alt="" coords="5,233,109,260"><area shape="rect" href="classXapian_1_1LogicError.html" title="The base class for exceptions indicating errors in the program logic." alt="" coords="168,107,304,133"><area shape="rect" href="classXapian_1_1RuntimeError.html" title="The base class for exceptions indicating errors only detectable at runtime." alt="" coords="159,360,313,387"><area shape="rect" href="classXapian_1_1AssertionError.html" title="AssertionError is thrown if a logical assertion inside Xapian fails." alt="" coords="395,5,557,32"><area shape="rect" href="classXapian_1_1InvalidArgumentError.html" title="InvalidArgumentError indicates an invalid parameter value was passed to the API." alt="" coords="372,56,580,83"><area shape="rect" href="classXapian_1_1InvalidOperationError.html" title="InvalidOperationError indicates the API was used in an invalid way." alt="" coords="373,107,579,133"><area shape="rect" href="classXapian_1_1UnimplementedError.html" title="UnimplementedError indicates an attempt to use an unimplemented feature." alt="" coords="373,157,579,184"><area shape="rect" href="classXapian_1_1DatabaseError.html" title="DatabaseError indicates some sort of database related error." alt="" coords="393,208,559,235"><area shape="rect" href="classXapian_1_1DocNotFoundError.html" title="Indicates an attempt to access a document not present in the database." alt="" coords="381,259,571,285"><area shape="rect" href="classXapian_1_1FeatureUnavailableError.html" title="Indicates an attempt to use a feature which is unavailable." alt="" coords="364,309,588,336"><area shape="rect" href="classXapian_1_1InternalError.html" title="InternalError indicates a runtime problem of some sort." alt="" coords="400,360,552,387"><area shape="rect" href="classXapian_1_1NetworkError.html" title="Indicates a problem communicating with a remote database." alt="" coords="399,411,553,437"><area shape="rect" href="classXapian_1_1QueryParserError.html" title="Indicates a query string can&#39;t be parsed." alt="" coords="385,461,567,488"><area shape="rect" href="classXapian_1_1RangeError.html" title="RangeError indicates an attempt to access outside the bounds of a container." alt="" coords="404,512,548,539"><area shape="rect" href="classXapian_1_1SerialisationError.html" title="Indicates an error in the std::string serialisation of an object." alt="" coords="385,563,567,589"><area shape="rect" href="classXapian_1_1DatabaseCorruptError.html" title="DatabaseCorruptError indicates database corruption was detected." alt="" coords="640,107,853,133"><area shape="rect" href="classXapian_1_1DatabaseCreateError.html" title="DatabaseCreateError indicates a failure to create a database." alt="" coords="643,157,851,184"><area shape="rect" href="classXapian_1_1DatabaseLockError.html" title="DatabaseLockError indicates failure to lock a database." alt="" coords="649,208,844,235"><area shape="rect" href="classXapian_1_1DatabaseModifiedError.html" title="DatabaseModifiedError indicates a database was modified." alt="" coords="637,259,856,285"><area shape="rect" href="classXapian_1_1DatabaseOpeningError.html" title="DatabaseOpeningError indicates failure to open a database." alt="" coords="637,309,856,336"><area shape="rect" href="classXapian_1_1DatabaseVersionError.html" title="DatabaseVersionError indicates that a database is in an unsupported format." alt="" coords="905,309,1116,336"><area shape="rect" href="classXapian_1_1NetworkTimeoutError.html" title="Indicates a timeout expired while communicating with a remote database." alt="" coords="643,411,851,437"></map></td></tr>
<tr><td><img src="inherit__graph__5.png" border="0" alt="" usemap="#Xapian_1_1ErrorHandler_map">
<map name="Xapian_1_1ErrorHandler_map">
<area shape="rect" href="classXapian_1_1ErrorHandler.html" title="Decide if a Xapian::Error exception should be ignored." alt="" coords="7,5,159,32"></map></td></tr>
<tr><td><img src="inherit__graph__6.png" border="0" alt="" usemap="#Xapian_1_1ESet_map">
<map name="Xapian_1_1ESet_map">
<area shape="rect" href="classXapian_1_1ESet.html" title="Class representing an ordered set of expand terms (an ESet)." alt="" coords="7,5,108,32"></map></td></tr>
<tr><td><img src="inherit__graph__7.png" border="0" alt="" usemap="#Xapian_1_1ESetIterator_map">
<map name="Xapian_1_1ESetIterator_map">
<area shape="rect" href="classXapian_1_1ESetIterator.html" title="Iterate through terms in the ESet." alt="" coords="5,5,155,32"></map></td></tr>
<tr><td><img src="inherit__graph__8.png" border="0" alt="" usemap="#Xapian_1_1ExpandDecider_map">
<map name="Xapian_1_1ExpandDecider_map">
<area shape="rect" href="classXapian_1_1ExpandDecider.html" title="Virtual base class for expand decider functor." alt="" coords="5,31,173,57"><area shape="rect" href="classXapian_1_1ExpandDeciderAnd.html" title="ExpandDecider subclass which rejects terms using two ExpandDeciders." alt="" coords="244,5,436,32"><area shape="rect" href="classXapian_1_1ExpandDeciderFilterTerms.html" title="ExpandDecider subclass which rejects terms in a specified list." alt="" coords="223,56,457,83"></map></td></tr>
<tr><td><img src="inherit__graph__9.png" border="0" alt="" usemap="#Xapian_1_1KeyMaker_map">
<map name="Xapian_1_1KeyMaker_map">
<area shape="rect" href="classXapian_1_1KeyMaker.html" title="Virtual base class for key making functors." alt="" coords="5,31,139,57"><area shape="rect" href="classXapian_1_1MultiValueKeyMaker.html" title="KeyMaker subclass which combines several values." alt="" coords="188,5,385,32"><area shape="rect" href="classXapian_1_1Sorter.html" title="Virtual base class for sorter functor." alt="" coords="231,56,343,83"><area shape="rect" href="classXapian_1_1MultiValueSorter.html" title="Sorter subclass which sorts by a several values." alt="" coords="436,56,612,83"></map></td></tr>
<tr><td><img src="inherit__graph__10.png" border="0" alt="" usemap="#Xapian_1_1MatchDecider_map">
<map name="Xapian_1_1MatchDecider_map">
<area shape="rect" href="classXapian_1_1MatchDecider.html" title="Base class for matcher decision functor." alt="" coords="5,5,165,32"><area shape="rect" href="classXapian_1_1ValueSetMatchDecider.html" title="MatchDecider filtering results based on whether document values are in a user&#45;defined..." alt="" coords="215,5,431,32"></map></td></tr>
<tr><td><img src="inherit__graph__11.png" border="0" alt="" usemap="#Xapian_1_1MatchSpy_map">
<map name="Xapian_1_1MatchSpy_map">
<area shape="rect" href="classXapian_1_1MatchSpy.html" title="Abstract base class for match spies." alt="" coords="5,5,141,32"><area shape="rect" href="classXapian_1_1ValueCountMatchSpy.html" title="Class for counting the frequencies of values in the matching documents." alt="" coords="189,5,397,32"></map></td></tr>
<tr><td><img src="inherit__graph__12.png" border="0" alt="" usemap="#Xapian_1_1MSet_map">
<map name="Xapian_1_1MSet_map">
<area shape="rect" href="classXapian_1_1MSet.html" title="A match set (MSet)." alt="" coords="7,5,111,32"></map></td></tr>
<tr><td><img src="inherit__graph__13.png" border="0" alt="" usemap="#Xapian_1_1MSetIterator_map">
<map name="Xapian_1_1MSetIterator_map">
<area shape="rect" href="classXapian_1_1MSetIterator.html" title="An iterator pointing to items in an MSet." alt="" coords="5,5,157,32"></map></td></tr>
<tr><td><img src="inherit__graph__14.png" border="0" alt="" usemap="#Xapian_1_1PositionIterator_map">
<map name="Xapian_1_1PositionIterator_map">
<area shape="rect" href="classXapian_1_1PositionIterator.html" title="An iterator pointing to items in a list of positions." alt="" coords="7,5,175,32"></map></td></tr>
<tr><td><img src="inherit__graph__15.png" border="0" alt="" usemap="#Xapian_1_1PostingIterator_map">
<map name="Xapian_1_1PostingIterator_map">
<area shape="rect" href="classXapian_1_1PostingIterator.html" title="An iterator pointing to items in a list of postings." alt="" coords="7,5,172,32"></map></td></tr>
<tr><td><img src="inherit__graph__16.png" border="0" alt="" usemap="#Xapian_1_1PostingSource_map">
<map name="Xapian_1_1PostingSource_map">
<area shape="rect" href="classXapian_1_1PostingSource.html" title="Base class which provides an &quot;external&quot; source of postings." alt="" coords="7,31,169,57"><area shape="rect" href="classXapian_1_1FixedWeightPostingSource.html" title="A posting source which returns a fixed weight for all documents." alt="" coords="220,5,457,32"><area shape="rect" href="classXapian_1_1ValuePostingSource.html" title="A posting source which generates weights from a value slot." alt="" coords="239,56,439,83"><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="515,31,741,57"><area shape="rect" href="classXapian_1_1ValueWeightPostingSource.html" title="A posting source which reads weights from a value slot." alt="" coords="508,81,748,108"><area shape="rect" href="classXapian_1_1DecreasingValueWeightPostingSource.html" title="Read weights from a value which is known to decrease as docid increases." alt="" coords="799,81,1111,108"></map></td></tr>
<tr><td><img src="inherit__graph__17.png" border="0" alt="" usemap="#Xapian_1_1Query_map">
<map name="Xapian_1_1Query_map">
<area shape="rect" href="classXapian_1_1Query.html" title="Class representing a query." alt="" coords="7,5,116,32"></map></td></tr>
<tr><td><img src="inherit__graph__18.png" border="0" alt="" usemap="#Xapian_1_1QueryParser_map">
<map name="Xapian_1_1QueryParser_map">
<area shape="rect" href="classXapian_1_1QueryParser.html" title="Build a Xapian::Query object from a user query string." alt="" coords="7,5,156,32"></map></td></tr>
<tr><td><img src="inherit__graph__19.png" border="0" alt="" usemap="#Xapian_1_1Registry_map">
<map name="Xapian_1_1Registry_map">
<area shape="rect" href="classXapian_1_1Registry.html" title="Registry for user subclasses." alt="" coords="5,5,128,32"></map></td></tr>
<tr><td><img src="inherit__graph__20.png" border="0" alt="" usemap="#Xapian_1_1RSet_map">
<map name="Xapian_1_1RSet_map">
<area shape="rect" href="classXapian_1_1RSet.html" title="A relevance set (R&#45;Set)." alt="" coords="7,5,108,32"></map></td></tr>
<tr><td><img src="inherit__graph__21.png" border="0" alt="" usemap="#Xapian_1_1Stem_map">
<map name="Xapian_1_1Stem_map">
<area shape="rect" href="classXapian_1_1Stem.html" title="Class representing a stemming algorithm." alt="" coords="7,5,113,32"></map></td></tr>
<tr><td><img src="inherit__graph__22.png" border="0" alt="" usemap="#Xapian_1_1StemImplementation_map">
<map name="Xapian_1_1StemImplementation_map">
<area shape="rect" href="structXapian_1_1StemImplementation.html" title="Class representing a stemming algorithm implementation." alt="" coords="5,5,213,32"></map></td></tr>
<tr><td><img src="inherit__graph__23.png" border="0" alt="" usemap="#Xapian_1_1Stopper_map">
<map name="Xapian_1_1Stopper_map">
<area shape="rect" href="classXapian_1_1Stopper.html" title="Base class for stop&#45;word decision functor." alt="" coords="7,5,129,32"><area shape="rect" href="classXapian_1_1SimpleStopper.html" title="Simple implementation of Stopper class &#45; this will suit most users." alt="" coords="179,5,347,32"></map></td></tr>
<tr><td><img src="inherit__graph__24.png" border="0" alt="" usemap="#Xapian_1_1TermGenerator_map">
<map name="Xapian_1_1TermGenerator_map">
<area shape="rect" href="classXapian_1_1TermGenerator.html" title="Parses a piece of text and generate terms." alt="" coords="5,5,173,32"></map></td></tr>
<tr><td><img src="inherit__graph__25.png" border="0" alt="" usemap="#Xapian_1_1TermIterator_map">
<map name="Xapian_1_1TermIterator_map">
<area shape="rect" href="classXapian_1_1TermIterator.html" title="An iterator pointing to items in a list of terms." alt="" coords="7,5,156,32"></map></td></tr>
<tr><td><img src="inherit__graph__26.png" border="0" alt="" usemap="#Xapian_1_1Utf8Iterator_map">
<map name="Xapian_1_1Utf8Iterator_map">
<area shape="rect" href="classXapian_1_1Utf8Iterator.html" title="An iterator which returns Unicode character values from a UTF&#45;8 encoded string." alt="" coords="5,5,152,32"></map></td></tr>
<tr><td><img src="inherit__graph__27.png" border="0" alt="" usemap="#Xapian_1_1ValueIterator_map">
<map name="Xapian_1_1ValueIterator_map">
<area shape="rect" href="classXapian_1_1ValueIterator.html" title="Class for iterating over document values." alt="" coords="5,5,160,32"></map></td></tr>
<tr><td><img src="inherit__graph__28.png" border="0" alt="" usemap="#Xapian_1_1ValueRangeProcessor_map">
<map name="Xapian_1_1ValueRangeProcessor_map">
<area shape="rect" href="structXapian_1_1ValueRangeProcessor.html" title="Base class for value range processors." alt="" coords="5,31,216,57"><area shape="rect" href="classXapian_1_1StringValueRangeProcessor.html" title="Handle a string range." alt="" coords="264,31,512,57"><area shape="rect" href="classXapian_1_1DateValueRangeProcessor.html" title="Handle a date range." alt="" coords="572,5,812,32"><area shape="rect" href="classXapian_1_1NumberValueRangeProcessor.html" title="Handle a number range." alt="" coords="561,56,823,83"></map></td></tr>
<tr><td><img src="inherit__graph__29.png" border="0" alt="" usemap="#Xapian_1_1Weight_map">
<map name="Xapian_1_1Weight_map">
<area shape="rect" href="classXapian_1_1Weight.html" title="Abstract base class for weighting schemes." alt="" coords="5,56,120,83"><area shape="rect" href="classXapian_1_1BM25Weight.html" title="Xapian::Weight subclass implementing the BM25 probabilistic formula." alt="" coords="169,5,319,32"><area shape="rect" href="classXapian_1_1BoolWeight.html" title="Class implementing a &quot;boolean&quot; weighting scheme." alt="" coords="173,56,315,83"><area shape="rect" href="classXapian_1_1TradWeight.html" title="Xapian::Weight subclass implementing the traditional probabilistic formula." alt="" coords="175,107,313,133"></map></td></tr>
</table>
</div>
<hr>
<address><small>
Documentation for Xapian (version 1.2.12).<br>
Generated on 27 Jun 2012 by
<a href="http://www.doxygen.org/">Doxygen 1.5.9</a>.
</small></address>
</body>
</html>