Re: Parallel access to TermPositions API

2011-04-15 Thread Federico Fissore
Chris Bamford, il 14/04/2011 20:11, ha scritto: Hi, I need to load a huge amount of TermPositions in a short space of time (millions of Documents, sub-second). Does the IndexReader's API support multiple accesses to allow several parallel threads to consume a chunk each? AFAIK, you cannot sha

Parallel access to TermPositions API

2011-04-15 Thread Chris Bamford
Hi, I need to load a huge amount of TermPositions in a short space of time (millions of Documents, sub-second). Does the IndexReader's API support multiple accesses to allow several parallel threads to consume a chunk each? Thanks for any ideas / pointers. - Chris