org.gcube.elasticsearch.helpers
Class SnippetsHelper

java.lang.Object
  extended by org.gcube.elasticsearch.helpers.SnippetsHelper

public class SnippetsHelper
extends Object


Field Summary
static List<String> NOT_HIGHLIGHTED_FIELDS
           
static String SNIPPET_TOKEN
           
 
Constructor Summary
SnippetsHelper()
           
 
Method Summary
static String createSnippetString(org.elasticsearch.search.SearchHit hit, int maxSnippetCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SNIPPET_TOKEN

public static final String SNIPPET_TOKEN
See Also:
Constant Field Values

NOT_HIGHLIGHTED_FIELDS

public static final List<String> NOT_HIGHLIGHTED_FIELDS
Constructor Detail

SnippetsHelper

public SnippetsHelper()
Method Detail

createSnippetString

public static String createSnippetString(org.elasticsearch.search.SearchHit hit,
                                         int maxSnippetCount)


Copyright © 2014. All Rights Reserved.