PipelineAnalyzer.php
Table of Contents
Classes
- PipelineAnalyzer
- Pipeline analyzer — runs an **ordered** chain of sub-analyzers, each fed the output of the previous one. It is the typed way to compose analyzers the server otherwise only exposes individually ({@see NormAnalyzer}, {@see NgramAnalyzer}, {@see StemAnalyzer}, …); without it, the only escape hatch was an untyped `new RawAnalyzer( 'pipeline' , … )`.