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 ex

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 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 documents. Tod

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 collectio

Obtaining facets without query

2009-09-16 Thread Germán Biozzoli
Hello everybody I think that is a dumb question, but I can't find the way to obtain some facets without an specific query, what I need is what is implemented for instance in blacklight's OPAC, a first screen that shows most common document types, most common subjects, most common etc. I'm planning

Re: Newbie problem ordering results

2009-08-11 Thread Germán Biozzoli
cher.java:242) at org.apache.lucene.search.Searcher.search(Searcher.java:173) at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:988) at Thanks a lot German On Tue, Aug 11, 2009 at 1:56 AM, Avlesh Singh wrote: > Can you please post the fieldType definition for the "stri

Newbie problem ordering results

2009-08-10 Thread Germán Biozzoli
Hello everybody I have the following (resumed) schema: . ... I use for instance contributor for searching, contributorfacet for faceting and order for ordering results, but when I try to order using contributororder, Solr says that cannot order by a tokeni