Namespace: Ankiro.SearchServer.Data
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Create | 0 | Creates the document, or updates it, if it already exists. Currently this document action has identical behavior to Update. | |
Update | 1 | Updates the document, or creates it, if it already exists. Currently this document action has identical behavior to Create. | |
Remove | 2 | Removes the document if it exists. | |
Unmodified | 3 | Specifies that the document has not been modified. This action should be used in cases where a reindexing of a document is not warranted, but where the document should still be included in a data source when doing a full data source update. Currently unsupported. If specified, Update behavior is applied. | |
UpdateRewrite | 4 | Updates the document, or creates it, if it already exists. This action differs from Create/Update by disregarding any existing document checksum. This action should be used in cases where it is suspected that one or more indexes have gotten out of sync with regards to searchable document content. |
See Also