Hi, we have 2 portals in out DNN installation, on first portal search goes fine, but on second portal the search does not result any records.
We have tryed to rebuild the index, the operation seems to be ok, but the search not work.
Opening the index with Luke says "read past EOF"
On DMX search log found on Portals\_default\DMX\Log\SEARCH-2010-06.log some exception found:
08 16.40.53 E: 7 Exception: read past EOF
in Bring2mind.Lucene.Net.Store.BufferedIndexInput.Refill()
in Bring2mind.Lucene.Net.Store.BufferedIndexInput.ReadByte()
in Bring2mind.Lucene.Net.Store.IndexInput.ReadInt()
in Bring2mind.Lucene.Net.Index.SegmentTermEnum..ctor(IndexInput i, FieldInfos fis, Boolean isi)
in Bring2mind.Lucene.Net.Index.TermInfosReader..ctor(Directory dir, String seg, FieldInfos fis)
in Bring2mind.Lucene.Net.Index.SegmentReader.Initialize(SegmentInfo si)
in Bring2mind.Lucene.Net.Index.SegmentReader.Get(Directory dir, SegmentInfo si, SegmentInfos sis, Boolean closeDir, Boolean ownDir)
in Bring2mind.Lucene.Net.Index.IndexWriter.MergeSegments(Int32 minSegment, Int32 end)
in Bring2mind.Lucene.Net.Index.IndexWriter.FlushRamSegments()
in Bring2mind.Lucene.Net.Index.IndexWriter.Close()
in Bring2mind.DNN.Modules.DMX.Services.Search.LuceneSearchProvider.LuceneSearchProvider.AddDocument(EntryInfo Entry)
Thanks,
Diego