| org.apache.lucene.util.LuceneTestCase org.apache.lucene.index.TestNorms
TestNorms | public class TestNorms extends LuceneTestCase (Code) | | Test that norms info is preserved during index life - including
separate norms, addDocument, addIndexes, optimize.
|
Method Summary | |
protected void | setUp() | public void | testNorms() Test that norms values are preserved as the index is maintained.
Including separate norms.
Including merging indexes with seprate norms. |
testNorms | public void testNorms() throws IOException(Code) | | Test that norms values are preserved as the index is maintained.
Including separate norms.
Including merging indexes with seprate norms.
Including optimize.
|
|
|