Searched defs:test (Results 1 - 25 of 111) sorted by relevance

12345

/lucene-3.6.0/lucene/contrib/instantiated/src/test/org/apache/lucene/store/instantiated/
H A DTestSerialization.java35 public void test() throws Exception { method in class:TestSerialization
H A DTestMultiSegmentReaderOnConstructor.java35 public void test() throws Exception { method in class:TestMultiSegmentReaderOnConstructor
H A DTestUnoptimizedReaderOnConstructor.java35 public void test() throws Exception { method in class:TestUnoptimizedReaderOnConstructor
/lucene-3.6.0/lucene/contrib/misc/src/test/org/apache/lucene/index/
H A DTestIndexSplitter.java30 public void test() throws Exception { method in class:TestIndexSplitter
77 // now test cmdline
H A DTestTermVectorAccessor.java26 public void test() throws Exception { method in class:TestTermVectorAccessor
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/analysis/
H A DTestMockCharFilter.java25 public void test() throws IOException { method in class:TestMockCharFilter
H A DWordBreakTestUnicode_6_0_0.java28 * 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 DTestAllZerosSegmentsFile.java27 public void test() throws Exception { method in class:TestAllZerosSegmentsFile
H A DTestForTooMuchCloning.java35 public void test() throws Exception { method in class:TestForTooMuchCloning
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/util/
H A DTestRollingCharBuffer.java24 public void test() throws Exception { method in class:TestRollingCharBuffer
H A DTestVersion.java22 public void test() { method in class:TestVersion
/lucene-3.6.0/solr/contrib/analysis-extras/src/test/org/apache/solr/analysis/
H A DTestICUFoldingFilterFactory.java31 public void test() throws Exception { method in class:TestICUFoldingFilterFactory
H A DTestICUTransformFilterFactory.java33 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 DWordBreakTestUnicode_6_0_0.java28 * 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 DTestForTooMuchCloning.java37 public void test() throws Exception { method in class:TestForTooMuchCloning
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/util/
H A DTestVersion.java22 public void test() { method in class:TestVersion
/lucene-3.6.0/lucene/contrib/analyzers/common/src/test/org/apache/lucene/analysis/miscellaneous/
H A DTestEmptyTokenStream.java27 public void test() throws IOException { method in class:TestEmptyTokenStream
H A DTestSingleTokenTokenFilter.java29 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 DTokenOffsetPayloadTokenFilterTest.java30 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 DDateRecognizerSinkTokenizerTest.java31 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 DTokenRangeSinkTokenizerTest.java29 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 DLengthFilterTest.java29 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 DTestCJKWidthFilterFactory.java30 public void test() throws Exception { method in class:TestCJKWidthFilterFactory
/lucene-3.6.0/solr/core/src/test/org/apache/solr/util/
H A DArraysUtilsTest.java23 public void test() { method in class:ArraysUtilsTest
/lucene-3.6.0/lucene/contrib/spellchecker/src/test/org/apache/lucene/search/suggest/fst/
H A DWFSTCompletionTest.java36 public void test() throws Exception { method in class:WFSTCompletionTest

Completed in 136 milliseconds

12345