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.backward_codecs.lucene87 Lucene 8.7 file format.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.misc Miscellaneous Lucene utilities that don't really fit anywhere else.org.apache.lucene.misc.index Misc index tools and index support.org.apache.lucene.misc.store Misc Directory implementations.org.apache.lucene.misc.util.fst Misc FST classes.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.backward_codecs.lucene87
Methods in org.apache.lucene.backward_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.private static boolean
BugfixDeflater_JDK8252739. detectBuggyJDK()
-
Uses of SuppressForbidden in org.apache.lucene.codecs.lucene90
Methods in org.apache.lucene.codecs.lucene90 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.private static boolean
BugfixDeflater_JDK8252739. detectBuggyJDK()
-
Uses of SuppressForbidden in org.apache.lucene.index
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)
(package private) static IndexUpgrader
IndexUpgrader. parseArgs(java.lang.String[] args)
Parse arguments.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.(package private) static class
IndexMergeTool.Options
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.misc.index
Classes in org.apache.lucene.misc.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.misc.index with annotations of type SuppressForbidden Modifier and Type Method Description void
IndexSplitter. listSegments()
static void
IndexSplitter. main(java.lang.String[] args)
-
Uses of SuppressForbidden in org.apache.lucene.misc.store
Classes in org.apache.lucene.misc.store with annotations of type SuppressForbidden Modifier and Type Class Description 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)
. -
Uses of SuppressForbidden in org.apache.lucene.misc.util.fst
Classes in org.apache.lucene.misc.util.fst with annotations of type SuppressForbidden Modifier and Type Class Description class
UpToTwoPositiveIntOutputs
An FSTOutputs
implementation where each output is one or two non-negative long values. -
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
.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. -
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.
-