indexing and full text searching in elasticsearch without dialitics using c# client Nest
I'm preparing an in-site search engine with elasticsearch and I'm new to elasticsearch. Sites which will use this engine are Turkish / English . In Turkey, we have Turkish letters like 'ğ', 'ü', 'ş', 'ı', 'ö', 'ç' . But when we search generally we use the letters 'g', 'u', 's', 'i', 'o', 'c' . This is not a rule but we generally do it, think like a habit, something we used to. Now, I have a document type called "product" and this type has several string properties and some are nested. For example: public class Product { public string ProductName { get; set; } public Category Category { get;