Description
IndexDefinitionBuilder is often used to provision indices in RepositoryInitializer. In current form, provisioning would lead to setting up type="lucene" (and hence reindex=true as a side-effect) even if the definition had been marked disabled.
Sure, the provisioning logic can do that check - but the behavior of not setting type=lucene sounds like a sane default behavior.