Copyright© 2008-2018 SiteVision AB, all rights reserved.
public interface Parser
A parser component that defines the query parsing behaviour for a Searcher
.
The component behaviour is specified when it is constructed and it is applied to the Searcher
via
SearcherBuilder.setParser(Parser)
when the Searcher
is constructed. There are two parsers available:
ExtendedDismaxParserBuilder
StandardParserBuilder
The default SiteVision portlets use the ExtendedDismaxParser.
An instance of the SiteVision class implementing this interface can be obtained via
ExtendedDismaxParserBuilder.build()
or StandardParserBuilder.build()
.
See ExtendedDismaxParserBuilder
or
StandardParserBuilder
for how to obtain such instance.
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.