I need to create index from two tables that are not related. But when I try to do so I get the response that record fetched is equal to both tables records but no index in created.
Please help
I need to create index from two tables that are not related. But when
Share
Creating 1 index from 2 unrelated tables sound very strange. Why can’t you create 2 indexes?
In case you don’t have other choice create unique id filed in schema (look at http://wiki.apache.org/solr/UniqueKey). Check also in DB logs what queries are actually run.