Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class CachedIndexSearcher

Inheritance
System.Object
CachedIndexSearcher
Namespace: Mediachase.Search.Providers.Lucene
Assembly: Mediachase.Search.LuceneSearchProvider.dll
Version: 14.26.0
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