Package | Description |
---|---|
org.apache.lucene.analysis.util |
Utility functions for text analysis.
|
org.apache.lucene.facet.taxonomy |
Taxonomy of Categories.
|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.misc |
Miscellaneous index tools.
|
org.apache.lucene.mockfile |
Support for testing/debugging with virtual filesystems
|
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
|
org.egothor.stemmer |
Egothor stemmer API.
|
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 | Method and Description |
---|---|
static void |
PrintTaxonomyStats.main(java.lang.String[] args)
Command-line tool.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiPassIndexSplitter
This tool splits input index into multiple equal parts.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexSplitter.listSegments() |
static void |
IndexSplitter.main(java.lang.String[] args) |
static void |
FixBrokenOffsets.main(java.lang.String[] args) |
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) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
FilterPath.toFile() |
Modifier and Type | Class and Description |
---|---|
class |
RAFDirectory
A straightforward implementation of
FSDirectory
using java.io.RandomAccessFile. |
Modifier and Type | Method and Description |
---|---|
static void |
LockVerifyServer.main(java.lang.String[] args) |
static void |
LockStressTest.main(java.lang.String[] args) |
Modifier and Type | Method and Description |
---|---|
static int |
LuceneTestCase.collate(java.text.Collator collator,
java.lang.String s1,
java.lang.String s2)
Compares two strings with a collator, also looking to see if the the strings
are impacted by jdk bugs.
|
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. |
Modifier and Type | Method and Description |
---|---|
static void |
DiffIt.main(java.lang.String[] args)
Entry point to the DiffIt application.
|
static void |
Compile.main(java.lang.String[] args)
Entry point to the Compile application.
|
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.