Re: WordNet code updated, now with query expansion -- Re: SYNONYM + GOOGLE

2005-01-12 Thread Daniel Naber
On Wednesday 12 January 2005 01:47, David Spencer wrote: Amusingly then, documents with the terms liberal wienerwurst match big dog! :) There's something like frequency information in WordNet, it could probably be used to ignore the uncommon meanings. Regards Daniel --

Searching a document for a keyword

2005-01-12 Thread Swati Singhal
Hi, I'm new to Lucene and also this forum. I have a txt file, which contains the path to jpg files. These jpg files are organized into folders. My search is limited to searching only this txt file. So when i search based on a folder name, a match is found in the txt file, but i want it to

Re: Searching a document for a keyword

2005-01-12 Thread Erik Hatcher
On Jan 12, 2005, at 4:13 AM, Swati Singhal wrote: I have a txt file, which contains the path to jpg files. These jpg files are organized into folders. My search is limited to searching only this txt file. So when i search based on a folder name, a match is found in the txt file, but i want it to

RE: QUERYPARSIN BOOSTING

2005-01-12 Thread Karthik N S
Hi Guys Apologies... If somebody's is been closely watching GOOGLE, It boost's WEBSITES for payed category sites based on search words. Can This [ boost the Full WEBSITE ] be achieved in Lucene's search based on searchword If So Please Explain /examples ???. with regards karthik

Re: QUERYPARSIN BOOSTING

2005-01-12 Thread Erik Hatcher
On Jan 12, 2005, at 5:30 AM, Karthik N S wrote: If somebody's is been closely watching GOOGLE, It boost's WEBSITES for payed category sites based on search words. Do you have an example of this? My understanding is Google *separates* the display of sponsored sites and ad links (like the one a

HELP! Directory is NOT getting closed!

2005-01-12 Thread Joseph Ottinger
*sigh* Yet again, I apologize. I'm generating altogether too much traffic here lately! I'm stuck. I have a custom Directory, and I *need* a callback point so I can clean up. There's a method for this: Directory.close(), which I've overridden. It never gets called! According to IndexWriter.java,

Re: HELP! Directory is NOT getting closed!

2005-01-12 Thread Morus Walter
Joseph Ottinger writes: According to IndexWriter.java, line 246 (in 1.4.3's codebase), if closeDir is set, it's supposed to close the directory. That's fine - but that leads me to believe that for some reason, closeDir is *not* set. Why? Under what circumstances would this not be true, and

Re: HELP! Directory is NOT getting closed!

2005-01-12 Thread Joseph Ottinger
On Wed, 12 Jan 2005, Morus Walter wrote: Joseph Ottinger writes: According to IndexWriter.java, line 246 (in 1.4.3's codebase), if closeDir is set, it's supposed to close the directory. That's fine - but that leads me to believe that for some reason, closeDir is *not* set. Why? Under

Performance hits using MultiSearcher?

2005-01-12 Thread asteigerwalt
I am pretty new to Lucene. In my situation, there will be one, most likely, fairly large index, and over time a trickle of smaller indexes being created that could eventually number into the hundreds. Does using MultiSearcher to search against all these separate indexes impose a performance

RE: QUERYPARSIN BOOSTING

2005-01-12 Thread Chuck Williams
Google has natural results on the left and sponsored results on the right. I do not believe the natural results are affected by paid keywords at all. What you seem to be describing is the behavior of the sponsored results, which I believe are explicitly attached to certain keywords. The same