I am submitting the indexing request through SolrJ but not doing hard commit. The commit is handle as part of solrconfig.xml but my doubt is that, at what stage the document is validate against the schema.xml. Is it during the index submission or during the actual commit happens, because somewhere i read that actual schema.xml validation will happen only when commit is issued to solr, is it true? Can anyone clarify on that.
Thanks