| org.apache.lucene.util.LuceneTestCase org.apache.lucene.TestSearchForDuplicates
TestSearchForDuplicates | public class TestSearchForDuplicates extends LuceneTestCase (Code) | | JUnit adaptation of an older test case DocTest.
version: $Id: TestSearchForDuplicates.java 583534 2007-10-10 16:46:35Z mikemccand $ |
Method Summary | |
public static void | main(String args) Main for running test case by itself. | public void | testRun() This test compares search results when using and not using compound
files.
TODO: There is rudimentary search result validation as well, but it is
simply based on asserting the output observed in the old test case,
without really knowing if the output is correct. |
main | public static void main(String args)(Code) | | Main for running test case by itself.
|
testRun | public void testRun() throws Exception(Code) | | This test compares search results when using and not using compound
files.
TODO: There is rudimentary search result validation as well, but it is
simply based on asserting the output observed in the old test case,
without really knowing if the output is correct. Someone needs to
validate this output and make any changes to the checkHits method.
|
|
|