Copyright© 2008-2022 Sitevision AB, all rights reserved.
public interface Highlight
A highlight component that defines the highlighting behaviour for a Searcher.
The actual behaviour is specified when it is constructed using the
HighlightBuilder
The component is applied to the Searcher via
SearcherBuilder.setHighlight(Highlight)
when the Searcher is constructed.
Solr note: this component depicts the solr.HighlightComponent
An instance of the Sitevision class implementing this interface can be obtained via
HighlightBuilder.build().
See HighlightBuilder for how to obtain an instance of the
HighlightBuilder interface.
Sitevision - Portal and Content Management Made Easy
Sitevision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2022 Sitevision AB, all rights reserved.