Using alternative scoring mechanism.

2012-12-01 Thread Eyal Ben Meir
Can one replace the basic scoring algorithm (TF/IDF) for a specific field, to use a different one? I need to compute similarity for NAME field. The regular TF/IDF is not good enough, and I want to use a Name Recognition Engine as a scorer. How can it be done? Thanks, Eyal.

RE: Adding line count to a document

2006-03-01 Thread Eyal
re file into memory and use it for both line counting and analyzing since it may be a very big file. So I'm wondering what other are doing? This is also a problem when you need to get several pieces of information from 1 file to different fields (i.e. analyze an html file and als

Adding line count to a document

2006-02-28 Thread Eyal Post
file once? Regards, Eyal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Updating existing documents in index: Solutions

2005-08-11 Thread Eyal
Run a search on "Lucene ParallelReader" in google - You'll find something Doug Cutting wrote that I believe is what you're looking for. Eyal > -Original Message- > From: John Smith [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 11, 2005 21:12 PM >

RE: QueryParser handling of backslash characters

2005-07-20 Thread Eyal
\public")); I would also suggest to add the following: String s="some.host.name\\dir+:+-!():^[]\{}~*?"; assertEquals(s,discardEscapeChar(escape(s))); Eyal > -Original Message- > From: Erik Hatcher [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 20, 2005 22:38 PM >

Using QueryParser with a single field

2005-07-19 Thread Eyal
ny other suggestions? Thanks, Eyal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]