it.unimi.di.mg4j.examples
Class RunQuery

java.lang.Object
  extended by 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

Constructor Summary
RunQuery()
           
 
Method Summary
static void main(String[] arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunQuery

public RunQuery()
Method Detail

main

public static void main(String[] arg)
                 throws Exception
Throws:
Exception