OptionaleagerOptionalvalidationControl the validation phase with this option:
true enables all validation checks and forces revalidating the documents
In order to include additional, custom validation categories, override DefaultDocumentBuilder.getAllValidationCategories(...).false or undefined disables all validation checkscategories property restricts this to a specific subset (which might include custom categories as well).
Control the linking and references indexing phase with this option. The default if not specified is
true. If set tofalse, references can still be resolved - that's done lazily when you access therefproperty of a reference. But you won't get any diagnostics for linking errors and the references won't be considered when updating other documents.