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
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
On 4/11/2011 1:47 AM, Chris Mantle wrote:
> Hi, I’m having some trouble with Lucene at the moment. I have a number of
> unique identifiers that I need to search through. They’re in many different
> forms, eg. “M”, “MO”, “:MOFB”, “FH..L-O”, etc. All I need to do is an exact
> prefix search: at th
On Wed, Apr 6, 2011 at 11:50 AM, findbestopensource
wrote:
> Hello daniel,
>
> The code seems to be fine. I think you are calculating the time for entire
> program which may read the data from external source and prepare the array
> list. Just calculate time only for indexing.
>
> Regards
> Aditya