Re: Lucene 2.3.0 and NFS

2008-04-05 Thread Rajesh parab
Hi Michael, Thanks a lot for your suggestions. I was looking at rsync; as per this link (http://samba.anu.edu.au/rsync/features.html), rsync is a file transfer program for UNIX. Is there rsync support for Windows as well? I found few rsync programs that works for Windows, but I am not sure if the

Re: document boost and omitted norms

2008-04-05 Thread Karl Wettin
Karl Wettin skrev: Michael McCandless skrev: Karl Wettin wrote: Is it so that document and field boosts are omitted together with Field#setOmitNorms? By setting lengthNorm to 1f in the Similarity for these fields and not omitting norms would fix it? > Yes and yes. I'm not sure if I do these

Re: document boost and omitted norms

2008-04-05 Thread Karl Wettin
Michael McCandless skrev: Karl Wettin wrote: Is it so that document and field boosts are omitted together with Field#setOmitNorms? By setting lengthNorm to 1f in the Similarity for these fields and not omitting norms would fix it? > Yes and yes. I'm not sure if I do these things backwards or

Re: document boost and omitted norms

2008-04-05 Thread Michael McCandless
Yes and yes. Mike Karl Wettin wrote: Is it so that document and field boosts are omitted together with Field#setOmitNorms? By setting lengthNorm to 1f in the Similarity for these fields and not omitting norms would fix it? karl ---