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. dataConfig dataSource type=JdbcDataSource driver=com.mysql.jdbc.Driver url=jdbc:mysql://XX:3306/X user=XX password=XXX /

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 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: doc field name=id0BICA_PROBLEM_AUTHOR/field field name=typeparent/field ...

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],