Lucene In Action for lucene 2.0

2006-03-10 Thread Ernesto De Santis
Hi Erik and Otis Do you think release a new LIA edition for lucene 2.0? Regards Ernesto. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Asturian Analyzer

2005-12-20 Thread Ernesto De Santis
Hi All Exist an analyzer for Asturian language? Regards, Ernesto. -- Ernesto De Santis - Colaborativa.net La Plata, Argentina. http://www.colaborativa.net/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

highlight only one field

2005-11-11 Thread Ernesto De Santis
: *highlighter = new Highlighter(new QueryScorer(query));* but I don't say witch is the field to highlight. The another QueryScorer constructor is: *QueryScorer(WeightedTerm[] wet);* But, who I can get the terms from body field in my query? Regards Ernesto. -- Ernesto De Santis - Colaborativa.net La

Re: highlight only one field

2005-11-11 Thread Ernesto De Santis
PROTECTED] -- Ernesto De Santis - Colaborativa.net La Plata, Argentina. http://www.colaborativa.net/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: highlight only one field

2005-11-11 Thread Ernesto De Santis
in QueryTermsExtractor that calls terms.add(new WeightedTerm(..)) would be the place to test the field name then. For now you could copy QueryTermsExtractor and put an if around these lines which tests the field name for your choice of field. Cheers Mark --- Ernesto De Santis [EMAIL PROTECTED

BooleanQuery$TooManyClauses::getMessage() == null

2005-05-18 Thread Ernesto De Santis
$TooManyClauses: null Now I fix the TooManyClauses issue in my application. The e.getMessage() == null is a lucene bug? Bye Ernesto. -- Ernesto De Santis - Colaborativa.net La Plata, Argentina. http://www.colaborativa.net

Max Field Length

2005-05-06 Thread Ernesto De Santis
Hi Exist a max length for a Field value? I have problems indexing large body files. The bottom isn't indexed. Bye, Ernesto. -- Ernesto De Santis - Colaborativa.net Córdoba 1147 Piso 6 Oficinas 3 y 4 (S2000AWO) Rosario, SF, Argentina

snowball analyzer uismo issue in spanish stemmer

2005-03-16 Thread Ernesto De Santis
. this happen every times when the 'g' letter. I don't know if it is possible to fix or it produces an ambiguity. Ernesto. -- Ernesto De Santis - Colaborativa.net Córdoba 1147 Piso 6 Oficinas 3 y 4 (S2000AWO) Rosario, SF, Argentina