Re: Display pattern of child entity records as row

2015-07-06 Thread Mikhail Khludnev
Hello, We just published a few advices regarding indexing data for Solr (and whatever). http://blog.griddynamics.com/2015/07/how-to-import-structured-data-into-solr.html. Indexing blocks by DIH is possible with specifying child=”true”

Re: Display pattern of child entity records as row

2015-07-06 Thread SHANKAR REDDY
Upayavira, Thanks for the update. I am using Data Import handler for MySQL as below. id

Re: Display pattern of child entity records as row

2015-07-05 Thread Upayavira
It looks like you are indexing the detail_txt fields as multivalued. Perhaps you could index them as parent/child documents, and use block joins and the expand component to retrieve them. You can index the doc as: 0BICA_PROBLEM_AUTHOR parent ... 0RS_AUTHOR Author CHA child

Display pattern of child entity records as row

2015-07-05 Thread SHANKAR REDDY
Team, I have a requirement like getting the list of the child tables along with parent records as the below pattern. "id":"0BICA_PROBLEM_AUTHOR", "description_txt":[""], "display_value_txt":["Analyser : Problems/Category/Author"], "report_types_id_txt":["1"], "report_categories_id_txt":["30585"],