Spellchecking - Is there a way to do this?

2009-12-06 Thread Germán Biozzoli
Hello everybody 1. Have tons of digitalized text with the logical errors in OCR process 2. Have indexed with Solr and is working OK. 3. Have added spellchecker index-based for words and phrases with the hope to offer suggestions with suspicious possible new query expressions, or related query

Re: Problem with Query Parser

2009-10-18 Thread Germán Biozzoli
Thanks Ahmet. Definitely using analyzer appears the english porter as the killer ;) Regards German On Sun, Oct 18, 2009 at 7:30 AM, AHMET ARSLAN iori...@yahoo.com wrote: Hi everybody I have a simple but (for me) annoying problem. I'm happy user of Solr 1.4 with a small collection of

Problem with Query Parser

2009-10-17 Thread Germán Biozzoli
Hi everybody I have a simple but (for me) annoying problem. I'm happy user of Solr 1.4 with a small collection of documents. Today one of the users has reported that a query returns documents that are non-pertinent to the expression. I have spanish, portuguese and english text inside the

Re: Newbie problem ordering results

2009-08-11 Thread Germán Biozzoli
Avlesh On Tue, Aug 11, 2009 at 9:52 AM, Germán Biozzoli germanbiozz...@gmail.comwrote: Hello everybody I have the following (resumed) schema:    field name=title type=text indexed=true stored=true multiValued=true/   field name=titleorder type=string indexed=true stored=true

Newbie problem ordering results

2009-08-10 Thread Germán Biozzoli
Hello everybody I have the following (resumed) schema: field name=title type=text indexed=true stored=true multiValued=true/ field name=titleorder type=string indexed=true stored=true multiValued=true/ field name=contributor type=text indexed=true stored=true multiValued=true/