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 <bbar...@gmail.com> 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. > >