Searched defs:ON_OFF (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/index/
H A DCommandLineOptions.java41 private static final String ON_OFF = "on/off"; field in class:CommandLineOptions
76 options.add(new Option('a', ON_OFF, "Allow or disallow leading wildcards in a search"));
92 options.add(new Option('l', ON_OFF, "Turn on/off locking of the Lucene database during index generation"));
96 options.add(new Option('O', ON_OFF, "Turn on/off the optimization of the index database as part of the indexing step"));
100 options.add(new Option('Q', ON_OFF, "Turn on/off quick context scan. By default only the first 1024k of a file is scanned, and a '[..all..]' link is inserted if the file is bigger. Activating this may slow the server down (Note: this is setting only affects the web application)"));
103 options.add(new Option('r', ON_OFF, "Turn on/off support for remote SCM systems"));

Completed in 21 milliseconds