Modify demo jar files, build question

2002-11-01 Thread Brian Cuttler
Hello. I've installed ant 1.5.1 on Solaris 8 so that I could modify the demo jar files that come with Lucene 1.2. I've made a small modification to IndexHTML.java which is under /lucene-1.2-src/src/demo/org/apache/lucene/demo, I've modified the code to exclude the indexing of the .txt files. I

Re: Working with a Distributed System

2002-11-01 Thread Ype Kingma
On Friday 01 November 2002 15:05, Rob Outar wrote: All, I have what I think is an interesting problem. I am working on a distributed system where all repositories on each node have to be kept in sync. I am using Lucene on each node to index the data. Users are allowed to associate

Re: Working with a Distributed System

2002-11-01 Thread Otis Gospodnetic
That is the approach I took at my previous job, which involved some Lucene work. I used sdist, to securely distribute the whole index (the whole dir with index files) to a number of remote machines. This may not work well if indices need to constantly be in sync, and if the index can be modified

Re: Query Boosting

2002-11-01 Thread Harpreet S Walia
Hi , I am expecting my index to go into millions(5-10) of documnets very soon , so would using a limiting filter pose any problems for such kind of a index. Thanks And Regards, Harpreet - Original Message - From: Ype Kingma [EMAIL PROTECTED] To: Lucene Users List [EMAIL PROTECTED];

Re: Working with a Distributed System

2002-11-01 Thread Otis Gospodnetic
That sounds like a potentially nice piece of software for Lucene Sandbox contributions area. Thanks. Otis --- Paul [EMAIL PROTECTED] wrote: My initial reaction to the first post was to use rsync too. I was about to post that, when I read Ype's post. ;-) Another option is to do what we're

Score calculation

2002-11-01 Thread Harpreet S Walia
Can Anyone please tell me where does the score calulation take place in the lucene api. TIA, Regards , Harpreet