Given that StackOverflow has moved over to Lucene.NET for search, the original question that I asked on this matter now has a completely different answer.
Specifically, some of the things I'd like to know are:
- How are the indexes arranged?
- What is the structure of the documents?
- Was a custom scorer written to somehow weigh results differently based on vote data? If so, how was that scorer implemented?
- What kind of boosts are applied and on what level?
- Custom analyzers or no?
- Anything else that might be relevant.