Hello folks,
Let me start by saying that I am new to Lucene and Solr.
I am in the process of designing a search back-end for a system that
receives 20k documents a day and needs to keep them available for 30
days. The documents should be searchable on a free text field and on
about 8 other field
hen a query in one language is stemmed according to the
> rules of another language).
>
> Peter
>
>
>
> -Original Message-
> From: Eli K [mailto:[EMAIL PROTECTED]
> Sent: Monday, May 05, 2008 8:27 AM
> To: solr-user@lucene.apache.org
> Subject: multi-lang
ere as well.
>
> Best
> Erick
>
>
>
> On Mon, May 5, 2008 at 4:28 PM, Eli K <[EMAIL PROTECTED]> wrote:
>
> > Wouldn't this impact both indexing and search performance and the size
> > of the index?
> > It is also probable that I will have mo
nt stemming rules); and at query time you may not know
> the language. I don't think you're going to get a solution without some
> redundancy; but solving problems by adding redundant fields is a common
> method in Solr.
>
>
> Peter
>
>
> -Original Message
;
> Mike Klaas wrote:
>
> > On 5-May-08, at 1:28 PM, Eli K wrote:
> >
> >
> > > Wouldn't this impact both indexing and search performance and the size
> > > of the index?
> > > It is also probable that I will have more then one free text fi
If you only have 2 languages this approach might work for you. This
is not something I would consider with the number of languages I need
to support.
Eli
On Thu, May 8, 2008 at 5:51 AM, Gereon Steffens <[EMAIL PROTECTED]> wrote:
>
>
> > These are shards of one index and not multiple indexes. Th