C# Class Jarstan.ContentSearch.Linq.Azure.Queries.Range.RangeQueryProcessor

Mostra file Open project: jscott1277/SitecoreAzureSearchProvider

Public Methods

Method Description
Process ( RangeQueryOptions options, AzureQueryMapper mapper ) : Query

Protected Methods

Method Description
NormalizeValue ( string valueToNormalize, AzureQueryMapper mapper ) : string

Method Details

NormalizeValue() protected method

protected NormalizeValue ( string valueToNormalize, AzureQueryMapper mapper ) : string
valueToNormalize string
mapper AzureQueryMapper
return string

Process() public abstract method

public abstract Process ( RangeQueryOptions options, AzureQueryMapper mapper ) : Query
options RangeQueryOptions
mapper AzureQueryMapper
return Lucene.Net.Search.Query