Package | Description |
---|---|
org.apache.lucene.analysis.util |
Utility functions for text analysis.
|
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 transducers
|
Constructor and Description |
---|
ClasspathResourceLoader()
Deprecated.
You should not use this ctor, because it uses the thread's context
class loader, which is bad programming style. Please specify a reference class or
a
ClassLoader instead. |
Modifier and Type | Class and Description |
---|---|
class |
MultiPassIndexSplitter
This tool splits input index into multiple equal parts.
|
Modifier and Type | Method and Description |
---|---|
private static int |
CheckIndex.doMain(java.lang.String[] args) |
void |
IndexSplitter.listSegments() |
static void |
IndexSplitter.main(java.lang.String[] args) |
(package private) static IndexUpgrader |
IndexUpgrader.parseArgs(java.lang.String[] args) |
static CheckIndex.Options |
CheckIndex.parseOptions(java.lang.String[] args)
Parse command line args into fields
|
private static void |
IndexUpgrader.printUsage() |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
static void |
HighFreqTerms.main(java.lang.String[] args) |
private static void |
HighFreqTerms.usage() |
Modifier and Type | Class and Description |
---|---|
private static class |
NativeUnixDirectory.NativeUnixIndexInput |
private static class |
NativeUnixDirectory.NativeUnixIndexOutput |
class |
RAFDirectory
A straightforward implementation of
FSDirectory
using java.io.RandomAccessFile. |
(package private) static class |
RAFDirectory.RAFIndexInput
Reads bytes with
RandomAccessFile.seek(long) followed by
RandomAccessFile.read(byte[], int, int) . |
Modifier and Type | Method and Description |
---|---|
static void |
LockStressTest.main(java.lang.String[] args) |
static void |
LockVerifyServer.main(java.lang.String[] args) |
private static java.lang.Object |
MMapDirectory.unmapHackImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
PrintStreamInfoStream.isSystemStream() |
Modifier and Type | Class and Description |
---|---|
class |
PositiveIntOutputs
An FST
Outputs implementation where each output
is a non-negative long value. |
class |
UpToTwoPositiveIntOutputs
An FST
Outputs implementation where each output
is one or two non-negative long values. |