Uses of Interface
org.galagosearch.core.retrieval.structured.StructuredIterator

Packages that use StructuredIterator
org.galagosearch.core.index   
org.galagosearch.core.retrieval.query   
org.galagosearch.core.retrieval.structured   
org.galagosearch.core.scoring   
 

Uses of StructuredIterator in org.galagosearch.core.index
 

Classes in org.galagosearch.core.index that implement StructuredIterator
 class ExtentIndexReader.Iterator
           
 class PositionIndexReader.Iterator
           
 class SparseFloatListReader.Iterator
           
 

Methods in org.galagosearch.core.index that return StructuredIterator
 StructuredIterator StructuredIndex.getIterator(Node node)
           
 

Uses of StructuredIterator in org.galagosearch.core.retrieval.query
 

Methods in org.galagosearch.core.retrieval.query that return types with arguments of type StructuredIterator
 java.lang.Class<? extends StructuredIterator> NodeType.getIteratorClass()
           
 

Constructor parameters in org.galagosearch.core.retrieval.query with type arguments of type StructuredIterator
NodeType(java.lang.Class<? extends StructuredIterator> nodeClass)
           
 

Uses of StructuredIterator in org.galagosearch.core.retrieval.structured
 

Subinterfaces of StructuredIterator in org.galagosearch.core.retrieval.structured
 interface FeatureScoreIterator
           
 interface IndexIterator
          Each iterator from an index has an extra two methods, getRecordstring() and nextRecord(), that allows the data from the index to be easily printed.
 interface ScoreIterator
           
 

Classes in org.galagosearch.core.retrieval.structured that implement StructuredIterator
 class CountIterator
          This is base interface for all inverted lists that return count information.
 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 FilteredCombinationIterator
           
 class NullExtentIterator
           
 class OrderedWindowIterator
           
 class ScaleIterator
           
 class ScoreCombinationIterator
           
 class ScoringFunctionIterator
           
 class SynonymIterator
           
 class UnfilteredCombinationIterator
           
 class UnorderedWindowIterator
           
 

Methods in org.galagosearch.core.retrieval.structured that return StructuredIterator
 StructuredIterator StructuredRetrieval.createIterator(Node node)
           
 StructuredIterator FeatureFactory.getIterator(Node node, java.util.ArrayList<StructuredIterator> childIterators)
          Given a query node, generates the corresponding iterator object that can be used for structured retrieval.
 

Methods in org.galagosearch.core.retrieval.structured that return types with arguments of type StructuredIterator
 java.lang.Class<StructuredIterator> FeatureFactory.getClass(Node node)
           
 

Method parameters in org.galagosearch.core.retrieval.structured with type arguments of type StructuredIterator
 StructuredIterator FeatureFactory.getIterator(Node node, java.util.ArrayList<StructuredIterator> childIterators)
          Given a query node, generates the corresponding iterator object that can be used for structured retrieval.
 

Uses of StructuredIterator in org.galagosearch.core.scoring
 

Classes in org.galagosearch.core.scoring that implement StructuredIterator
 class DirichletScorer
           
 



Copyright © 2009. All Rights Reserved.