| Interface | Description |
|---|---|
| SubwordHighlighter |
Interface for classes which are capable of splitting a value String into a
highlighted string by locating all prefix matches inside
|
| WordSplitter<T> |
A word splitter constitutes a function to reduce any complex model to a set
of words, which can be used to allocate the model in an indexed data
structure.
|
| Class | Description |
|---|---|
| HighlightedString |
Result class to store the highlights of a search query in a model string.
|
| HighlightedString.Highlight |
POJO to store highlight interval coordinates (position and length).
|
| HighlightedString.HighlightSegment |
POJO to store single segment in highlighted string.
|
| StringWordSplitter<T> |
Implementation of a
WordSplitter which uses a regular expression to
extract subwords. |
| StringWordSplitter.IdentityStringWordSplitter |
StringWordSplitter implementation for String models which use the
complete String data as source for the word splitter. |
Copyright © 2015 illucIT Software GmbH. All rights reserved.