T - model type@FunctionalInterface public interface WordSplitter<T>
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
split(T data)
Split the data of a model to a set of search words that identify the
model for searching in a search index. if null is returned, the model
won't be indexed.
|
Copyright © 2015 illucIT Software GmbH. All rights reserved.