Re: demo source code?

2015-02-24 Thread Erick Erickson
It's just another tgz file in the same place you downloaded the binaries from, e.g: http://apache.mesi.com.ar/lucene/solr/5.0.0/ If you have the subversion command-line installed, you can also get it by: svn checkout http://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_5_0 Best, Erick

Re: demo source code?

2015-02-24 Thread Todd Fielder
Sorry if this is a dumb question, but where is the src jar? I only found the lucene facet jar with .class files Sent from my iPad > On Feb 24, 2015, at 3:17 PM, Michael McCandless > wrote: > > Download the src JAR and look under lucene/demo? > > Mike McCandless > > http://blog.mikemccandle

Re: demo source code?

2015-02-24 Thread Michael McCandless
Download the src JAR and look under lucene/demo? Mike McCandless http://blog.mikemccandless.com On Tue, Feb 24, 2015 at 4:43 PM, Todd Fielder wrote: > Hello, > > Can someone explain to me how to view the demo source code for Lucene 5.0? > I see a jar file, but no .java files. I'm particularly

demo source code?

2015-02-24 Thread Todd Fielder
Hello, Can someone explain to me how to view the demo source code for Lucene 5.0? I see a jar file, but no .java files. I'm particularly interested in faceted search. thank you -Todd

Re: Tokenizer for Brown Corpus?

2015-02-24 Thread Koji Sekiguchi
Hi Jack, Thanks! I'll look at it. Koji On 2015/02/24 22:29, Jack Krupansky wrote: This is the first mention that I have seen for that corpus on this list. There seem to be more than a few references when I google for ""brown corpus" lucene", such as: https://github.com/INL/BlackLab/wiki/Black

Re: Tokenizer for Brown Corpus?

2015-02-24 Thread Jack Krupansky
This is the first mention that I have seen for that corpus on this list. There seem to be more than a few references when I google for ""brown corpus" lucene", such as: https://github.com/INL/BlackLab/wiki/Blacklab-query-tool -- Jack Krupansky On Tue, Feb 24, 2015 at 1:40 AM, Koji Sekiguchi wro