also wants to store the raw data with index for searching..
On 3/28/07, Laxmilal Menaria <[EMAIL PROTECTED]> wrote:
Hello Everyone, I am Lucene.Net user and have Indexed 200 MB data with this methods, lucenedoc.Add(New Lucene.Net.Documents.Field(FiledName, fieldvalue, Lucene.Net.Documents.Field.Store.YES, Lucene.Net.Documents.Field.Index.TOKENIZED, Lucene.Net.Documents.Field.TermVector.YES)) but when I see the Index Size its show appx Double of raw data (390 MB), it is ok or any other methods for reducing the size, Ipsl suggest me asap.. Thanks in adavance, -LM
