A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class LuceneSearchException

Inheritance
System.Object
LuceneSearchException
Namespace: Mediachase.Search.Providers.Lucene
Assembly: Mediachase.Search.LuceneSearchProvider.dll
Version: 14.26.0
Syntax
public class LuceneSearchException : SearchException

Constructors

LuceneSearchException(String)

Declaration
public LuceneSearchException(string message)
Parameters
Type Name Description
System.String message

LuceneSearchException(String, Exception)

Declaration
public LuceneSearchException(string message, Exception innerException)
Parameters
Type Name Description
System.String message
System.Exception innerException