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 DD45E182D1 for ; Thu, 11 Jun 2015 16:14:20 +0000 (UTC) Received: (qmail 41714 invoked by uid 500); 11 Jun 2015 16:14:16 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 41651 invoked by uid 500); 11 Jun 2015 16:14:16 -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 41639 invoked by uid 99); 11 Jun 2015 16:14:16 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2015 16:14:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id DA0E8181BE0 for ; Thu, 11 Jun 2015 16:14:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.879 X-Spam-Level: ** X-Spam-Status: No, score=2.879 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id PRVjOD-tpfJX for ; Thu, 11 Jun 2015 16:14:14 +0000 (UTC) Received: from mail-oi0-f49.google.com (mail-oi0-f49.google.com [209.85.218.49]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 5F20426536 for ; Thu, 11 Jun 2015 16:14:14 +0000 (UTC) Received: by oigz2 with SMTP id z2so6563932oig.1 for ; Thu, 11 Jun 2015 09:14:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=X4PJCiDlAsintg2JG2GcLbulyAposi79BzLBdYgpqMA=; b=A7STSV9nj/ST1svZ6HWxJb2VlpWTq/+uVbdwp9R/sKQlSMsjPAmZcg+dsx8d+Q4wCt werylaFHG49kiBaN45Vd5DutMU7Huz82ijjoQzXXbuGb1OMUVyoTD4xIkKRTmm6fZXCc DbfWnht6GOfVeMsfOSnqBTOpZ3M8xcm1lvgXkaYsfyF60WbLD0pwcVhAxAt5riGd9BvQ TSSetg4dKvkO1JMdPVrmYTPDn4R5F5W/vv3mUmdPs+ky7FQN2QobfLcUrE+PL2bjLTXB JEeK45o38CR/hRpC4XsGvRhSytoePY/UvtqAPn4+PWsT4X+curEXbE8l96s6FFIvZN0q ARyw== MIME-Version: 1.0 X-Received: by 10.182.236.5 with SMTP id uq5mr8442167obc.13.1434039253807; Thu, 11 Jun 2015 09:14:13 -0700 (PDT) Received: by 10.202.67.195 with HTTP; Thu, 11 Jun 2015 09:14:13 -0700 (PDT) Date: Thu, 11 Jun 2015 12:14:13 -0400 Message-ID: Subject: Exact phrase search not working From: Mike Thomsen To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=001a11c3393a5138ee05184048d0 --001a11c3393a5138ee05184048d0 Content-Type: text/plain; charset=UTF-8 This is my field definition: Then I query for this exact phrase (which I can see in various documents) and get no results... my_field: "baltimore police force" This is the output of the debugQuery part of the result set. "rawquerystring": "\"baltimore police force\"", "querystring": "\"baltimore police force\"", "parsedquery": "PhraseQuery(search_text:\"baltimore ? police ? ? force\")", "parsedquery_toString": "search_text:\"baltimore ? police ? ? force\"", "QParser": "LuceneQParser", Thanks, Mike --001a11c3393a5138ee05184048d0--