I created a custom smart index(with analyzer type simple), in the rebuild function I added two lucene documents. One has content @product@ and other has content @product@ and I have a field @capaci...
I have a couple of fields on a custom page type that have pipe delimited values. These need to be indexed so that I can use smart search to find results based on these values. An example value woul...
I have a similar issue as the following question: Lucene error while parsing Query: Cannot parse '': Encountered “” at line 1, column 0, and I had already tried all the escaping. What else could i...
I'm running a Kentico 12 MVC site (converted from Kentico 11 MVC), on VIsual Studio 2017, C# 4.61. I am building a one-off API to convert hundreds of Azure search indexes into new local Smart Sear...
I'v created Smart search Page index. The problem is that all fields a stored in lower case. For example I have object titles and want to display it as is. How can I store data in search index not i...
Can someone confirm the behaviour of the Smart search results webpart when using a Smart search filter on a particular field, documentation here, when the index, and the expected results, are compo...
Hi,I want to create a filter displaying products sorted according to products' names or products' prices but I always want to show out of stock products at the end of the products list.I used Smart...
I have created a custom index that stores multiple extra fields that I use to filter by. Say for example I am storing some facets to select Kite colors. Some kites have one color, others have multi...
I am trying to boost a search result with the presence of a value in a field. Unfortunately boosting a search term doesn't do what I want, as it includes that field value as a search term, which c...
I am using Lucene.net via Kentico. I am trying to boost results that have a particular value in a field. For example:myfield:"myvalue"^2Unfortunately this is treated as a search term and alters th...