Package it.unimi.di.big.mg4j.examples
Class RunQuery
- java.lang.Object
-
- it.unimi.di.big.mg4j.examples.RunQuery
-
public class RunQuery extends Object
A very simple example that shows how to load a couple of indices and run them using a query engine. First argument is the basename of an index (possibly produced by anHtmlDocumentFactory
) that has fieldstitle
andtext
. Second argument is a query.- Since:
- 2.2
- Author:
- Sebastiano Vigna