Search.java revision 3dc379d98a11243103242e2b43b1ab1322795b7e
893N/A * See LICENSE.txt included in this distribution for the specific
893N/A * file and include the License file at LICENSE.txt.
893N/A private static final String usage = "USAGE: Search -R <configuration.xml> [-d | -r | -p | -h | -f | -t] 'query string' ..\n" +
893N/A "\t -R <configuration.xml> Read configuration from the specified file\n" +
893N/A } catch (ParseException e) {
893N/A } catch (IOException e) {
893N/A protected void dumpResults() {
893N/A System.out.println("Printing results 1 - " + nhits +" of " + totalResults + " total matching documents collected.");