Improve errors processing for Schema service schema parsing
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