Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 14789 invoked from network); 5 Jan 2011 15:47:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Jan 2011 15:47:57 -0000 Received: (qmail 16043 invoked by uid 500); 5 Jan 2011 15:47:54 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 15598 invoked by uid 500); 5 Jan 2011 15:47:51 -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 15582 invoked by uid 99); 5 Jan 2011 15:47:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jan 2011 15:47:49 +0000 X-ASF-Spam-Status: No, hits=2.3 required=10.0 tests=FREEMAIL_FROM,RFC_ABUSE_POST,SPF_SOFTFAIL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of vetteparty@hotmail.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jan 2011 15:47:44 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.69) (envelope-from ) id 1PaVa7-0005sW-Sd for solr-user@lucene.apache.org; Wed, 05 Jan 2011 07:47:23 -0800 Date: Wed, 5 Jan 2011 07:47:23 -0800 (PST) From: PeterKerk To: solr-user@lucene.apache.org Message-ID: <1294242443870-2199269.post@n3.nabble.com> Subject: Searching similar values for same field results in different results MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Something weird is happening. I have locations that can have 1 or more themes. A theme can be: "Kasteel en Landgoed", or a theme can be "Strand en Zee" I checked in the database, there are many locations that have 1 or more of these themes assigned to it. Also in the response xml when I do a general search I get: 366 153 <----- 153 found 16 <----- 16 found When I request this: http://localhost:8983/solr/db/select/?indent=on&facet=true&fq=themes:%22Strand%20en%20Zee%22&q=*:*&fl=id,title I get 16 results. Which is expected. When I request this: http://localhost:8983/solr/db/select/?indent=on&facet=true&fq=themes:%22Kasteel%20en%20Landgoed%22&q=*:*&fl=id,title I get 0 results!!! why?!? definition in schema.xml: Why are these results differing? -- View this message in context: http://lucene.472066.n3.nabble.com/Searching-similar-values-for-same-field-results-in-different-results-tp2199269p2199269.html Sent from the Solr - User mailing list archive at Nabble.com.