Re: diacritics on query string

2010-08-15 Thread Yonik Seeley
On Fri, Aug 13, 2010 at 3:20 AM, Andrea Gazzarini wrote: >  Hi, > I have a problem regarding a diacritic character on my query string : > > *q=intertestualità > * > which is encoded in > > *q=intertestualit%E0 The correct encoding is q=intertestualit%C3%A0 But I can see how you may have obtained

Re: diacritics on query string

2010-08-15 Thread Yonik Seeley
Update: it looks like this (what I consider buggy) behavior is common to both firefox and IE. Both correctly encode the path part of the URL, but neither encode the query string part in UTF-8 (I believe for back compat with old buggy websites). Chrome does use UTF-8 for both. It's easy to verify

Re: uniqueKey and custom fieldType

2010-08-15 Thread j
I guess another way to pose the question is- what could cause id to no longer be respected? The last chance I made since I noticed the problem of non-unique docs was by changing field "title" from "string" to "SplitUpStuff". But I dont understand how that could affect the uniqueness of a differ

Re: uniqueKey and custom fieldType

2010-08-15 Thread Erick Erickson
The short answer is that unique keys should be s single term. String types are guaranteed to be single, since they aren't analyzed. Your SplitUpStuff type *does* analyze terms, and can make multiple tokens out of single strings via WordDelimterFactory. A common error when thinking about the "strin

Re: uniqueKey and custom fieldType

2010-08-15 Thread j
Hi Erick, thanks- your explanation makes sense. But how then, do I make my unique field useful in terms of searching. If I have a unique column id with value: sometexthere-1234567 and want it match the query '1234567', I need to use an analyzer to split up the parts around the hyphen/dash. I gues

RE: Re: uniqueKey and custom fieldType

2010-08-15 Thread Markus Jelsma
copyField it to an analyzed field will do the trick.   -Original message- From: j Sent: Sun 15-08-2010 20:30 To: solr-user@lucene.apache.org; Subject: Re: uniqueKey and custom fieldType Hi Erick, thanks- your explanation makes sense. But how then, do I make my unique field useful in ter

maxMergeDocs and performance tuning

2010-08-15 Thread Andrew Clegg
Hi, I'm a little confused about how the tuning params in solrconfig.xml actually work. My index currently has mergeFactor=25 and maxMergeDocs=2147483647. So this means that up to 25 segments can be created before a merge happens, and each segment can have up to 2bn docs in, right? But this pag

question: havnig multiple solrCloud configuration on the same machine

2010-08-15 Thread Yatir Ben Shlomo
Hi! I am using solrCloud with tomcat5.5 in my setup every lanugage has an its own index and its own solr filters so it needs a seprated solr configuration files. in solrCLoud examples posted here : http://wiki.apache.org/solr/SolrCloud I noticed that bootstrap_confdir is a given as global -D para