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 3B1FB10CEE for ; Tue, 2 Dec 2014 14:43:39 +0000 (UTC) Received: (qmail 74334 invoked by uid 500); 2 Dec 2014 14:43:34 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 74267 invoked by uid 500); 2 Dec 2014 14:43:34 -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 74255 invoked by uid 99); 2 Dec 2014 14:43:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Dec 2014 14:43:34 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of arafalov@gmail.com designates 209.85.192.176 as permitted sender) Received: from [209.85.192.176] (HELO mail-pd0-f176.google.com) (209.85.192.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Dec 2014 14:43:30 +0000 Received: by mail-pd0-f176.google.com with SMTP id y10so13246283pdj.35 for ; Tue, 02 Dec 2014 06:42:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=a8RAzZTAox0b3pXe6DN+HP33LxBFdF3hoiQ4NCPrWOE=; b=ObKKL0BGGBzPWzJwy85Ggx6DJJWVllM38IEAVYTzanG8XDy+x3qoxcmhYvzsMFCODb icU3xHx4coNgr/z11SOfNqgVgRlZUZcy9pHq27gplgV4h+MnR5NuSZmZqxz/pAkBE3hp J7+hlcUiOxrF5lOPn0D7aM1mH5hJt26JzsZLkAxk4LW4u62e/QN5mi/Ataa8wV6CKmJW mbyFTGKyuCUxiPJG1MGEMhQyX4az32SbVE88n9rlLFh8X6IWB41m3GuT3cX56w6ciMkh qUTd+nPqzXogKqtd9B64lyXT/1pB8bYlGliKbWCYKbubuev2WYbWnZ4EQS+MTWxt4ThC V5RQ== X-Received: by 10.69.16.69 with SMTP id fu5mr6072571pbd.159.1417531344301; Tue, 02 Dec 2014 06:42:24 -0800 (PST) MIME-Version: 1.0 Received: by 10.66.153.194 with HTTP; Tue, 2 Dec 2014 06:41:44 -0800 (PST) In-Reply-To: <1417530001866-4172105.post@n3.nabble.com> References: <1417450824084-4171854.post@n3.nabble.com> <1417508157023-4172031.post@n3.nabble.com> <1417530001866-4172105.post@n3.nabble.com> From: Alexandre Rafalovitch Date: Tue, 2 Dec 2014 09:41:44 -0500 Message-ID: Subject: Re: Start With and contain search To: solr-user Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Well, if all you are doing is substring searches, then Solr could be an overkill. But if you doing a search and then want to do faceting or additional query, then Solr is a good bet. And yes, it can do it, you just need to really understand your input patterns and what you want to find with them. Regards, Alex. Personal: http://www.outerthoughts.com/ and @arafalov Solr resources and newsletter: http://www.solr-start.com/ and @solrstart Solr popularizers community: https://www.linkedin.com/groups?gid=6713853 On 2 December 2014 at 09:20, melb wrote: > Yes this is exactly what I am trying to do but with less extended database > can I do it with solr? > rgds, > > > > -- > View this message in context: http://lucene.472066.n3.nabble.com/Start-With-and-contain-search-tp4171854p4172105.html > Sent from the Solr - User mailing list archive at Nabble.com.