Package | Description |
---|---|
org.apache.lucene.monitor |
Monitoring framework
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,java.util.Set<HighlightsMatch.Hit>> |
HighlightsMatch.hits |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.Set<HighlightsMatch.Hit>> |
HighlightsMatch.getHits() |
java.util.Collection<HighlightsMatch.Hit> |
HighlightsMatch.getHits(java.lang.String field)
Get the hits for a specific field
|
Modifier and Type | Method and Description |
---|---|
int |
HighlightsMatch.Hit.compareTo(HighlightsMatch.Hit other) |