Field Mapping Between StackOverflow and SearchUnify

This article visualizes the mapping between the fields found on the Stack Overflow frontend and the SearchUnify fields under the tab Stack Overflow Content Source > Edit > Rules. Using this document you can pick the right fields for crawling and indexing in SearchUnify.

Here's an example: The highlighted area in the image is called question_id in Stack Overflow but its name in SearchUnify is id.

Search Field Name Fields from API Response & Description Visual Representation at Stack OverflowFront-End
id question_id (Id of the question)

title title (Title of the question)

tags tags (Tags associated with the particular question)

owner [“owner”, “display_name”] (Name of the Creator of the question)

is_answered is_answered (Is the question answered yet or not) Has Boolean value, denotes if this particular question is answered yet or not.
view_count view_count (The number of views on this question.)

answer_count answer_count (Number of answers to the particular question)

score score (Score of the question in Stack Overflow)
last_activity_date last_activity_date (Last activity date on question)

post_time creation_date (Creation date of question)

tag tag (Tag associated with the particular question)

description body (Description of the question)

view_href link (Stackoverflow link of the question)