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 C02EDE247 for ; Wed, 30 Jan 2013 05:56:10 +0000 (UTC) Received: (qmail 73510 invoked by uid 500); 30 Jan 2013 05:56:07 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 73395 invoked by uid 500); 30 Jan 2013 05:56:05 -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 73356 invoked by uid 99); 30 Jan 2013 05:56:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2013 05:56:03 +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 abhishek.tiwari.tek@gmail.com designates 209.85.214.177 as permitted sender) Received: from [209.85.214.177] (HELO mail-ob0-f177.google.com) (209.85.214.177) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2013 05:55:57 +0000 Received: by mail-ob0-f177.google.com with SMTP id wc18so1244765obb.8 for ; Tue, 29 Jan 2013 21:55:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=bmaIWvjoQwUeyWsDinlyF2z98FJOWYcMwk47lszS42A=; b=AIFzE6Fqli6bGNYxDsg6NmqtwVmPO8xuQ4DFC/sTENPM1GzBh7trHcPkJTO9pgSPIH bWZsd7TBjMCzoZHOWH4NKR2NV0xulssCzbsSfpY6ZfRxpC8iUj/q5pTpTAm6v5f0+5bc wew1ikEnbFTfz5HMI8UNk5Hy8eyIcL22RIL0yIRpOcgp1i/IsYDzbDoYVaKb4KFfc5dt AIjClISJpC1aToVQj77jW2voztkZhqnHG4vSb3yR1frVy5NxszQogfqsaTCXUwIB/707 5k1mkYdqSVhmn6vPUtfYykl5WfBBMsYpkAjmDWg8K6Nw3iE2ZrrfRAG/BqZu3mwOoByo 8P/A== MIME-Version: 1.0 X-Received: by 10.60.171.230 with SMTP id ax6mr2755139oec.25.1359525336552; Tue, 29 Jan 2013 21:55:36 -0800 (PST) Received: by 10.76.25.200 with HTTP; Tue, 29 Jan 2013 21:55:36 -0800 (PST) Date: Wed, 30 Jan 2013 11:25:36 +0530 Message-ID: Subject: help to build query From: Abhishek tiwari To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=bcaec550b2e4bf940704d47b28d4 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec550b2e4bf940704d47b28d4 Content-Type: text/plain; charset=ISO-8859-1 want to execute queries like : a) cat in location1 , location2 b) cat 1 and cat2 in location1 ,loc2 and loc3 in our search . our challenges : 1) picking right keywords(category and locality) from query entered. 2) its mapping to relevant entity How should i proceed for it . we have localities and categories data indexed . thanks in advance. ~abhishek --bcaec550b2e4bf940704d47b28d4--