| Package | Description |
|---|---|
| org.apache.nifi.util.search | |
| org.apache.nifi.util.search.ahocorasick |
| Modifier and Type | Method and Description |
|---|---|
void |
Search.initializeDictionary(Set<SearchTerm<T>> terms)
Establishes the dictionary of terms which will be searched in subsequent search calls.
|
| Modifier and Type | Field and Description |
|---|---|
private SearchTerm<?> |
Node.term |
| Modifier and Type | Field and Description |
|---|---|
private Map<SearchTerm<T>,List<Long>> |
SearchState.resultMap |
| Modifier and Type | Method and Description |
|---|---|
SearchTerm<?> |
Node.getMatchingTerm() |
| Modifier and Type | Method and Description |
|---|---|
Map<SearchTerm<T>,List<Long>> |
SearchState.getResults() |
| Modifier and Type | Method and Description |
|---|---|
private Node |
AhoCorasick.addMatch(SearchTerm<T> term,
int offset,
Node current) |
(package private) void |
SearchState.addResult(SearchTerm matchingTerm) |
(package private) void |
Node.setMatchingTerm(SearchTerm<?> term) |
| Modifier and Type | Method and Description |
|---|---|
void |
AhoCorasick.initializeDictionary(Set<SearchTerm<T>> terms) |
| Constructor and Description |
|---|
Node(SearchTerm<?> term) |
Copyright © 2019 Apache NiFi Project. All rights reserved.