Indexer.java revision 428
0N/A * See LICENSE.txt included in this distribution for the specific
0N/A * file and include the License file at LICENSE.txt.
312N/A boolean optimizedChanged = false;
11N/A boolean searchRepositories = false;
58N/A boolean addProjects = false;
58N/A boolean refreshHistory = false;
207N/A boolean createDict = false;
207N/A createDict = true;
253N/A System.err.println(" Ex: \"-O on\" will optimize the database as part of the index generation");
312N/A optimizedChanged = true;
119N/A System.err.println(" Ex: \"-Q on\" will just scan a \"chunk\" of the file and insert \"[..all..]\"");
119N/A System.err.println(" \"-Q off\" will try to build a more accurate list by reading the complete file.");
210N/A e.printStackTrace();
312N/A boolean searchRepositories,
312N/A boolean addProjects,
312N/A boolean refreshHistory,
312N/A boolean createDict,
0N/A } catch (IOException e) {
11N/A if (searchRepositories) {
58N/A if (addProjects) {
58N/A if (refreshHistory) {
207N/A if (createDict) {
312N/A throws IOException {
270N/A e.printStackTrace();