Re: Solr multiple indexes

2009-03-19 Thread Giovanni De Stefano
Hello Otis, thank you for your reply. What I am trying to achieve is to index different tables with different primary keys and different fields (basically different documents/entity). Is it possible to create a data-config with different root entities/documents and index/search everything transp

Re: Solr multiple indexes

2009-03-18 Thread Otis Gospodnetic
Giovanni, It sounds like you are after a JOIN between two indices a la RDBMS JOIN? It's not possible with Solr, unless you want to do separate queries and manually join. If you are talking about merging multiple indices of the same type into a single index, that's a different story and doabl