|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PostProcess | |
---|---|
org.terrier.querying | Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters. |
Uses of PostProcess in org.terrier.querying |
---|
Classes in org.terrier.querying that implement PostProcess | |
---|---|
class |
Decorate
This class decorates a result set with metadata. |
class |
QueryExpansion
Implements automatic query expansion as PostFilter that is applied to the resultset after 1st-time matching. |
Fields in org.terrier.querying with type parameters of type PostProcess | |
---|---|
protected java.util.Map<java.lang.String,PostProcess> |
Manager.Cache_PostProcess
Cache loaded PostProcess models in this map |
Methods in org.terrier.querying that return PostProcess | |
---|---|
protected PostProcess |
Manager.getPostProcessModule(java.lang.String Name)
Returns the PostProcess named Name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |