Skip to content

Improve errors processing for Schema service schema parsing

Sviatoslav Nekhaienko requested to merge schema-conv-errors-impr into master

Improves handling of erroneous schemas, currently indexer does not index any record if Schema service schema cannot be parsed correctly by Indexer. Indexer must index meta-attribute at very minimum if indexing fails for Schema processing.

  • Try to get as many errors as possible from the schema converter
  • Return null if schema has an error

Resolves issue #18 (closed)

Edited by Neelesh Thakur

Merge request reports