From solr-user-return-39818-apmail-lucene-solr-user-archive=lucene.apache.org@lucene.apache.org Mon Aug 16 17:09:14 2010 Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 6136 invoked from network); 16 Aug 2010 17:09:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Aug 2010 17:09:13 -0000 Received: (qmail 84134 invoked by uid 500); 16 Aug 2010 17:09:11 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 84091 invoked by uid 500); 16 Aug 2010 17:09:10 -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 84083 invoked by uid 99); 16 Aug 2010 17:09:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Aug 2010 17:09:10 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mikerthomsen@gmail.com designates 74.125.83.176 as permitted sender) Received: from [74.125.83.176] (HELO mail-pv0-f176.google.com) (74.125.83.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Aug 2010 17:09:04 +0000 Received: by pvg3 with SMTP id 3so2776210pvg.35 for ; Mon, 16 Aug 2010 10:08:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=UPewiM5obJLe/tK7aqEKMKYxCkBg/gto6ZKqy1GJuEc=; b=Fdd19MZS+0MQszVY7+O2gt/CXBrQVICPpm85MG6JqKhVgDiGu2jjnxzpAVRAWxjZXV BRfme++S7TOzXOGKlPi4p9jTuWpuxoHuqrHPb8aCtYpODZC5jDMFxZf3LBjdjQGK77sy 3RVMe9xX/Aw8xSzfjADfL6xYHDV8iGXexzzxM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=TSneHzUifiqTeKRt3p2Sw8KFWCqkJE+YKvEEzEoPXtndxGUZj4ugJIs5MJ304KaR/C IKkWlE8bxwGTDoLt1fuOioOlx4JoxJPLV8kD+mV1dbXX9RfBCGxEbDeqZ882iv93Cn5A Ao9KNRiwXctmAB49nXEWVSnOLdP5J/6dZPwQk= MIME-Version: 1.0 Received: by 10.142.226.18 with SMTP id y18mr4686586wfg.239.1281978523542; Mon, 16 Aug 2010 10:08:43 -0700 (PDT) Received: by 10.231.49.66 with HTTP; Mon, 16 Aug 2010 10:08:43 -0700 (PDT) Date: Mon, 16 Aug 2010 13:08:43 -0400 Message-ID: Subject: Newbie question about search behavior From: Mike Thomsen To: solr-user@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 Is it possible to set up Lucene to treat a keyword search such as title:News implicitly like title:News* so that any title that begins with News will be returned without the user having to throw in a wildcard? Also, are there any common filters and such that are generally considered a good practice to throw into the schema for an English-language website? Thanks, Mike