On the face of it, this doesn't make sense, so perhaps you can explain a bit.The doc IDs from one Solr instance have no relation to the doc IDs from another Solr instance. So anything that uses doc IDs from one Solr instance to create a filter on another instance doesn't seem to be something you'd want to do...
Which may just mean I don't understand what you're trying to do. Can you back up a bit and describe the higher-level problem? This seems like it may be an XY problem, see: http://people.apache.org/~hossman/#xyproblem Best Erick On Tue, Nov 30, 2010 at 6:57 AM, Lohrenz, Steven <steven.lohr...@hmhpub.com>wrote: > Hi, > > I was wondering how I would go about getting the lucene docid included in > the results from a solr query? > > I've built a QueryParser to query another solr instance and and join the > results of the two instances through the use of a Filter. The Filter needs > the lucene docid to work. This is the only bit I'm missing right now. > > Thanks, > Steve > >