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.
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 voidBigramDictionary.loadFromInputStream(InputStream serialObjectInputStream) private voidWordDictionary.loadFromObjectInputStream(InputStream serialObjectInputStream) private voidprivate 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_JDK8252739BugfixDeflater_JDK8252739.createBugfix(Deflater deflater) Creates a bugfix forDeflaterinstances, which works around JDK-8252739.private static booleanBugfixDeflater_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_JDK8252739BugfixDeflater_JDK8252739.createBugfix(Deflater deflater) Creates a bugfix forDeflaterinstances, which works around JDK-8252739.private static booleanBugfixDeflater_JDK8252739.detectBuggyJDK() -
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 IndexUpgraderParse arguments.static CheckIndex.OptionsCheckIndex.parseOptions(String[] args) Parse command line args into fieldsprivate static voidIndexUpgrader.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 floatDefaultVectorUtilSupport.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 TypeClassDescriptionclassUtility to get document frequency and total number of occurrences (sum of the tf for each doc) of a term.classMerges indices specified on the command line into the index specified as the first command line argument.(package private) static classMethods 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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassA straightforward implementation ofFSDirectoryusing java.io.RandomAccessFile.(package private) static final classReads 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 classAn FSTOutputsimplementation 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 TypeClassDescriptionclassSimple standalone server that must be running when you useVerifyingLockFactory.Methods in org.apache.lucene.store with annotations of type SuppressForbiddenModifier and TypeMethodDescriptionprivate static <T> TMMapDirectory.doPrivileged(PrivilegedAction<T> action) static voidprivate static intLockStressTest.run(int myID, String verifierHost, int verifierPort, String lockFactoryClassName, Path lockDirPath, int sleepTimeMS, int count) private static ObjectMappedByteBufferIndexInputProvider.unmapHackImpl() -
Uses of SuppressForbidden in org.apache.lucene.util
Methods in org.apache.lucene.util with annotations of type SuppressForbiddenModifier and TypeMethodDescriptionprivate static <T> TConstants.doPrivileged(PrivilegedAction<T> action) booleanPrintStreamInfoStream.isSystemStream() -
Uses of SuppressForbidden in org.apache.lucene.util.fst
Classes in org.apache.lucene.util.fst with annotations of type SuppressForbiddenModifier and TypeClassDescriptionfinal classAn FSTOutputsimplementation 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