Package org.terrier.querying
Interface MQTRewritingProcess
-
- All Superinterfaces:
Process
- All Known Implementing Classes:
DependenceModelPreProcess
,QueryExpansion
public interface MQTRewritingProcess extends Process
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
configureIndex(Index index)
boolean
expandQuery(MatchingQueryTerms mqt, Request rq)
-
-
-
Method Detail
-
expandQuery
boolean expandQuery(MatchingQueryTerms mqt, Request rq) throws java.io.IOException
- Throws:
java.io.IOException
-
configureIndex
default void configureIndex(Index index)
-
-