Java org.springframework.data.solr.core.query HighlightOptions fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.solr.core.query HighlightOptions fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.solr.core.query HighlightOptions.

The text is from its open source code.

Field

Constructor

Method

HighlightOptionsaddField(Field field)
Add field to highlight
HighlightOptionsaddField(String fieldname)
Add name of field to highlight on
HighlightOptionsaddField(String... fieldnames)
Add names of fields to highlight on
HighlightOptionsaddHighlightParameter(String parameterName, Object value)
Add parameter by name
ListgetFields()
CollectiongetFieldsWithHighlightParameters()
Get Collection of fields that have field specific highlight options.
StringgetFormatter()
IntegergetFragsize()
CollectiongetHighlightParameters()
IntegergetNrSnipplets()
FilterQuerygetQuery()
booleanhasFields()
booleanhasQuery()
HighlightOptionssetFormatter(String formatter)
set formatter hl.formatter
HighlightOptionssetFragsize(Integer fragsize)
set fragsize hl.fragsize .
HighlightOptionssetNrSnipplets(Integer nrSnipplets)
set hl.snippets
HighlightOptionssetSimplePostfix(String postfix)
set hl.simple.post
HighlightOptionssetSimplePrefix(String prefix)
set hl.simple.pre