Skip to Content
0
Former Member
May 28, 2008 at 01:08 PM

Java API: Limiting search to a specific set of records ids?

23 Views

Hello.

I'm trying to find a way to do the following: run a search (a pretty simple search, just check for a specific value in a specific field), but instead of running the search on an entire table I want to limit it to a specific set of record-ids, the point being that I know which record-ids I want to search on (I'm getting them from a listener event) and I'd like to make the search more effective.

Any ideas?

Thanks,

Alon