| |
|
| org.apache.lucene.search.TestCustomSearcherSort
TestCustomSearcherSort | public class TestCustomSearcherSort extends TestCase implements Serializable(Code) | | Unit test for sorting code.
author: Martin Seitz (T-Systems) |
TestCustomSearcherSort | public TestCustomSearcherSort(String name)(Code) | | |
setUp | public void setUp() throws Exception(Code) | | Create index and query for test cases.
|
suite | public static Test suite()(Code) | | |
testFieldSortCustomSearcher | public void testFieldSortCustomSearcher() throws Exception(Code) | | Run the test using two CustomSearcher instances.
|
testFieldSortMultiCustomSearcher | public void testFieldSortMultiCustomSearcher() throws Exception(Code) | | Run the test using two CustomSearcher instances.
|
testFieldSortSingleSearcher | public void testFieldSortSingleSearcher() throws Exception(Code) | | Run the test using one CustomSearcher wrapped by a MultiSearcher.
|
|
|
|