Aqueduct.SitecoreLib.Indexing.SearchIndexer.AddKeywordIndexField C# (CSharp) Метод

AddKeywordIndexField() защищенный Метод

protected AddKeywordIndexField ( string fieldName, string value ) : void
fieldName string
value string
Результат void
        protected void AddKeywordIndexField(string fieldName, string value)
        {
            _customFields.Add(CreateCustomIndexField(fieldName, value, false));
        }