querqy.rewrite.commonrules.select.SelectionStrategy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of querqy-core Show documentation
Show all versions of querqy-core Show documentation
Querqy library for query rewriting: Querqy Core
package querqy.rewrite.commonrules.select;
public interface SelectionStrategy {
TopRewritingActionCollector createTopRewritingActionCollector();
}