views:

362

answers:

0

can somebody help me how to customize the search result of a apache solr search. i was only able to access these variables [comment_count] => [created] => [id] => [name] => [nid] => [title] => [type] => [uid] => [url] => [score] => [body].

how can i access other variable like status, vote .... from the index ( i don't want to access the database for retrieving these values, i want to get it from the index itself)

i need to display no of votes for that specific node in the result snippet

i need to understand 1. how to index votes field 2. how to show the vote, status... in result snippet.