Class CachedIndexSearcher
Inheritance
System.Object
CachedIndexSearcher
Assembly: Mediachase.Search.LuceneSearchProvider.dll
Version: 12.17.2
public class CachedIndexSearcher : IndexSearcher
Constructors
Declaration
public CachedIndexSearcher(TimeSpan cacheTimeout, Directory _storePath)
Parameters
Type |
Name |
Description |
System.TimeSpan |
cacheTimeout |
|
Lucene.Net.Store.Directory |
_storePath |
|
Declaration
public CachedIndexSearcher(TimeSpan cacheTimeout, string dirPath)
Parameters
Type |
Name |
Description |
System.TimeSpan |
cacheTimeout |
|
System.String |
dirPath |
|
Properties
Declaration
public string DirectoryPath { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsValid { get; }
Property Value
Type |
Description |
System.Boolean |
|