Indexes the documents in the 'database'. This is required before searches can be performed.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Unnecessary, please reimport sources instead, or use RefreshIndex()", true)] public virtual void Build()
<ObsoleteAttribute("Unnecessary, please reimport sources instead, or use RefreshIndex()", _ True)> _ Public Overridable Sub Build
[ObsoleteAttribute(L"Unnecessary, please reimport sources instead, or use RefreshIndex()", true)] public: virtual void Build()
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | If Configuration.IsLock is true (a lock has been applied). |