Package | Description |
---|---|
org.apache.lucene.analysis.standard |
Fast, general-purpose grammar-based tokenizers.
|
org.apache.lucene.analysis.standard.std31 |
Backwards-compatible implementation to match
Version.LUCENE_3_1 |
org.apache.lucene.analysis.standard.std34 |
Backwards-compatible implementation to match
Version.LUCENE_3_4 |
org.apache.lucene.analysis.standard.std36 |
Backwards-compatible implementation to match
Version.LUCENE_3_6 |
org.apache.lucene.analysis.standard.std40 |
Backwards-compatible implementation to match
Version.LUCENE_4_0 |
Modifier and Type | Class and Description |
---|---|
class |
StandardTokenizerImpl
This class implements Word Break rules from the Unicode Text Segmentation
algorithm, as specified in
Unicode Standard Annex #29.
|
class |
UAX29URLEmailTokenizerImpl
This class implements Word Break rules from the Unicode Text Segmentation
algorithm, as specified in
Unicode Standard Annex #29
URLs and email addresses are also tokenized according to the relevant RFCs.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardTokenizerImpl31
Deprecated.
|
class |
UAX29URLEmailTokenizerImpl31
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardTokenizerImpl34
Deprecated.
|
class |
UAX29URLEmailTokenizerImpl34
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
UAX29URLEmailTokenizerImpl36
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardTokenizerImpl40
Deprecated.
|
class |
UAX29URLEmailTokenizerImpl40
Deprecated.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.