it.unimi.di.mg4j.examples
Class RunQuery
java.lang.Object
it.unimi.di.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 an HtmlDocumentFactory
) that has fields title
and text
.
Second argument is a query.
- Since:
- 2.2
- Author:
- Sebastiano Vigna
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RunQuery
public RunQuery()
main
public static void main(String[] arg)
throws Exception
- Throws:
Exception