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 LuceneSearchProvider.CoreKey

Inheritance
System.Object
LuceneSearchProvider.CoreKey
Implements
System.IEquatable<LuceneSearchProvider.CoreKey>
Namespace: Mediachase.Search.Providers.Lucene
Assembly: Mediachase.Search.LuceneSearchProvider.dll
Version: 14.26.0
Syntax
protected class CoreKey : Object, IEquatable<LuceneSearchProvider.CoreKey>

Constructors

CoreKey(String, String)

Declaration
public CoreKey(string applicationName, string scope)
Parameters
Type Name Description
System.String applicationName
System.String scope

Properties

ApplicationName

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

Scope

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

Methods

Equals(LuceneSearchProvider.CoreKey)

Declaration
public bool Equals(LuceneSearchProvider.CoreKey other)
Parameters
Type Name Description
LuceneSearchProvider.CoreKey other
Returns
Type Description
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

MatchesApplication(String)

Declaration
public bool MatchesApplication(string applicationName)
Parameters
Type Name Description
System.String applicationName
Returns
Type Description
System.Boolean

Implements

System.IEquatable<>