public class PresearcherMatch<T extends QueryMatch>
extends java.lang.Object
QueryMatch with information about which queries were selected by the presearcher| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
presearcherMatches
The presearcher hits
|
java.lang.String |
queryId
The query id
|
T |
queryMatch
The QueryMatch
|
| Constructor and Description |
|---|
PresearcherMatch(java.lang.String id,
java.lang.String presearcherMatches,
T queryMatch) |
public final java.lang.String presearcherMatches
public final T extends QueryMatch queryMatch
public final java.lang.String queryId
PresearcherMatch(java.lang.String id,
java.lang.String presearcherMatches,
T queryMatch)