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 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.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_JDK8252739BugfixDeflater_JDK8252739. createBugfix(java.util.zip.Deflater deflater)Creates a bugfix forDeflaterinstances, which works around JDK-8252739.static booleanBugfixDeflater_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 classMultiPassIndexSplitterThis 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 intCheckIndex. doMain(java.lang.String[] args)voidIndexSplitter. listSegments()static voidIndexSplitter. main(java.lang.String[] args)(package private) static IndexUpgraderIndexUpgrader. parseArgs(java.lang.String[] args)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.Methods 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.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.private static classNativeUnixDirectory.NativeUnixIndexInputprivate static classNativeUnixDirectory.NativeUnixIndexOutputclassRAFDirectoryA straightforward implementation ofFSDirectoryusing java.io.RandomAccessFile.(package private) static classRAFDirectory.RAFIndexInputReads 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 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.classUpToTwoPositiveIntOutputsAn FSTOutputsimplementation 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 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.
-