I have a list of public profiles of my site user's on solr index. There is also a community around them, which is currently not their in Index.
While searching, I have to give an option to search only my community (friends and friends of friends). I could do it from data base query or storing connection graph in memory but here I loose power of Solr Analyzers, tokenizers and filters. Alternatively, I am thinking to store this relation temp in some other Solr instance (running on a separate machine) and use it for search. I.e create this index async when user logs in and destroy when user logs out. So when user searches for a profile the application will merge the results from two indexes and returns unique users. Is this a practical/scalable solution? If yes, what performance consideration, I should look for this new solr instance? For merging should I built an application over solr or solr provides any way of merging results from multiple indexes? Thanks, Amit -- View this message in context: http://www.nabble.com/Indexing-tempary-data-on-lucene-tp23212838p23212838.html Sent from the Solr - User mailing list archive at Nabble.com.