xapian-core  2.0.0
matcher Directory Reference
+ Directory dependency graph for matcher:

Files

file  andmaybepostlist.cc [code]
 PostList class implementing Query::OP_AND_MAYBE.
 
file  andmaybepostlist.h [code]
 PostList class implementing Query::OP_AND_MAYBE.
 
file  andnotpostlist.cc [code]
 PostList class implementing Query::OP_AND_NOT.
 
file  andnotpostlist.h [code]
 PostList class implementing Query::OP_AND_NOT.
 
file  andpostlist.cc [code]
 N-way AND postlist.
 
file  andpostlist.h [code]
 N-way AND postlist.
 
file  boolorpostlist.cc [code]
 PostList class implementing unweighted Query::OP_OR.
 
file  boolorpostlist.h [code]
 PostList class implementing unweighted Query::OP_OR.
 
file  collapser.cc [code]
 Collapse documents with the same collapse key during the match.
 
file  collapser.h [code]
 Collapse documents with the same collapse key during the match.
 
file  deciderpostlist.cc [code]
 PostList which applies a MatchDecider.
 
file  deciderpostlist.h [code]
 PostList which applies a MatchDecider.
 
file  estimateop.cc [code]
 Calculated bounds on and estimate of number of matches.
 
file  estimateop.h [code]
 Calculated bounds on and estimate of number of matches.
 
file  exactphrasepostlist.cc [code]
 Return docs containing terms forming a particular exact phrase.
 
file  exactphrasepostlist.h [code]
 Return docs containing terms forming a particular exact phrase.
 
file  externalpostlist.cc [code]
 Return document ids from an external source.
 
file  externalpostlist.h [code]
 Return document ids from an external source.
 
file  extraweightpostlist.cc [code]
 PostList which adds on a term-independent weight contribution.
 
file  extraweightpostlist.h [code]
 PostList which adds on a term-independent weight contribution.
 
file  localsubmatch.cc [code]
 SubMatch class for a local database.
 
file  localsubmatch.h [code]
 SubMatch class for a local database.
 
file  matcher.cc [code]
 Matcher class.
 
file  matcher.h [code]
 Matcher class.
 
file  matchtimeout.h [code]
 Time limits for the matcher.
 
file  maxpostlist.cc [code]
 N-way OR postlist with wt=max(wt_i)
 
file  maxpostlist.h [code]
 N-way OR postlist with wt=max(wt_i)
 
file  msetcmp.cc [code]
 Result comparison functions.
 
file  msetcmp.h [code]
 Result comparison functions.
 
file  nearpostlist.cc [code]
 Return docs containing terms within a specified window.
 
file  nearpostlist.h [code]
 Return docs containing terms within a specified window.
 
file  orpositionlist.cc [code]
 Merge two PositionList objects using an OR operation.
 
file  orpositionlist.h [code]
 Merge two PositionList objects using an OR operation.
 
file  orpospostlist.cc [code]
 Wrapper postlist providing positions for an OR.
 
file  orpospostlist.h [code]
 Wrapper postlist providing positions for an OR.
 
file  orpostlist.cc [code]
 PostList class implementing Query::OP_OR.
 
file  orpostlist.h [code]
 PostList class implementing Query::OP_OR.
 
file  phrasepostlist.cc [code]
 Return docs containing terms forming a particular phrase.
 
file  phrasepostlist.h [code]
 Return docs containing terms forming a particular phrase.
 
file  postlisttree.h [code]
 Class for managing a tree of PostList objects.
 
file  protomset.h [code]
 ProtoMSet class.
 
file  queryoptimiser.h [code]
 Details passed around while building PostList tree from Query tree.
 
file  remotesubmatch.h [code]
 SubMatch class for a remote database.
 
file  selectpostlist.cc [code]
 Base class for classes which filter another PostList.
 
file  selectpostlist.h [code]
 Base class for classes which filter another PostList.
 
file  spymaster.h [code]
 Class for managing MatchSpy objects during the match.
 
file  synonympostlist.cc [code]
 Combine subqueries, weighting as if they are synonyms.
 
file  synonympostlist.h [code]
 Combine subqueries, weighting as if they are synonyms.
 
file  valuegepostlist.cc [code]
 Return document ids matching a range test on a specified doc value.
 
file  valuegepostlist.h [code]
 Return document ids matching a >= test on a specified doc value.
 
file  valuerangepostlist.cc [code]
 Return document ids matching a range test on a specified doc value.
 
file  valuerangepostlist.h [code]
 Return document ids matching a range test on a specified doc value.
 
file  valuestreamdocument.cc [code]
 A document which gets its values from a ValueStreamManager.
 
file  valuestreamdocument.h [code]
 A document which gets its values from a ValueStreamManager.
 
file  wrapperpostlist.cc [code]
 Base class for a PostList which wraps another PostList.
 
file  wrapperpostlist.h [code]
 Base class for a PostList which wraps another PostList.
 
file  xorpostlist.cc [code]
 N-way XOR postlist.
 
file  xorpostlist.h [code]
 N-way XOR postlist.