Copyright© 2008-2018 SiteVision AB, all rights reserved.
public interface SpellCheck
A spell check component that defines the "did you mean" behaviour for a Searcher
.
The actual behaviour is specified when it is constructed using the
SpellCheckBuilder
The component is applied to the Searcher
via
SearcherBuilder.setSpellCheck(SpellCheck)
when the Searcher
is constructed.
Solr note: this component depicts the solr.SpellCheckComponent
An instance of the SiteVision class implementing this interface can be obtained via
SpellCheckBuilder.build()
.
See SpellCheckBuilder
for how to obtain an instance of the
SpellCheckBuilder
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-2018 SiteVision AB, all rights reserved.