You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pain point:
When the user input the lower case word, the Lucene query cannot match any results if the word case incentive although we use the WildcardQuery in my customized query service. Because we cannot set the store data to lower case when the analyzer executing.
When we create a new field for the content type, we can set the "Lucene Index Setting".
After saved it, then rebuild with Lucene index, then we check it from the query result.
We cann't set the field to normalize just like the display text field.
Anyone can give me some suggestions for my case? Thank you.
The text was updated successfully, but these errors were encountered:
Orchardcore Version: 2.1.6
Pain point:
When the user input the lower case word, the Lucene query cannot match any results if the word case incentive although we use the WildcardQuery in my customized query service. Because we cannot set the store data to lower case when the analyzer executing.
When we create a new field for the content type, we can set the "Lucene Index Setting".

After saved it, then rebuild with Lucene index, then we check it from the query result.
We cann't set the field to normalize just like the display text field.
Anyone can give me some suggestions for my case? Thank you.
The text was updated successfully, but these errors were encountered: