Re: Lucene 5.2.0 global ordinal based query time join on multiple indexes

2015-07-21 Thread Alex Pang
Seems if I create a MultiReader from my index searchers and create the ordinal map from that MultiReader (and use an IndexSearcher created from the MultiReader in the createJoinQuery), then the correct results are found. On Mon, Jul 20, 2015 at 5:48 PM, Alex Pang wrote: > Hi, > > >

Lucene 5.2.0 global ordinal based query time join on multiple indexes

2015-07-20 Thread Alex Pang
Hi, Does the Global Ordinal based query time join support joining on multiple indexes? >From my testing on 2 indexes with a common join field, the document ids I get back from the ScoreDoc[] when searching are incorrect, though the number of results is the same as if I use the older join quer