So, make it:
solr/select?q="kelile%26dimle"
-- Jack Krupansky
-Original Message-
From: Carlos Bonilla
Sent: Wednesday, May 29, 2013 11:39 AM
To: solr-user@lucene.apache.org
Subject: Re: Escaping & character at Query
Hi, I meant:
solr/select?q="kelile&di
Hi, I meant:
solr/select?q="kelile&dimle"
Cheers.
2013/5/29 Jack Krupansky
> You need to UUEncode the & with %26:
>
> ...solr/select?q=kelile%**26dimle
>
> Normally, & introduces a new URL query parameter in the URL.
>
> -- Jack Krupansky
>
> -Original Message- From: Furkan KAMACI Se
You need to UUEncode the & with %26:
...solr/select?q=kelile%26dimle
Normally, & introduces a new URL query parameter in the URL.
-- Jack Krupansky
-Original Message-
From: Furkan KAMACI
Sent: Wednesday, May 29, 2013 10:55 AM
To: solr-user@lucene.apache.org
Subject: Escaping & char
When I write:
solr/select?q="kelile\&dimle"
it still says:
*"kelile\*
2013/5/29 Carlos Bonilla
> Hi,
> try with double quotation marks (" ").
>
> Carlos.
>
>
> 2013/5/29 Furkan KAMACI
>
> > I use Solr 4.2.1 and I analyze that keyword:
> >
> > kelile&dimle
> >
> > at admin page:
> >
> >
Hi,
try with double quotation marks (" ").
Carlos.
2013/5/29 Furkan KAMACI
> I use Solr 4.2.1 and I analyze that keyword:
>
> kelile&dimle
>
> at admin page:
>
> WT
>
> kelile&dimle
>
> SF
>
> kelile&dimle
>
> TLCF
>
> kelile&dimle
>
> However when I escape that charter and search it:
>
> solr