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
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
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
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
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
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
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
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