SolrNet.AddParameters Class Reference
Contains parameters that can be specified when adding a document to the index. More...
Properties | |
int | CommitWithin [get, set] |
Gets or sets the time period (in milliseconds) within which the document will be committed to the index. | |
bool | Overwrite [get, set] |
Gets or sets the document overwrite option. |
Detailed Description
Contains parameters that can be specified when adding a document to the index.
See http://wiki.apache.org/solr/UpdateXmlMessages#Optional_attributes_for_.22add.22
Property Documentation
int SolrNet.AddParameters.CommitWithin [get, set] |
Gets or sets the time period (in milliseconds) within which the document will be committed to the index.
The time period (in milliseconds) within which the document will be committed to the index.
bool SolrNet.AddParameters.Overwrite [get, set] |
Gets or sets the document overwrite option.
If true
, newer documents will replace previously added documents with the same uniqueKey.
The documentation for this class was generated from the following file:
- SolrNet/AddParameters.cs
Generated on Sun May 3 2015 17:19:05 for SolrNet by 1.7.2