Method IsOptimized
IsOptimized()
Checks is the index is optimized (if it has a single segment and no deletions). Not implemented in the IndexReader base class.
Declaration
public virtual bool IsOptimized()
Returns
Type | Description |
---|---|
System.Boolean | <c>true</c> if the index is optimized; <c>false</c> otherwise |