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

Afficher le fichier Open project: jscott1277/SitecoreAzureSearchProvider

Méthodes publiques

Méthode Description
Process ( RangeQueryOptions options, AzureQueryMapper mapper ) : Query

Méthodes protégées

Méthode Description
NormalizeValue ( string valueToNormalize, AzureQueryMapper mapper ) : string

Method Details

NormalizeValue() protected méthode

protected NormalizeValue ( string valueToNormalize, AzureQueryMapper mapper ) : string
valueToNormalize string
mapper AzureQueryMapper
Résultat string

Process() public abstract méthode

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