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

/opengrok/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java1008 static void listFrequentTokens() throws IOException { method in class:IndexDatabase
1009 listFrequentTokens(null);
1012 static void listFrequentTokens(List<String> subFiles) throws IOException { method in class:IndexDatabase

Completed in 10 milliseconds