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

Reply via email to