November Happy Hour will be moved to Thursday December 5th.

Class SearchFieldParser

Parses int values

Inheritance
System.Object
SearchFieldParser
Implements
SolrNet.Impl.ISolrFieldParser
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Search.Providers.Solr
Assembly: Mediachase.Search.SolrSearchProvider.dll
Version: 12.17.2
Syntax
public class SearchFieldParser : ISolrFieldParser

Constructors

SearchFieldParser(ISolrFieldParser)

Initializes a new instance of the SearchFieldParser class.

Declaration
public SearchFieldParser(ISolrFieldParser valueParser)
Parameters
Type Name Description
SolrNet.Impl.ISolrFieldParser valueParser

The value parser.

Methods

CanHandleSolrType(String)

Determines whether this instance [can handle solr type] the specified solr type.

Declaration
public bool CanHandleSolrType(string solrType)
Parameters
Type Name Description
System.String solrType

Type of the solr.

Returns
Type Description
System.Boolean

true if this instance [can handle solr type] the specified solr type; otherwise, false.

CanHandleType(Type)

Determines whether this instance [can handle type] the specified t.

Declaration
public bool CanHandleType(Type t)
Parameters
Type Name Description
System.Type t

The t.

Returns
Type Description
System.Boolean

true if this instance [can handle type] the specified t; otherwise, false.

GetArrayProperty(XmlNode, Type)

Gets the array property.

Declaration
public Array GetArrayProperty(XmlNode field, Type t)
Parameters
Type Name Description
System.Xml.XmlNode field

The field.

System.Type t

The t.

Returns
Type Description
System.Array

Parse(XmlNode, Type)

Parses the specified field.

Declaration
public object Parse(XmlNode field, Type t)
Parameters
Type Name Description
System.Xml.XmlNode field

The field.

System.Type t

The t.

Returns
Type Description
System.Object

Implements

SolrNet.Impl.ISolrFieldParser