Copyright© 2008-2026 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 - Content Management Made Easy
Sitevision is an advanced Java enterprise portal product that implements Java Content Repository (JSR 283).
Copyright© 2008-2026 Sitevision AB, all rights reserved.