Searched refs:listFrequentTokens (Results 1 - 2 of 2) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java970 static void listFrequentTokens() throws IOException { method in class:IndexDatabase
971 listFrequentTokens(null);
974 static void listFrequentTokens(List<String> subFiles) throws IOException { method in class:IndexDatabase
H A DIndexer.java740 IndexDatabase.listFrequentTokens(subFiles);

Completed in 13 milliseconds