Package | Description |
---|---|
org.apache.lucene.analysis.compound |
A filter that decomposes compound words you find in many Germanic
languages to the word parts.
|
Modifier and Type | Class and Description |
---|---|
class |
DictionaryCompoundWordTokenFilter
A TokenFilter that decomposes compound words found in many germanic languages
"Donaudampfschiff" becomes Donau, dampf, schiff so that you can find
"Donaudampfschiff" even when you only enter "schiff".
|
class |
HyphenationCompoundWordTokenFilter
A TokenFilter that decomposes compound words found in many germanic languages
"Donaudampfschiff" becomes Donau, dampf, schiff so that you can find
"Donaudampfschiff" even when you only enter "schiff" It uses a hyphenation
grammar and a word dictionary to achieve this.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.