SolrNet.Commands.CommitCommand Class Reference
Commits updates. More...
Inheritance diagram for SolrNet.Commands.CommitCommand:
Public Member Functions | |
string | Execute (ISolrConnection connection) |
Executes this command. | |
Properties | |
bool | WaitFlush [get, set] |
Block until index changes are flushed to disk Default is true. | |
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 | ExpungeDeletes [get, set] |
Merge segments with deletes away Default is false. | |
int | MaxSegments [get, set] |
Optimizes down to, at most, this number of segments Default is 1. |
Detailed Description
Commits updates.
Member Function Documentation
string SolrNet.Commands.CommitCommand.Execute | ( | ISolrConnection | connection ) |
Property Documentation
bool SolrNet.Commands.CommitCommand.ExpungeDeletes [get, set] |
Merge segments with deletes away Default is false.
int SolrNet.Commands.CommitCommand.MaxSegments [get, set] |
Optimizes down to, at most, this number of segments Default is 1.
bool SolrNet.Commands.CommitCommand.WaitFlush [get, set] |
Block until index changes are flushed to disk Default is true.
bool SolrNet.Commands.CommitCommand.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/CommitCommand.cs
Generated on Sun May 3 2015 17:19:06 for SolrNet by
