London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class CachedIndexSearcher

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