Uses of Class
org.apache.lucene.util.SuppressForbidden
-
Packages that use SuppressForbidden Package Description org.apache.lucene.analysis.cn.smart.hhmm SmartChineseAnalyzer Hidden Markov Model package.org.apache.lucene.analysis.util Utility functions for text analysis.org.apache.lucene.codecs.lucene87 Lucene 8.7 file format.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.misc Miscellaneous index tools.org.apache.lucene.store Binary i/o API, used for all index data.org.apache.lucene.util Some utility classes.org.apache.lucene.util.fst Finite state transducersorg.egothor.stemmer Egothor stemmer API. -
-
Uses of SuppressForbidden in org.apache.lucene.analysis.cn.smart.hhmm
Methods in org.apache.lucene.analysis.cn.smart.hhmm with annotations of type SuppressForbidden Modifier and Type Method Description private void
BigramDictionary. loadFromInputStream(java.io.InputStream serialObjectInputStream)
private void
WordDictionary. loadFromObjectInputStream(java.io.InputStream serialObjectInputStream)
private void
BigramDictionary. saveToObj(java.nio.file.Path serialObj)
private void
WordDictionary. saveToObj(java.nio.file.Path serialObj)
-
Uses of SuppressForbidden in org.apache.lucene.analysis.util
Constructors in org.apache.lucene.analysis.util with annotations of type SuppressForbidden Constructor Description ClasspathResourceLoader()
Deprecated.You should not use this ctor, because it uses the thread's context class loader, which is bad programming style. -
Uses of SuppressForbidden in org.apache.lucene.codecs.lucene87
Methods in org.apache.lucene.codecs.lucene87 with annotations of type SuppressForbidden Modifier and Type Method Description static BugfixDeflater_JDK8252739
BugfixDeflater_JDK8252739. createBugfix(java.util.zip.Deflater deflater)
Creates a bugfix forDeflater
instances, which works around JDK-8252739.static boolean
BugfixDeflater_JDK8252739. detectBuggyJDK()
-
Uses of SuppressForbidden in org.apache.lucene.index
Classes in org.apache.lucene.index with annotations of type SuppressForbidden Modifier and Type Class Description class
MultiPassIndexSplitter
This tool splits input index into multiple equal parts.Methods in org.apache.lucene.index with annotations of type SuppressForbidden Modifier and Type Method Description private static int
CheckIndex. doMain(java.lang.String[] args)
void
IndexSplitter. listSegments()
static void
IndexSplitter. main(java.lang.String[] args)
(package private) static IndexUpgrader
IndexUpgrader. parseArgs(java.lang.String[] args)
static CheckIndex.Options
CheckIndex. parseOptions(java.lang.String[] args)
Parse command line args into fieldsprivate static void
IndexUpgrader. printUsage()
-
Uses of SuppressForbidden in org.apache.lucene.misc
Classes in org.apache.lucene.misc with annotations of type SuppressForbidden Modifier and Type Class Description class
GetTermInfo
Utility to get document frequency and total number of occurrences (sum of the tf for each doc) of a term.class
IndexMergeTool
Merges indices specified on the command line into the index specified as the first command line argument.Methods in org.apache.lucene.misc with annotations of type SuppressForbidden Modifier and Type Method Description static void
HighFreqTerms. main(java.lang.String[] args)
private static void
HighFreqTerms. usage()
-
Uses of SuppressForbidden in org.apache.lucene.store
Classes in org.apache.lucene.store with annotations of type SuppressForbidden Modifier and Type Class Description class
LockVerifyServer
Simple standalone server that must be running when you useVerifyingLockFactory
.private static class
NativeUnixDirectory.NativeUnixIndexInput
private static class
NativeUnixDirectory.NativeUnixIndexOutput
class
RAFDirectory
A straightforward implementation ofFSDirectory
using java.io.RandomAccessFile.(package private) static class
RAFDirectory.RAFIndexInput
Reads bytes withRandomAccessFile.seek(long)
followed byRandomAccessFile.read(byte[], int, int)
.Methods in org.apache.lucene.store with annotations of type SuppressForbidden Modifier and Type Method Description static void
LockStressTest. main(java.lang.String[] args)
private static int
LockStressTest. run(int myID, java.lang.String verifierHost, int verifierPort, java.lang.String lockFactoryClassName, java.nio.file.Path lockDirPath, int sleepTimeMS, int count)
private static java.lang.Object
MMapDirectory. unmapHackImpl()
-
Uses of SuppressForbidden in org.apache.lucene.util
Methods in org.apache.lucene.util with annotations of type SuppressForbidden Modifier and Type Method Description boolean
PrintStreamInfoStream. isSystemStream()
-
Uses of SuppressForbidden in org.apache.lucene.util.fst
Classes in org.apache.lucene.util.fst with annotations of type SuppressForbidden Modifier and Type Class Description class
PositiveIntOutputs
An FSTOutputs
implementation where each output is a non-negative long value.class
UpToTwoPositiveIntOutputs
An FSTOutputs
implementation where each output is one or two non-negative long values. -
Uses of SuppressForbidden in org.egothor.stemmer
Methods in org.egothor.stemmer with annotations of type SuppressForbidden Modifier and Type Method Description static void
Compile. main(java.lang.String[] args)
Entry point to the Compile application.static void
DiffIt. main(java.lang.String[] args)
Entry point to the DiffIt application.
-