Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 12955 invoked from network); 11 Mar 2010 20:31:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Mar 2010 20:31:59 -0000 Received: (qmail 93949 invoked by uid 500); 11 Mar 2010 20:31:23 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 93907 invoked by uid 500); 11 Mar 2010 20:31:23 -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 93899 invoked by uid 99); 11 Mar 2010 20:31:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Mar 2010 20:31:22 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of erickerickson@gmail.com designates 74.125.82.48 as permitted sender) Received: from [74.125.82.48] (HELO mail-ww0-f48.google.com) (74.125.82.48) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Mar 2010 20:31:20 +0000 Received: by wwb17 with SMTP id 17so319554wwb.35 for ; Thu, 11 Mar 2010 12:30:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=nSJY5hCqX/0bsDNGZKojdV5NAm4YpHvvEs0KfC+wVUU=; b=XieAf8563yFx5WXSOW28Xk0CCaA9cF3T/NYBunCK6NFBzXpi+ODvOVCOgVn4NFgRXg JOjKF4TyO33Lsi2RJ5KaeApMsmFRxFj/yS/CiHtcoSGAO1Yb7N4HviqykIyjSeLVNAjQ UOacV94Q0cRrJNjYPJE5y8tjYFYWxSVbZyDTM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=JmW0OhqPNiRTtAbglpYUeY90C5LrLGn8kEJh64wGMaBxjPaA2uvo/CWYqiBvv0Xftf 0hF7fO16yn7VwuLB9eYdquLPoOhatwYNV2b0OrasqXmDrKgenRfc7Orfpr1mSr8PrmpS pAOTHlobyBvTY3Oj1JaFIwIjpK4mEd7bXPSoI= MIME-Version: 1.0 Received: by 10.216.91.4 with SMTP id g4mr758331wef.218.1268339458680; Thu, 11 Mar 2010 12:30:58 -0800 (PST) In-Reply-To: <27866410.post@talk.nabble.com> References: <27866410.post@talk.nabble.com> Date: Thu, 11 Mar 2010 15:30:58 -0500 Message-ID: <359a92831003111230g780c67c7tc393ef001ff6c49@mail.gmail.com> Subject: Re: How to edit / compile the SOLR source code From: Erick Erickson To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=0016e6d99f6fe3a9c904818c4a4b --0016e6d99f6fe3a9c904818c4a4b Content-Type: text/plain; charset=ISO-8859-1 See Trey's comment, but before you go there..... What about SOLR's wildcard searching capabilities aren't working for you now? There are a couple of tricks for making leading wildcard searches work quickly, but this is a solved problem. Although whether the existing solutions work in your situation may be an open question... Or do you have to hack into the parser for other reasons? Best Erick On Thu, Mar 11, 2010 at 12:07 PM, JavaGuy84 wrote: > > Hi, > > Sorry for asking this very simple question but I am very new to SOLR and I > want to play with its source code. > > As a initial step I have a requirement to enable wildcard search (*text) in > SOLR. I am trying to figure out a way to import the complete SOLR build to > Eclipse and edit QueryParsing.java file but I am not able to import (I > tried > to import with ant project in Eclipse and selected the build.xml file and > got an error stating javac is not present in the build.xml file). > > Can someone help me out with the initial steps on how to import / edit / > compile / test the SOLR source? > > Thanks a lot for your help!!! > > Thanks, > B > -- > View this message in context: > http://old.nabble.com/How-to-edit---compile-the-SOLR-source-code-tp27866410p27866410.html > Sent from the Solr - User mailing list archive at Nabble.com. > > --0016e6d99f6fe3a9c904818c4a4b--