Class 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 Detail

      • RunQuery

        public RunQuery()