Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CC5581848E for ; Fri, 14 Aug 2015 13:37:16 +0000 (UTC) Received: (qmail 51058 invoked by uid 500); 14 Aug 2015 13:37:15 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 51001 invoked by uid 500); 14 Aug 2015 13:37:15 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Delivered-To: moderator for java-user@lucene.apache.org Received: (qmail 80291 invoked by uid 99); 14 Aug 2015 10:44:39 -0000 X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.88 X-Spam-Level: ** X-Spam-Status: No, score=2.88 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, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com 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=y8pNvSWeQzPKCTnafcyTNRUesp/rbz61IbxQIAdrGG8=; b=K+mkP0wwzv8i7Xu5zaO4oxIjdEftXW5MXSZPhxYwLTAHEPiwx9le4xzNQxKw/UIJMo y0QddG0ryXMYefTPdrMGmkVPoYYxaRVIAUeh4KAGyZQ+MrTii2C98quaeIMnVrR/fq6x 0MCW5xoEmwDl3/99Lhv9fGduV9Oa0Uy7taNpKpQtU2xSFHh76xtuzdjlq9GYiu5LNKat 6aF58JXO35eyd2acf5TE4prpePPzVHMKrbXVcpVK4OnhSMp5aosL9mZvOWHKSviohzAV 6dFl9vyprHgiTTf/7ZyZhR5j1C+SMJDXZsQ4yD3Kmq0GEwAaMXHYz9aODAMNvwxgJjpT Fesg== MIME-Version: 1.0 X-Received: by 10.60.178.99 with SMTP id cx3mr40601341oec.50.1439549069285; Fri, 14 Aug 2015 03:44:29 -0700 (PDT) Date: Fri, 14 Aug 2015 16:14:29 +0530 Message-ID: Subject: How to use case in-sentive search From: vardhaman narasagoudar To: java-user@lucene.apache.org Content-Type: multipart/alternative; boundary=089e011843e8e96317051d4322ea --089e011843e8e96317051d4322ea Content-Type: text/plain; charset=UTF-8 Dear Team, I am trying to build a search engine for fetching person info based on name or email Id. For this I have standard Analyzer & wildcard. If I enter case senstive query I get the result. but how to go about for case in-senstive I mean if I search for rohan or Rohan should be same, Currently I search as per DB that is Rohan , I get the result & not for rohan. I have posted the same query in Stack overflow http://stackoverflow.com/questions/30881355/java-lucene-4-5-how-to-search-by-case-insensitive/30926385#30926385 Please help me out, is there any refernce where I can look in -- Thanks & Regards Vardhaman B.N 9945840928 --089e011843e8e96317051d4322ea--