set Ignore Annotations
Sets whether annotations should be ignored while indexing or not. This defaults to
false
, which means annotations are added to the index.
Return
This builder for further actions.
Parameters
ignore Annotations
true
to disable annotation indexing, or false
to enable it. Defaults to false
.