RE: performance issues in multivalued fields

2011-03-07 Thread suman.holani
, March 07, 2011 5:50 PM To: java-user@lucene.apache.org Subject: Re: performance issues in multivalued fields You have to describe in detail what "taking a huge performance hit" means, there's not much to go on here... But in general, adding N elements to a mutli-valued field isn

Re: performance issues in multivalued fields

2011-03-07 Thread Erick Erickson
You have to describe in detail what "taking a huge performance hit" means, there's not much to go on here... But in general, adding N elements to a mutli-valued field isn't a problem at all. This bit of code: Document D = searcher.doc(hits[i].doc); is very suspicious. Does your cLucene version h

performance issues in multivalued fields

2011-03-07 Thread suman.holani
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