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 voidBigramDictionary. loadFromInputStream(java.io.InputStream serialObjectInputStream)private voidWordDictionary. loadFromObjectInputStream(java.io.InputStream serialObjectInputStream)private voidBigramDictionary. saveToObj(java.nio.file.Path serialObj)private voidWordDictionary. 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_JDK8252739BugfixDeflater_JDK8252739. createBugfix(java.util.zip.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 SuppressForbidden Modifier and Type Method Description static BugfixDeflater_JDK8252739BugfixDeflater_JDK8252739. createBugfix(java.util.zip.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 SuppressForbidden Modifier and Type Method Description private static intCheckIndex. doMain(java.lang.String[] args)(package private) static IndexUpgraderIndexUpgrader. parseArgs(java.lang.String[] args)Parse arguments.static CheckIndex.OptionsCheckIndex. parseOptions(java.lang.String[] args)Parse command line args into fieldsprivate static voidIndexUpgrader. 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 classGetTermInfoUtility to get document frequency and total number of occurrences (sum of the tf for each doc) of a term.classIndexMergeToolMerges indices specified on the command line into the index specified as the first command line argument.(package private) static classIndexMergeTool.OptionsMethods in org.apache.lucene.misc with annotations of type SuppressForbidden Modifier and Type Method Description static voidHighFreqTerms. main(java.lang.String[] args)private static voidHighFreqTerms. 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 classMultiPassIndexSplitterThis 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 voidIndexSplitter. listSegments()static voidIndexSplitter. 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 classRAFDirectoryA straightforward implementation ofFSDirectoryusing java.io.RandomAccessFile.(package private) static classRAFDirectory.RAFIndexInputReads 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 classUpToTwoPositiveIntOutputsAn 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 SuppressForbidden Modifier and Type Class Description classLockVerifyServerSimple 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 voidLockStressTest. main(java.lang.String[] args)private static intLockStressTest. 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.ObjectMMapDirectory. 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 booleanPrintStreamInfoStream. 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 classPositiveIntOutputsAn 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 Modifier and Type Method Description static voidCompile. main(java.lang.String[] args)Entry point to the Compile application.static voidDiffIt. main(java.lang.String[] args)Entry point to the DiffIt application.
-