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
t; -Original Message- From: Furkan KAMACI Sent: Wednesday, May 29,
> 2013 10:55 AM To: solr-user@lucene.apache.org Subject: Escaping &
> character at Query
> I use Solr 4.2.1 and I analyze that keyword:
>
> kelile&dimle
>
> at admin page:
>
> WT
>
> kel
Escaping & character at Query
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/select?q=kelile\&dimle
here is what I see:
0
148
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
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/select?q=kelile\&dimle
here is what I see:
0
148
*kelile\*
I have edismax as default query parse