Uses of Annotation Interface
org.apache.lucene.util.SuppressForbidden
Packages that use SuppressForbidden
Package
Description
SmartChineseAnalyzer Hidden Markov Model package.
Lucene 8.7 file format.
Lucene 9.0 file format.
Taxonomy of Categories.
Code to maintain and access indices.
Internal implementations to support SIMD vectorization.
Miscellaneous Lucene utilities that don't really fit anywhere else.
Misc index tools and index support.
Misc Directory implementations.
Misc FST classes.
Binary i/o API, used for all index data.
Some utility classes.
Finite state transducers
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 SuppressForbiddenModifier and TypeMethodDescriptionprivate void
BigramDictionary.loadFromInputStream
(InputStream serialObjectInputStream) private void
WordDictionary.loadFromObjectInputStream
(InputStream serialObjectInputStream) private void
private void
-
Uses of SuppressForbidden in org.apache.lucene.backward_codecs.lucene87
Methods in org.apache.lucene.backward_codecs.lucene87 with annotations of type SuppressForbiddenModifier and TypeMethodDescriptionstatic BugfixDeflater_JDK8252739
BugfixDeflater_JDK8252739.createBugfix
(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 SuppressForbiddenModifier and TypeMethodDescriptionstatic BugfixDeflater_JDK8252739
BugfixDeflater_JDK8252739.createBugfix
(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.facet.taxonomy
Methods in org.apache.lucene.facet.taxonomy with annotations of type SuppressForbidden -
Uses of SuppressForbidden in org.apache.lucene.index
Methods in org.apache.lucene.index with annotations of type SuppressForbiddenModifier and TypeMethodDescriptionprivate static int
(package private) static IndexUpgrader
Parse arguments.static CheckIndex.Options
CheckIndex.parseOptions
(String[] args) Parse command line args into fieldsprivate static void
IndexUpgrader.printUsage()
-
Uses of SuppressForbidden in org.apache.lucene.internal.vectorization
Methods in org.apache.lucene.internal.vectorization with annotations of type SuppressForbiddenModifier and TypeMethodDescriptionprivate static float
DefaultVectorUtilSupport.fma
(float a, float b, float c) -
Uses of SuppressForbidden in org.apache.lucene.misc
Classes in org.apache.lucene.misc with annotations of type SuppressForbiddenModifier and TypeClassDescriptionclass
Utility to get document frequency and total number of occurrences (sum of the tf for each doc) of a term.class
Merges indices specified on the command line into the index specified as the first command line argument.(package private) static class
Methods in org.apache.lucene.misc with annotations of type SuppressForbidden -
Uses of SuppressForbidden in org.apache.lucene.misc.index
Classes in org.apache.lucene.misc.index with annotations of type SuppressForbiddenModifier and TypeClassDescriptionclass
This tool splits input index into multiple equal parts.Methods in org.apache.lucene.misc.index with annotations of type SuppressForbidden -
Uses of SuppressForbidden in org.apache.lucene.misc.store
Classes in org.apache.lucene.misc.store with annotations of type SuppressForbiddenModifier and TypeClassDescriptionclass
A straightforward implementation ofFSDirectory
using java.io.RandomAccessFile.(package private) static final class
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 SuppressForbiddenModifier and TypeClassDescriptionfinal class
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 SuppressForbiddenModifier and TypeClassDescriptionclass
Simple standalone server that must be running when you useVerifyingLockFactory
.Methods in org.apache.lucene.store with annotations of type SuppressForbiddenModifier and TypeMethodDescriptionprivate static <T> T
MMapDirectory.doPrivileged
(PrivilegedAction<T> action) static void
private static int
LockStressTest.run
(int myID, String verifierHost, int verifierPort, String lockFactoryClassName, Path lockDirPath, int sleepTimeMS, int count) private static Object
MappedByteBufferIndexInputProvider.unmapHackImpl()
-
Uses of SuppressForbidden in org.apache.lucene.util
Methods in org.apache.lucene.util with annotations of type SuppressForbiddenModifier and TypeMethodDescriptionprivate static <T> T
Constants.doPrivileged
(PrivilegedAction<T> action) boolean
PrintStreamInfoStream.isSystemStream()
-
Uses of SuppressForbidden in org.apache.lucene.util.fst
Classes in org.apache.lucene.util.fst with annotations of type SuppressForbiddenModifier and TypeClassDescriptionfinal class
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