Re: Weighted Search by Field using MultiFieldQueryParser

2003-06-17 Thread Tatu Saloranta
On Tuesday 17 June 2003 05:43, Kevin L. Cobb wrote: I have an index that has three fields in it. When I do a search using MultiFieldQueryParser, the search applies the same importance (weight) to each of the fields. BUT, what if I want to apply a different weight to each field, i.e. I want to

RE: Weighted Search by Field using MultiFieldQueryParser

2003-06-17 Thread Otis Gospodnetic
Ah! Sorry about confusion. Otis --- Kevin L. Cobb [EMAIL PROTECTED] wrote: Yes . . . but you suggested that I post it to the User group (as opposed to the Dev group). ~ Kevin L Cobb, MT(ASCP), SCJP2 Senior Software Engineer Emergint, Inc. 501 E Broadway,

Any tools to detect language of document

2003-06-17 Thread Randy Darling
I am attempting to come up with an automated way to select which language analyzer to use on a document. Anyone know of any algorithms available to detect what language the document may be written in? Are there any special Analyzers that attempt to support multiple languages? Thanks, Randy