|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CountIterator | |
|---|---|
| org.galagosearch.core.index | |
| org.galagosearch.core.retrieval.structured | |
| org.galagosearch.core.scoring | |
| Uses of CountIterator in org.galagosearch.core.index |
|---|
| Subclasses of CountIterator in org.galagosearch.core.index | |
|---|---|
class |
ExtentIndexReader.Iterator
|
class |
PositionIndexReader.Iterator
|
| Methods in org.galagosearch.core.index that return CountIterator | |
|---|---|
CountIterator |
ExtentIndexReader.getCounts(java.lang.String term)
|
| Uses of CountIterator in org.galagosearch.core.retrieval.structured |
|---|
| Subclasses of CountIterator in org.galagosearch.core.retrieval.structured | |
|---|---|
class |
ExtentConjunctionIterator
|
class |
ExtentDisjunctionIterator
This class is meant to be a base class for many kinds of iterators that require at least one of their children to be present in the document for a match to happen. |
class |
ExtentInsideIterator
Implements the #inside operator. |
class |
ExtentIterator
This is base interface for all inverted lists that return count information. |
class |
NullExtentIterator
|
class |
OrderedWindowIterator
|
class |
SynonymIterator
|
class |
UnorderedWindowIterator
|
| Methods in org.galagosearch.core.retrieval.structured with parameters of type CountIterator | |
|---|---|
int |
CountIterator.compareTo(CountIterator other)
Compares the current document of two iterators. |
| Constructors in org.galagosearch.core.retrieval.structured with parameters of type CountIterator | |
|---|---|
ScoringFunctionIterator(CountIterator iterator)
|
|
StatisticsGatherer(CountIterator iterator)
|
|
StatisticsGatherer(StructuredIndex index,
CountIterator iterator,
java.lang.String[] required)
|
|
| Uses of CountIterator in org.galagosearch.core.scoring |
|---|
| Constructors in org.galagosearch.core.scoring with parameters of type CountIterator | |
|---|---|
DirichletScorer(org.galagosearch.tupleflow.Parameters parameters,
CountIterator iterator)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||