Re: Create index on few unrelated table in Solr

2013-06-05 Thread sodoo
Okey. I'm so sorry. I will not create same task in separate topic next time. -- View this message in context: http://lucene.472066.n3.nabble.com/Create-index-on-few-unrelated-table-in-Solr-tp4068054p4068405.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Create index on few unrelated table in Solr

2013-06-05 Thread Chris Hostetter
Please don't create new threads re-asking the same questions -- especailly when the existing thread is only a day old, and still actively getting responses. it just increases the overall noise of of the list, and results in multiple people wasting their time providing you with the same answers

Re: Create index on few unrelated table in Solr

2013-06-05 Thread Alexandre Rafalovitch
Try creating a composite key that includes schema name as part of the key. Otherwise, what do you actually expect to happen if all tables have ID=1. What (single) entry do you expect to end up in Solr? Regards, Alex. Personal blog: http://blog.outerthoughts.com/ LinkedIn: http://www.linkedin.co

Re: Create index on few unrelated table in Solr

2013-06-05 Thread sodoo
Yes. My ID field is uniquekey. How can I don't override each other? -- View this message in context: http://lucene.472066.n3.nabble.com/Create-index-on-few-unrelated-table-in-Solr-tp4068054p4068371.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Create index on few unrelated table in Solr

2013-06-04 Thread Alexandre Rafalovitch
Is the ID field used as unique key? Your entities could be overriding each other. Regards, Alex On 4 Jun 2013 06:29, "sodoo" wrote: > I want to create index few tables. All tables not related. > > In data-config.xml, that I created to create index > > > name="ds-1" >