Overload List
Name | Description | |
---|---|---|
Add(Document) | Adds field info for a Document. | |
Add(ICollection<(Of <<'(String>)>>), Boolean) | Assumes the fields are not storing term vectors.
| |
Add(String, Boolean) | Calls 5 parameter add with false for all TermVector parameters.
| |
Add(String, Boolean, Boolean) | Calls 5 parameter add with false for term vector positions and offsets.
| |
Add(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.
| |
Add(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.
| |
Add(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.
|