Groovy Documentation

domain
Class SolrHit

java.lang.Object
  domain.SolrHit

class SolrHit

A model of Solr search result values (hits).

author:
Niraj Aswani


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

anchorText

String anchorText
URL anchorText


highlight

String highlight
String that contains the found match


title

String title
Title of the hit


url

String url
Url of the file


 
Constructor Detail

SolrHit

SolrHit()


 

Groovy Documentation