|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectdomain.SolrHit
class SolrHit
A model of Solr search result values (hits).
| Property Summary | |
|---|---|
String |
anchorText
URL anchorText |
String |
highlight
String that contains the found match |
String |
title
Title of the hit |
String |
url
Url of the file |
| Constructor Summary | |
SolrHit()
|
|
| Method Summary |
|---|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Property Detail |
|---|
String anchorText
String highlight
String title
String url
| Constructor Detail |
|---|
SolrHit()
Groovy Documentation