public class VocabularyAssert extends Object
| Constructor | Description |
|---|---|
VocabularyAssert() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
assertVocabulary(org.apache.lucene.analysis.Analyzer a,
File zipFile,
String vocOut) |
Run a vocabulary test against a tab-separated data file inside a zip file
|
static void |
assertVocabulary(org.apache.lucene.analysis.Analyzer a,
File zipFile,
String voc,
String out) |
Run a vocabulary test against two data files inside a zip file
|
static void |
assertVocabulary(org.apache.lucene.analysis.Analyzer a,
InputStream vocOut) |
Run a vocabulary test against one file: tab separated.
|
static void |
assertVocabulary(org.apache.lucene.analysis.Analyzer a,
InputStream voc,
InputStream out) |
Run a vocabulary test against two data files.
|
public static void assertVocabulary(org.apache.lucene.analysis.Analyzer a,
InputStream voc,
InputStream out)
throws IOException
IOExceptionpublic static void assertVocabulary(org.apache.lucene.analysis.Analyzer a,
InputStream vocOut)
throws IOException
IOExceptionpublic static void assertVocabulary(org.apache.lucene.analysis.Analyzer a,
File zipFile,
String voc,
String out)
throws IOException
IOExceptionpublic static void assertVocabulary(org.apache.lucene.analysis.Analyzer a,
File zipFile,
String vocOut)
throws IOException
IOExceptionCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.