Hi: I´ve got two different indexes: myIndexA and myIndexB. I wanted to load both on tomcat but without merging. So I've created a new dir myIndexC. Under myIndexC/indexes I've deployed myIndexA/indexes/part-00000 and myIndexB/indexes/part-00000 renamed too part-00001. Later I've copied myIndexA/segments/* and myIndexB/segments/* to myIndexC/segments. I´ve also moved linkdb/current/part-00000 from myIndexA and myIindexB to myIndexC.
Summarizing, I've moved directories from indexA and B to C. Then I started tomcat (searcher.dir points to C ) and searches give me hits from both indexes B and C (based on what explain.jsp says). So is there any difference in the result I get (e.g. page ranking ) between this process and a real merge using Nutch built-in commands? Thanks.
