Whether it will be enough effective if the subset is really large?
On 11 October 2010 18:39, Gora Mohanty <g...@mimirtech.com> wrote: > On Mon, Oct 11, 2010 at 7:00 PM, Sergey Bartunov <sbos....@gmail.com> wrote: >> Is it possible to use Solr for searching within a subset of documents >> represented by enumeration of document IDs? > > Couldn't you add the document ID to the query, e.g., if the field is > called id, you can use ?q=id:<desired ID>, e.g., ?q=id:1234? You could > use a range, etc., to include all the desired IDs. > > Regards, > Gora >