| Package | Description |
|---|---|
| com.illucit.instatrie.index | |
| com.illucit.instatrie.splitter |
| Class and Description |
|---|
| HighlightedString
Result class to store the highlights of a search query in a model string.
|
| StringWordSplitter
Implementation of a
WordSplitter which uses a regular expression to
extract subwords. |
| SubwordHighlighter
Interface for classes which are capable of splitting a value String into a
highlighted string by locating all prefix matches inside
|
| WordSplitter
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 and 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
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. |
| SubwordHighlighter
Interface for classes which are capable of splitting a value String into a
highlighted string by locating all prefix matches inside
|
| WordSplitter
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.
|
Copyright © 2015 illucIT Software GmbH. All rights reserved.