Re: Regarding Setup Lucine for my site

2003-03-06 Thread Leo Galambos
> > 1. 2 threads per request may improve speed up to 50% > Hmm? Could you clarify? During indexing, multithreading may speed things > up (splitting docs to index in 2 or more sets, indexing separately, combining > indexing). But... isn't that a good thing? Or are you saying that it'd be good > to

Re: Regarding Setup Lucine for my site

2003-03-06 Thread Velázquez
For all beginers (as I can tell), I found this URL and I thougth you may want to check it out: http://www.onjava.com/pub/a/onjava/2003/03/05/lucene.html Regards! Samuel Alfonso Velázquez Díaz http://www.geocities.com/samuelvd [EMAIL PROTECTED] - Do you Yahoo!?

Re: Regarding Setup Lucine for my site

2003-03-05 Thread Tatu Saloranta
On Wednesday 05 March 2003 13:35, Leo Galambos wrote: > > I'm all eyes and I'm a serious grown-up with good manners :) > > Constructive suggestions for improvement are always welcome. > First a disclaimer: I don't mean to sound too negative. I'm genuinely curious about many of the issues you ment

Re: Regarding Setup Lucine for my site

2003-03-05 Thread Leo Galambos
> > On the other hand, if you extend Lucene with your hacks, you will > > find out > > that the model of Lucene is unknown and many parts are hard-coded. It > > boosts speed, but it disallows future enhancements (I could name the > > parts, I hope we do not start flamewar here). > > I'm all eyes a

Re: Regarding Setup Lucine for my site

2003-03-05 Thread Otis Gospodnetic
> On the other hand, if you extend Lucene with your hacks, you will > find out > that the model of Lucene is unknown and many parts are hard-coded. It > boosts speed, but it disallows future enhancements (I could name the > parts, I hope we do not start flamewar here). I'm all eyes and I'm a serio

Re: Regarding Setup Lucine for my site

2003-03-05 Thread Leo Galambos
> org.apache.lucene.demo.IndexHTML wich was provided with the > documentation. Is there any problem using this demo class for a web > production site? I'm an application developer and it would be hard to > understand the hole lucene code to use it. It would be almost imposible You can use it, but:

Re: Regarding Setup Lucine for my site

2003-03-05 Thread Leo Galambos
On Tue, 4 Mar 2003, Otis Gospodnetic wrote: > Even if you could replace C:\. with http:// it wouldn't be a > good solution, as directory structures and file paths do not always map > directly to URLs. Yes, but it is not the case of Samuel's configuration and 99.99% of others. The fact i

Re: Regarding Setup Lucine for my site

2003-03-05 Thread Velázquez
when > you get the results back from Lucene (the hits) it's up to you to > format > them to display on a web page - you can always do the modification > there > when you display the links to the results. > > Jeff > - Original Message - > From: "Samuel Alfon

Re: Regarding Setup Lucine for my site

2003-03-05 Thread Catalin
hi there all ! the .zip is available (by request) at: http://dev.cabanova.ro/java/lucene/ have fun ! Catalin - Original Message - From: maurits van wijland To: Lucene Users List Sent: Wednesday, March 05, 2003 6:17 PM Subject: Re: Regarding Setup Lucine for my site

Re: Regarding Setup Lucine for my site

2003-03-05 Thread maurits van wijland
Catalin, could you send me a zip file with your implementation? Thanks, maurits - Original Message - From: "Catalin" <[EMAIL PROTECTED]> To: "Lucene Users List" <[EMAIL PROTECTED]> Sent: Wednesday, March 05, 2003 10:26 AM Subject: Re: Regarding Setup Lu

Re: Regarding Setup Lucine for my site

2003-03-05 Thread Pinky Iyer
ve fun ! Catalin - Original Message - From: Samuel Alfonso Velázquez Díaz To: Lucene Users List Sent: Wednesday, March 05, 2003 3:16 AM Subject: Re: Regarding Setup Lucine for my site Yes I have 1.- The directory with the files to index: C:/filesToIndex/www/ 2.- A path where the index

Re: Regarding Setup Lucine for my site

2003-03-05 Thread Velázquez
Hi, I'd like to take a look at the webapp war file or zip tarball for wsearch and indexer crawling Catalin <[EMAIL PROTECTED]> wrote:.. for crawling: http://cvs.cabanova.ro/viewcvs.cgi/indexer/ for webapp: http://cvs.cabanova.ro/viewcvs.cgi/wsearch/ running online: http://www.anet.ro/searc

Re: Regarding Setup Lucine for my site

2003-03-05 Thread Eric Anderson
s the prefix that the index will keep > > on the hit list. This way the index will be relative to > > http://localhost:8080. Even if your production site may be an other > > site. > > Thanks for your comments, any way now I know that I have to modify > > code to do this

Re: Regarding Setup Lucine for my site

2003-03-05 Thread Catalin
display the links to the results. Jeff - Original Message - From: "Samuel Alfonso Velázquez Díaz" To: "Lucene Users List" Sent: Tuesday, March 04, 2003 11:33 AM Subject: Regarding Setup Lucine for my site > > The documentation says: > >

Re: Regarding Setup Lucine for my site

2003-03-04 Thread Otis Gospodnetic
understand what you are asking, but > when > you get the results back from Lucene (the hits) it's up to you to > format > them to display on a web page - you can always do the modification > there > when you display the links to the results. > > Jeff > - Original Me

Re: Regarding Setup Lucine for my site

2003-03-04 Thread Velázquez
zquez Díaz" To: "Lucene Users List" Sent: Tuesday, March 04, 2003 11:33 AM Subject: Regarding Setup Lucine for my site > > The documentation says: > > Once you've gotten this far you're probably itching to go. Let's start by creating

Re: Regarding Setup Lucine for my site

2003-03-04 Thread Jeff Linwood
d a server name here if you needed to Hope this helps, Jeff - Original Message - From: "Pinky Iyer" <[EMAIL PROTECTED]> To: "Lucene Users List" <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 2:24 PM Subject: Re: Regarding Setup Lucine for my site > >

Re: Regarding Setup Lucine for my site

2003-03-04 Thread Pinky Iyer
format them to display on a web page - you can always do the modification there when you display the links to the results. Jeff - Original Message - From: "Samuel Alfonso Velázquez Díaz" To: "Lucene Users List" Sent: Tuesday, March 04, 2003 11:33 AM Subject: Regardi

Re: Regarding Setup Lucine for my site

2003-03-04 Thread Velázquez
it's up to you to format them to display on a web page - you can always do the modification there when you display the links to the results. Jeff - Original Message - From: "Samuel Alfonso Velázquez Díaz" To: "Lucene Users List" Sent: Tuesday, March 04, 2003 11:3

Re: Regarding Setup Lucine for my site

2003-03-04 Thread Jeff Linwood
al Message - From: "Samuel Alfonso Velázquez Díaz" <[EMAIL PROTECTED]> To: "Lucene Users List" <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 11:33 AM Subject: Regarding Setup Lucine for my site > > The documentation says: > > Once you've go

Regarding Setup Lucine for my site

2003-03-04 Thread Velázquez
The documentation says: Once you've gotten this far you're probably itching to go. Let's start by creating the index you'll need for the web examples. Since you've already set your classpath in the previous examples, all you need to do is type "java org.apache.lucene.demo.IndexHTML -create -in