Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 60631ECA0 for ; Wed, 29 May 2013 15:06:04 +0000 (UTC) Received: (qmail 45692 invoked by uid 500); 29 May 2013 15:06:00 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 45523 invoked by uid 500); 29 May 2013 15:06:00 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 45505 invoked by uid 99); 29 May 2013 15:06:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 May 2013 15:06:00 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of furkankamaci@gmail.com designates 209.85.219.45 as permitted sender) Received: from [209.85.219.45] (HELO mail-oa0-f45.google.com) (209.85.219.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 May 2013 15:05:55 +0000 Received: by mail-oa0-f45.google.com with SMTP id j6so11802662oag.18 for ; Wed, 29 May 2013 08:05:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=FTM946PuyqsjAvAgGbyrCLbbFuCFv3n5/LYZLHsZ05o=; b=NWbYrn6b27HuI7CvEIVaZGLRqrZ6ICVNBViPGLbPyAVaMvNjXEO25H9tsr91TIZkvj WCfacffVlOqVJfAEWtNzUoG4w0u959R3ooi19XNak8kqMyMuCyDjiDdLVA9dK3BnMsVC 4XbhCKNg1R9g7NKIruoBsCGRjond+KwFyFySRo/iWvdnbm6PfXnGSxZdUa1blJlmVEyd gg6tX4PWgzSX6LbCRUU2G5/DpqrWrQbL+Qn5lKBhSdblJDoTJFShbPRjfBxqOROF6kW9 UoGqla/5EeEhsWA06LJE6wfZZeXNUMXKS/1fik+k46SErgqEqNTDHKw3LAlbduhQqP/c 29+g== MIME-Version: 1.0 X-Received: by 10.60.56.17 with SMTP id w17mr1766821oep.142.1369839934514; Wed, 29 May 2013 08:05:34 -0700 (PDT) Received: by 10.76.173.197 with HTTP; Wed, 29 May 2013 08:05:34 -0700 (PDT) In-Reply-To: References: Date: Wed, 29 May 2013 18:05:34 +0300 Message-ID: Subject: Re: Escaping & character at Query From: Furkan KAMACI To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=001a11c20eccb22d7804dddcb68f X-Virus-Checked: Checked by ClamAV on apache.org --001a11c20eccb22d7804dddcb68f Content-Type: text/plain; charset=ISO-8859-1 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: > > > > 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 parser. How can I escape that "&" > > character, why it doesn't like that?: > > > > kelile\&dimle > > > > Any ideas? > > > --001a11c20eccb22d7804dddcb68f--