Search Service
- Improve Facet & Filter Handling:
- Fix Failure on duplicate filters:
- Add dynamic configurable interval facets using facet type "interval_X" (for example "interval_10" for 10-step intervals)
- Add numeric facet-value ordering for term facets
- Improve Query Building:
- Filters applied through Querqy are applied with quotes to be preserved from standard analyzer
- centralized & unified query-building and search-field validation
- Do not escape word-delimiter dashes (e.g. the dash in "bike-shed" wouldn't be escaped anymore)
- Improve tracing and logging for search queries
Import Service
- Add AttributeToDataFieldConverter
- Add FieldUsage.RAW to support rank_features maps and other special usecases
Suggest Service
- minor bugfixes