Storage of norms array

2007-10-09 Thread Narendra yadala
Hi All Currently I am using document.setBoost for setting a boost proportionate to some other parameter. For ex: p is my parameter whose value is 5.0f I am using document.setBoost(p) for making this p as a boost for this document. But since document.boost gets encoded inside norms array, so I am f

Re: Lucene indexing error

2007-10-08 Thread Narendra yadala
Thanks very much for the information. I did not include the other portion of the stack trace because it was totally belonging to Jackrabbit library. Now I guess the problem is due to the fact that Jackrabbit's latest version is using Lucene 2.0 for its indexing purposes. So I will search some patch

Re: Lucene indexing error

2007-10-08 Thread Narendra yadala
lly in linux lucene lock information file is create in /tmp > directory. > Delete the lock file to unlock the lucene index and index can be used > again. > > > On 10/8/07, Narendra yadala <[EMAIL PROTECTED]> wrote: > > > > I think this bug is related to the one pos

Re: Lucene indexing error

2007-10-08 Thread Narendra yadala
I think this bug is related to the one posted on Lucene JIRA: http://issues.apache.org/jira/browse/LUCENE-665 Please let me know if there is any solution to this bug of Lucene. Thanks Narendra On 10/8/07, Joe Attardi <[EMAIL PROTECTED]> wrote: > > On 10/8/07, Narendra yadala <[

Re: Lucene indexing error

2007-10-08 Thread Narendra yadala
I do have permission to access Lucene files. They reside on my local machine. But still this is giving the error.I am using Windows XP operationg system. Regards Narendra On 10/8/07, Joe Attardi <[EMAIL PROTECTED]> wrote: > > On 10/8/07, Narendra yadala <[EMAIL PROTECTED]> w

Re: Lucene indexing error

2007-10-08 Thread Narendra yadala
Wettin <[EMAIL PROTECTED]> wrote: > > > 8 okt 2007 kl. 15.58 skrev Narendra yadala: > > > Hi All > > > > I am getting this error when I am doing Indexing using Lucene. > > java.io.IOException: Access is denied on > > java.io.WinNTFileSystem.createFileEx

Lucene indexing error

2007-10-08 Thread Narendra yadala
Hi All I am getting this error when I am doing Indexing using Lucene. java.io.IOException: Access is denied on java.io.WinNTFileSystem.createFileExclusively Please let me know if there is any fix for this bug. Thanks Narendra