Package | Description |
---|---|
net.sf.mmm.search.indexer.api.config |
Contains the API of the configurations for the search-indexer.
|
net.sf.mmm.util.text.api |
Provides the API for utilities that help with textual operations.
|
net.sf.mmm.util.text.base |
Provides the base-implementation of text-util API.
|
net.sf.mmm.util.transformer.api |
Provides the API for transformation-utilities.
|
net.sf.mmm.util.transformer.base |
Provides the base-implementation of transformer-util API.
|
Modifier and Type | Method and Description |
---|---|
Transformer<String> |
SearchIndexerDataLocation.getUriTransformer()
This method gets the
Transformer used to
convert the (relative) URI of a
resource to the indexed
URI . |
Modifier and Type | Interface and Description |
---|---|
interface |
Singularizer
This is the interface for a
translation of a term given in plural form to the according
singular form. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTextTransformer
This is the abstract base implementation of a
Transformer for strings. |
class |
EnglishSingularizer
This is the implementation of the
Singularizer interface for English language. |
Modifier and Type | Interface and Description |
---|---|
interface |
StringTransformerRule
This is the interface for a
Transformer of String s that is typically used as part of a
StringTransformerChain . |
Modifier and Type | Class and Description |
---|---|
class |
RegexStringTransformer
This class converts a string by
matching a given regular expression
Pattern and if it partially matches replacing the match(es) with a given replacement. |
class |
RegexStringTransformerRule
This class is a
RegexStringTransformer that implements the StringTransformerRule interface by adding
the stop-on-match flag. |
class |
StringTransformerChain
|
Copyright © 2001–2016 mmm-Team. All rights reserved.