public interface AttributeDetector<T>
Modifier and Type | Method and Description |
---|---|
void |
collect(T entry)
Collects potential attribute names or values from a set of result entries.
|
Map<String,String> |
detect()
Implements the decision based on which the "best" possible attribute or value is selected.
|
void collect(T entry)
entry
- a result entry returned by a search operationCopyright © 2022 Apache Software Foundation. All rights reserved.