We have defined some of our own analyzers, and also utilize some Microsoft ones (en.microsoft). Since AnalyzerHelper.GetAnalyzer() throws a NotSupportedException if an analyzer is not in the static list, we are unable to index documents with the emulator.
Thoughts on adding support for custom analyzers and adding other values from the blessed LexicalAnalyzerName.Values? Or in the short term, making the default pass through instead of throwing an exception?
We have defined some of our own analyzers, and also utilize some Microsoft ones (
en.microsoft). SinceAnalyzerHelper.GetAnalyzer()throws aNotSupportedExceptionif an analyzer is not in the static list, we are unable to index documents with the emulator.Thoughts on adding support for custom analyzers and adding other values from the blessed
LexicalAnalyzerName.Values? Or in the short term, making the default pass through instead of throwing an exception?