Aqueduct.SitecoreLib.Indexing.SearchIndexer.AddTextIndexField C# (CSharp) Méthode

AddTextIndexField() protected méthode

protected AddTextIndexField ( string fieldName, string value ) : void
fieldName string
value string
Résultat void
        protected void AddTextIndexField(string fieldName, string value)
        {
            _customFields.Add(CreateCustomIndexField(fieldName, value, true));
        }