Hello, I am facing an issue for multivalued fields in lucene I am generating lucene doc , where page is multivalued . So my doc will be like this having more than n fields( which can be more than 1500 also ..) per doc in case page attribute Example 12345 A title My description page1 Page 2 . . .n Will this structure can give a performance hit..?? as number of fields ar dynamic for every doc..and can be huge. Actually I am using same structure in clucene and its running awesome. Bt lucene , is taking huge performance hit Specially in . "Document D = searcher.doc(hits[i].doc); " Regards Suman