Re: Step by step tutorial for multi-language indexing and search

2010-10-27 Thread Lance Norskog
Yes, you can declare each field with the Spanish, French, etc. types. The _t and other types are "dynamic" and don't have to be declared. This feature is generally used when you have hundreds or thousands of fields. It is more clear to declare your fields. You're right- that error should not b

Re: Step by step tutorial for multi-language indexing and search

2010-10-24 Thread Jakub Godawa
Hi Erick, thanks for your help! I need some technical help though... let me put it that way: 1. I deleted everything in index with: curl http://localhost:8983/solr/update -F stream.body=' *:*' curl http://localhost:8983/solr/update -F stream.body=' ' 2. I created 2 documents with fields: name_en

Re: Step by step tutorial for multi-language indexing and search

2010-10-20 Thread Erick Erickson
See below: But also search the archives for multilanguage, this topic has been discussed many times before. Lucid Imagination maintains a Solr-powered (of course) searchable list at: http://www.lucidimagination.com/search/ On Wed, Oct 20, 2010 at 9:03 AM

Re: Step by step tutorial for multi-language indexing and search

2010-10-20 Thread Pradeep Singh
Here's what I would do - Search all the fields everytime regardless of language. Use one handler and specify all of these in "qf" and "pf". question_en, answer_en, question_fr, answer_fr, question_pl, answer_pl Individual field based analyzers will take care of appropriate tokenization and you w

Re: Step by step tutorial for multi-language indexing and search

2010-10-20 Thread Jakub Godawa
’ mistakes, so you do not have to make them > yourself. from ' > http://blogs.techrepublic.com.com/security/?p=4501&tag=nl.e036' > > EARTH has a Right To Life, > otherwise we all die. > > > --- On Wed, 10/20/10, Jakub Godawa wrote: > > > From: Jakub

Re: Step by step tutorial for multi-language indexing and search

2010-10-20 Thread Dennis Gearon
EARTH has a Right To Life, otherwise we all die. --- On Wed, 10/20/10, Jakub Godawa wrote: > From: Jakub Godawa > Subject: Step by step tutorial for multi-language indexing and search > To: solr-user@lucene.apache.org > Date: Wednesday, October 20, 2010, 6:03 AM > Hi e

Step by step tutorial for multi-language indexing and search

2010-10-20 Thread Jakub Godawa
Hi everyone! (my first post) I am new, but really curious about usefullness of lucene/solr in documents search from the web applications. I use Ruby on Rails to create one, with plugin "acts_as_solr_reloaded" that makes connection between web app and solr easy. So I am in a point, where I know th