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