I am trying to migrate some old code that used to retrieve DocIdSets from filters, but with Filters being deprecated in Lucene 5.x I am trying to move away from those classes but I'm not sure the right way to do this now. Are there any examples of doing this?
- Retrieve DocIdSet from Query in lucene 5.x Jamie Johnson
- Re: Retrieve DocIdSet from Query in lucene 5.x David Smiley