Overload List

  NameDescription
Public methodAdd(Document)
Adds field info for a Document.
Public methodAdd(ICollection<(Of <<'(String>)>>), Boolean)
Assumes the fields are not storing term vectors.
Public methodAdd(String, Boolean)
Calls 5 parameter add with false for all TermVector parameters.
Public methodAdd(String, Boolean, Boolean)
Calls 5 parameter add with false for term vector positions and offsets.
Public methodAdd(String, Boolean, Boolean, Boolean, Boolean)
If the field is not yet known, adds it. If it is known, checks to make sure that the isIndexed flag is the same as was given previously for this field. If not - marks it as being indexed. Same goes for the TermVector parameters.
Public methodAdd(String, Boolean, Boolean, Boolean, Boolean, Boolean)
If the field is not yet known, adds it. If it is known, checks to make sure that the isIndexed flag is the same as was given previously for this field. If not - marks it as being indexed. Same goes for the TermVector parameters.
Public methodAdd(String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
If the field is not yet known, adds it. If it is known, checks to make sure that the isIndexed flag is the same as was given previously for this field. If not - marks it as being indexed. Same goes for the TermVector parameters.

See Also