Hey all,
This might be a pretty far fetched question..
However, we have implemented a group index by utilizing the SQL index builder which works quite well.
However, as we have multiple fields in the summary field we're using to extract data for the freetext search, the customer would like to boost one of these fields so the freetext search results reflects this.
Consider 2 fields in the summary field we're querying:
- Synonym = "Some smart synonym"
- GroupName = "The best group name to date"
The customer would like to boost the Synonym field, so the results presented to the user are weighted off of the Synonym field in the summary first, and then the group name. Obviously if both fields contain somewhat the same data, the Synonym should have a higher "rank" ..
Is this possible, when the two fields are merged into one summary field? - My guess is no, but I would like your opinions/ideas on this matter.
BR Mikkel