public class LuceneTest
extends Object
- Author:
- paul
-
Constructor Summary
Constructors
-
Method Summary
void
Searching uses a ram index to deal with queries using logical operators.
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LuceneTest
public LuceneTest()
-
Method Details
-
luceneRamIndexTest
public void luceneRamIndexTest()
throws
Exception
Searching uses a ram index to deal with queries using logical operators. Though it can often be finiky.
- Throws:
Exception
-