Interface IIndexWriter
- Namespace
- Dynamicweb.Indexing
- Assembly
- Dynamicweb.Core.dll
Defines IndexWriter behaviour and data
Methods
AddDocument(IndexDocument)
Defines Add document method contract
Parameters
document
IndexDocument Index document instance
AddOrUpdateDocument(IndexDocument, string, string)
Defines Add or update document method contract
Parameters
document
IndexDocument Index document instance
keyFieldName
stringKey field name
keyFieldValue
stringKey field value
Close()
Defines close method contract
Open(bool)
Defines open method contract
Parameters
openForAppend
bool