Uses of Interface
org.terrier.querying.Process
-
Packages that use Process Package Description org.terrier.learning Provides interfaces for Terrier 'Fat' ResultSets that contain features and decorators that add new features to those result sets.org.terrier.querying Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters. -
-
Uses of Process in org.terrier.learning
Classes in org.terrier.learning that implement Process Modifier and Type Class Description class
LabelDecorator
A post-process to expand an existing result set to a FeaturedResultSet and add labels -
Uses of Process in org.terrier.querying
Subinterfaces of Process in org.terrier.querying Modifier and Type Interface Description interface
MQTRewritingProcess
interface
PostProcess
Deprecated.Classes in org.terrier.querying that implement Process Modifier and Type Class Description class
ApplyTermPipeline
class
Decorate
This class decorates a result set with metadata.class
DependenceModelPreProcess
class
MatchingOpQLParser
class
NoNegativeReq
class
QueryExpansion
Implements automatic query expansion as PostProcess that is applied to the result set after 1st-time matching.class
SimpleDecorateProcess
A simple decorator, which applies all metadata in the MetaIndex to each retrieved, displayed document.class
TerrierQLParser
class
TerrierQLToControls
class
TerrierQLToMatchingQueryTerms
-