Package javadocofflinesearch.lucene
Class MainIndex
java.lang.Object
javadocofflinesearch.lucene.MainIndex
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static void
didYouMent
(String queryString, Formatter f, int count, Vocabulary v) void
index()
void
search
(String queryString, SearchSettings settings, PrintStream out)
-
Field Details
-
mainIndexName
- See Also:
-
-
Constructor Details
-
MainIndex
- Throws:
IOException
-
-
Method Details
-
checkInitialized
- Throws:
IOException
-
printInitialized
- Throws:
IOException
-
index
- Throws:
IOException
-
search
public void search(String queryString, SearchSettings settings, PrintStream out) throws IOException, org.apache.lucene.queryparser.classic.ParseException - Throws:
IOException
org.apache.lucene.queryparser.classic.ParseException
-
didYouMent
-