C# Class Jarstan.ContentSearch.AzureProvider.IndexData

Mostrar archivo Open project: jscott1277/SitecoreAzureSearchProvider Class Usage Examples

Public Properties

Property Type Description
SpecialCharactersRx System.Text.RegularExpressions.Regex

Public Methods

Method Description
BuildDocument ( ) : Document
IndexData ( ISearchIndex index, IIndexable indexable, AzureDocumentBuilder documentBuilder ) : Microsoft.Azure.Search.Models
IndexData ( ISearchIndex index, IIndexable indexable, Document document, ConcurrentQueue fields ) : Microsoft.Azure.Search.Models
Quote ( string value ) : string

Private Methods

Method Description
BuildKeyField ( string name ) : Microsoft.Azure.Search.Models.Field
GetBytes ( string str ) : byte[]

Method Details

BuildDocument() public method

public BuildDocument ( ) : Document
return Document

IndexData() public method

public IndexData ( ISearchIndex index, IIndexable indexable, AzureDocumentBuilder documentBuilder ) : Microsoft.Azure.Search.Models
index ISearchIndex
indexable IIndexable
documentBuilder AzureDocumentBuilder
return Microsoft.Azure.Search.Models

IndexData() public method

public IndexData ( ISearchIndex index, IIndexable indexable, Document document, ConcurrentQueue fields ) : Microsoft.Azure.Search.Models
index ISearchIndex
indexable IIndexable
document Document
fields ConcurrentQueue
return Microsoft.Azure.Search.Models

Quote() public static method

public static Quote ( string value ) : string
value string
return string

Property Details

SpecialCharactersRx public_oe static_oe property

public static Regex,System.Text.RegularExpressions SpecialCharactersRx
return System.Text.RegularExpressions.Regex