Re: Multitable import - uniqueKey

2013-06-07 Thread sodoo
Thank you for all reply members. Solve the issue. -- View this message in context: http://lucene.472066.n3.nabble.com/Multitable-import-uniqueKey-tp4067796p4069007.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Multitable import - uniqueKey

2013-06-05 Thread sodoo
entities? Please assist me on this example. -- View this message in context: http://lucene.472066.n3.nabble.com/Multitable-import-uniqueKey-tp4067796p4068384.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Multitable import - uniqueKey

2013-06-05 Thread Chris Hostetter
: How can I don't overwrite other entities? : Please assist me on this example. I'm confused, you sent this in direct reply to my last message, which contained the following... 1) a paragraph describing the general approach to solving this type of problem... You can use TemplateTransformer

Re: Multitable import - uniqueKey

2013-06-04 Thread Raheel Hasan
oh thanks a lot for the replies. Table 1, 2, 3 are just normalized form of the whole record and you can easily pull one from another... but thats RDBMS, I dont know if thats true in Solr as well. On Mon, Jun 3, 2013 at 8:33 PM, Shawn Heisey s...@elyograg.org wrote: ok. But do we need it?

Re: Multitable import - uniqueKey

2013-06-04 Thread sodoo
UNIQUEKEY FIELD: ID* at org.apache.solr.update.AddUpdateCommand.getIndexedId(AddUpdateCommand.java:88) - How can I index these tables? - Please assist me on this. -- View this message in context: http://lucene.472066.n3.nabble.com/Multitable-import-uniqueKey-tp4067796p4068050.html Sent from

Re: Multitable import - uniqueKey

2013-06-04 Thread Gora Mohanty
On 4 June 2013 14:14, sodoo first...@yahoo.com wrote: Hi, My english is bad. But I try to explain do this. I have a 5 table in MySQL db. I try make data-config.xml. Then my data-config.xml is below. dataConfig dataSource type=JdbcDataSource name=ds-1

Re: Multitable import - uniqueKey

2013-06-04 Thread Gora Mohanty
On 4 June 2013 16:03, Gora Mohanty g...@mimirtech.com wrote: On 4 June 2013 14:14, sodoo first...@yahoo.com wrote: Hi, My english is bad. But I try to explain do this. I have a 5 table in MySQL db. I try make data-config.xml. Then my data-config.xml is below. dataConfig

Re: Multitable import - uniqueKey

2013-06-04 Thread sodoo
entities are not index. What should I do to import all the entities? -- View this message in context: http://lucene.472066.n3.nabble.com/Multitable-import-uniqueKey-tp4067796p4068076.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Multitable import - uniqueKey

2013-06-04 Thread Chris Hostetter
: And I have register schema.xml these fields. : I tried to make full import but unfortunately only the last entity is : indexed. Other entities are not index. : : What should I do to import all the entities? See Gora's other reply... This will only work if your table IDs are different.

Multitable import - uniqueKey

2013-06-03 Thread Raheel Hasan
Hi, I am importing multiple table (by join) into solr using DIH. All is set, except for 1 confusion: what to do with *uniqueKey* in schema? When I had only 1 table, I had it fine. Now how to put 2 uniqueKeys (both from different table). For example: uniqueKeytable1_id/uniqueKey

Re: Multitable import - uniqueKey

2013-06-03 Thread Raheel Hasan
application users receive the key values in the responses to queries, what expectations do you expect to set for them? -- Jack Krupansky -Original Message- From: Raheel Hasan Sent: Monday, June 03, 2013 9:12 AM To: solr-user@lucene.apache.org Subject: Multitable import - uniqueKey Hi, I

Re: Multitable import - uniqueKey

2013-06-03 Thread Jack Krupansky
Krupansky -Original Message- From: Raheel Hasan Sent: Monday, June 03, 2013 10:44 AM To: solr-user@lucene.apache.org Subject: Re: Multitable import - uniqueKey Hi, Thanks for the replies. Actually, I had only a small confusion: From table_1 I got key_1; using this I join into table_2

Re: Multitable import - uniqueKey

2013-06-03 Thread Raheel Hasan
, 2013 10:44 AM To: solr-user@lucene.apache.org Subject: Re: Multitable import - uniqueKey Hi, Thanks for the replies. Actually, I had only a small confusion: From table_1 I got key_1; using this I join into table_2. But table_2 also gave another key key_2 which is needed for joining