/lucene-3.6.0/lucene/contrib/instantiated/src/test/org/apache/lucene/store/instantiated/ |
H A D | TestSerialization.java | 35 public void test() throws Exception { method in class:TestSerialization
|
H A D | TestMultiSegmentReaderOnConstructor.java | 35 public void test() throws Exception { method in class:TestMultiSegmentReaderOnConstructor
|
H A D | TestUnoptimizedReaderOnConstructor.java | 35 public void test() throws Exception { method in class:TestUnoptimizedReaderOnConstructor
|
/lucene-3.6.0/lucene/contrib/misc/src/test/org/apache/lucene/index/ |
H A D | TestIndexSplitter.java | 30 public void test() throws Exception { method in class:TestIndexSplitter 77 // now test cmdline
|
H A D | TestTermVectorAccessor.java | 26 public void test() throws Exception { method in class:TestTermVectorAccessor
|
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/analysis/ |
H A D | TestMockCharFilter.java | 25 public void test() throws IOException { method in class:TestMockCharFilter
|
H A D | WordBreakTestUnicode_6_0_0.java | 28 * class tests for expected token extraction from each of the test sequences 44 public void test(Analyzer analyzer) throws Exception { method in class:WordBreakTestUnicode_6_0_0
|
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/index/ |
H A D | TestAllZerosSegmentsFile.java | 27 public void test() throws Exception { method in class:TestAllZerosSegmentsFile
|
H A D | TestForTooMuchCloning.java | 35 public void test() throws Exception { method in class:TestForTooMuchCloning
|
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/util/ |
H A D | TestRollingCharBuffer.java | 24 public void test() throws Exception { method in class:TestRollingCharBuffer
|
H A D | TestVersion.java | 22 public void test() { method in class:TestVersion
|
/lucene-3.6.0/solr/contrib/analysis-extras/src/test/org/apache/solr/analysis/ |
H A D | TestICUFoldingFilterFactory.java | 31 public void test() throws Exception { method in class:TestICUFoldingFilterFactory
|
H A D | TestICUTransformFilterFactory.java | 33 public void test() throws Exception { method in class:TestICUTransformFilterFactory 44 /** test forward and reverse direction */
|
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/analysis/ |
H A D | WordBreakTestUnicode_6_0_0.java | 28 * class tests for expected token extraction from each of the test sequences 44 public void test(Analyzer analyzer) throws Exception { method in class:WordBreakTestUnicode_6_0_0
|
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/index/ |
H A D | TestForTooMuchCloning.java | 37 public void test() throws Exception { method in class:TestForTooMuchCloning
|
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/util/ |
H A D | TestVersion.java | 22 public void test() { method in class:TestVersion
|
/lucene-3.6.0/lucene/contrib/analyzers/common/src/test/org/apache/lucene/analysis/miscellaneous/ |
H A D | TestEmptyTokenStream.java | 27 public void test() throws IOException { method in class:TestEmptyTokenStream
|
H A D | TestSingleTokenTokenFilter.java | 29 public void test() throws IOException { method in class:TestSingleTokenTokenFilter
|
/lucene-3.6.0/lucene/contrib/analyzers/common/src/test/org/apache/lucene/analysis/payloads/ |
H A D | TokenOffsetPayloadTokenFilterTest.java | 30 public void test() throws IOException { method in class:TokenOffsetPayloadTokenFilterTest 31 String test = "The quick red fox jumped over the lazy brown dogs"; 33 TokenOffsetPayloadTokenFilter nptf = new TokenOffsetPayloadTokenFilter(new MockTokenizer(new StringReader(test), MockTokenizer.WHITESPACE, false));
|
/lucene-3.6.0/lucene/contrib/analyzers/common/src/test/org/apache/lucene/analysis/sinks/ |
H A D | DateRecognizerSinkTokenizerTest.java | 31 public void test() throws IOException { method in class:DateRecognizerSinkTokenizerTest 33 String test = "The quick red fox jumped over the lazy brown dogs on 7/11/2006 The dogs finally reacted on 7/12/2006"; 34 TeeSinkTokenFilter tee = new TeeSinkTokenFilter(new MockTokenizer(new StringReader(test), MockTokenizer.WHITESPACE, false));
|
H A D | TokenRangeSinkTokenizerTest.java | 29 public void test() throws IOException { method in class:TokenRangeSinkTokenizerTest 31 String test = "The quick red fox jumped over the lazy brown dogs"; 32 TeeSinkTokenFilter tee = new TeeSinkTokenFilter(new MockTokenizer(new StringReader(test), MockTokenizer.WHITESPACE, false));
|
/lucene-3.6.0/solr/core/src/test/org/apache/solr/analysis/ |
H A D | LengthFilterTest.java | 29 public void test() throws IOException { method in class:LengthFilterTest 36 String test = "foo foobar super-duper-trooper"; 37 TokenStream stream = factory.create(new MockTokenizer(new StringReader(test), MockTokenizer.WHITESPACE, false)); 46 stream = factory.create(new MockTokenizer(new StringReader(test), MockTokenizer.WHITESPACE, false));
|
H A D | TestCJKWidthFilterFactory.java | 30 public void test() throws Exception { method in class:TestCJKWidthFilterFactory
|
/lucene-3.6.0/solr/core/src/test/org/apache/solr/util/ |
H A D | ArraysUtilsTest.java | 23 public void test() { method in class:ArraysUtilsTest
|
/lucene-3.6.0/lucene/contrib/spellchecker/src/test/org/apache/lucene/search/suggest/fst/ |
H A D | WFSTCompletionTest.java | 36 public void test() throws Exception { method in class:WFSTCompletionTest
|