SolrNet: SolrNet.Commands.Parameters.CommitOptions Class Reference

SolrNet

SolrNet.Commands.Parameters.CommitOptions Class Reference

Commit/optimize options. More...

List of all members.

Properties

bool WaitSearcher [get, set]
 Block until a new searcher is opened and registered as the main query searcher, making the changes visible. Default is true.
bool WaitFlush [get, set]
 Block until index changes are flushed to disk Default is true.
int MaxSegments [get, set]
 Optimizes down to at most this number of segments Default is 1.
bool ExpungeDeletes [get, set]
 Merge segments with deletes away.

Detailed Description

Commit/optimize options.


Property Documentation

bool SolrNet.Commands.Parameters.CommitOptions.ExpungeDeletes [get, set]

Merge segments with deletes away.

Requires Solr 1.4

int SolrNet.Commands.Parameters.CommitOptions.MaxSegments [get, set]

Optimizes down to at most this number of segments Default is 1.

Requires Solr 1.3

bool SolrNet.Commands.Parameters.CommitOptions.WaitFlush [get, set]

Block until index changes are flushed to disk Default is true.

bool SolrNet.Commands.Parameters.CommitOptions.WaitSearcher [get, set]

Block until a new searcher is opened and registered as the main query searcher, making the changes visible. Default is true.


The documentation for this class was generated from the following file:
  • SolrNet/Commands/Parameters/CommitOptions.cs
Generated on Sun May 3 2015 17:19:06 for SolrNet by  doxygen 1.7.2