Aqueduct.SitecoreLib.Indexing.SearchIndexer.AddKeywordIndexField C# (CSharp) Method

AddKeywordIndexField() protected method

protected AddKeywordIndexField ( string fieldName, string value ) : void
fieldName string
value string
return void
        protected void AddKeywordIndexField(string fieldName, string value)
        {
            _customFields.Add(CreateCustomIndexField(fieldName, value, false));
        }