I'm trying to build a search for our internal support database - each support ticket consists of many emails and I'm trying to work out how best to index it:
- Should I create a document for each of the emails individually, or
- Should I concatenate all the emails for a ticket and create a document for each ticket.
When searching I want to return a list of tickets (rather than a list of emails grouped by ticket or anything like that)
Which is best?