Dear lucene folks,

we have 3 indicees a la 10 mio documents.
All indicees are accessed via one MultiReader.
For the the first hits of a query we call:
FieldCache.DEFAULT.getStrings(reader, field);

After start querying the first 10 queries seems to hang in the getStrings()-method, then the the jvm crashes silently...
Any clue what the problem could be ?

best regards
Johannes


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to