Spring Data Solr

org.springframework.data.solr.core.query.result
Class HighlightEntry.Highlight

java.lang.Object
  extended by org.springframework.data.solr.core.query.result.HighlightEntry.Highlight
Enclosing class:
HighlightEntry<T>

public static class HighlightEntry.Highlight
extends Object

Highlight holds reference to the field highlighting was applied to, as well as the snipplets

Author:
Christoph Strobl

Method Summary
 Field getField()
           
 List<String> getSnipplets()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getField

public Field getField()
Returns:

getSnipplets

public List<String> getSnipplets()
Returns:
empty list none available

Spring Data Solr

Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.