SaaS CMS has officially launched! Learn more now.

Class CachedIndexSearcher

Inheritance
System.Object
CachedIndexSearcher
Namespace: Mediachase.Search.Providers.Lucene
Assembly: Mediachase.Search.LuceneSearchProvider.dll
Version: 11.8.3
Syntax
public class CachedIndexSearcher : IndexSearcher

Constructors

CachedIndexSearcher(TimeSpan, Directory)

Declaration
public CachedIndexSearcher(TimeSpan cacheTimeout, Directory _storePath)
Parameters
Type Name Description
System.TimeSpan cacheTimeout
Lucene.Net.Store.Directory _storePath

CachedIndexSearcher(TimeSpan, String)

Declaration
public CachedIndexSearcher(TimeSpan cacheTimeout, string dirPath)
Parameters
Type Name Description
System.TimeSpan cacheTimeout
System.String dirPath

Properties

DirectoryPath

Declaration
public string DirectoryPath { get; }
Property Value
Type Description
System.String

IsValid

Declaration
public bool IsValid { get; }
Property Value
Type Description
System.Boolean