public interface SearchIndex
SearchItem
s that provide quick look-up
from their names.SearchIndexBuilder
Modifier and Type | Field and Description |
---|---|
static SearchIndex |
EMPTY
Empty set.
|
Modifier and Type | Method and Description |
---|---|
void |
find(String token,
List<SearchItem> result) |
void |
suggest(String token,
List<SearchItem> result)
This method returns the superset of
find(String, List) . |
static final SearchIndex EMPTY
void find(String token, List<SearchItem> result)
void suggest(String token, List<SearchItem> result)
find(String, List)
.Copyright © 2004–2022. All rights reserved.