, 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
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
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