Hi Team,

I have one requirement where i have to display sentences of valid document
if the keyword(input string) is found in that document.

I am thinking if parent-child relation will work?

DocBean

int doc_id
String doc_path
String content_id

ContentBean

int content_id
String content;

Need your suggestion on above problem.
Can this be done efficiently using SOLR?


Thanks,
Avni

Reply via email to