Hi,

I am having a question-answer based data structure where I need to store
questionids, answerid, replyids against each question, answer and reply.
Each answer are in relation with a question and each reply are in relation
with answer or parent reply. 

Requirement:
My requirement is to produce a Google-like search result where Questions
will be displayed as title and respective matching answer/reply with content
only matching the searched keyword. I am able to handle this only when we
need to display matching questions but finding challenge in extracted
matching content (answer/reply) against the matching question.

It would be great help if anyone can suggest the right method to achieve
this. Let me know if my requirement and objective is clear or not, I can
further explain with example if required. 

Thanks in anticipation.
Saif

 



--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-to-fetch-title-and-content-using-Solr-tp2697505p2697505.html
Sent from the Solr - Dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to