| java.lang.Object lucli.LuceneMethods
LuceneMethods | class LuceneMethods (Code) | | Various methods that interact with Lucene and provide info about the
index, search, etc. Parts addapted from Lucene demo.
|
getSortedHashtableEntries | public static Entry[] getSortedHashtableEntries(Hashtable h)(Code) | | Sort Hashtable values
Parameters: h - the hashtable we're sortingfrom http://developer.java.sun.com/developer/qow/archive/170/index.jsp |
terms | public void terms(String field) throws IOException(Code) | | Provides a list of the top terms of the index.
Parameters: field - - the name of the command or null for all of them. |
|
|