IFulltext |
| Exception | Condition |
|---|---|
| InvalidOperationException | Occurs if Initialize has not been called. |
IFulltextStore fulltextStore = new FulltextStore().Initialize();
using (IFulltextSession session = fulltextStore.StartSession())
{
//Do stuff with session
}