RE: [Help Wanted] Graphics and other help for new Lucene/Solr website

2011-08-10 Thread karl.wright
The site looks great. And thank you for including the ManifoldCF link. ;-) Karl -Original Message- From: ext Grant Ingersoll [mailto:gsing...@apache.org] Sent: Wednesday, August 10, 2011 10:09 AM To: solr-u...@lucene.apache.org; java-user@lucene.apache.org Subject: [Help Wanted] Graphic

Re: Help wanted with Indexing PDF Documents

2010-03-02 Thread Ian Lea
Sounds like a question for the PDFBox mailing list. Once you've got the relevant info out of the PDF you can index it however you like. -- Ian. On Tue, Mar 2, 2010 at 4:11 PM, Ching Zheng wrote: > Hi, > I have about 50 PDF douments with size of each is around 10MB. I am using > PDFbox for pars

Re: Help wanted

2006-09-20 Thread Steven Rowe
The Resources page on the Lucene Wiki has a collection of articles that may be useful to you: Michael McCandless wrote: > Mark Miller wrote: >> I'll one up you: >> >> http://www.manning.com/hatcher2/ >> >> Might as well save yourself a whole lot o

Re: Help wanted

2006-09-19 Thread Michael McCandless
Mark Miller wrote: I'll one up you: http://www.manning.com/hatcher2/ Might as well save yourself a whole lot of time and just buy the book. If you're going to use Lucene it might as well be required. There is also "Getting Started" on the Lucene web site: http://lucene.apache.org/java/doc

Re: Help wanted

2006-09-19 Thread Mark Miller
I'll one up you: http://www.manning.com/hatcher2/ Might as well save yourself a whole lot of time and just buy the book. If you're going to use Lucene it might as well be required. Simon Willnauer wrote: Rather than writing some more introductions to lucene I just give you a hand with google

Re: Help wanted

2006-09-19 Thread Simon Willnauer
Rather than writing some more introductions to lucene I just give you a hand with google. GoogleQuery: lucene java intro http://today.java.net/pub/a/today/2003/07/30/LuceneIntro.html This should lead you to what you are looking for. best regards simon On 9/19/06, S R <[EMAIL PROTECTED]> wrote

Re: Help wanted

2006-09-19 Thread S R
Thanks Yonik for the reply. What I want is to to index a set of text documents (about 200 .txt files) in windows invironment so I can search in them. What I am doing is actually evaluating different search or indexing tools. Thank you. Yonik Seeley <[EMAIL PROTECTED]> wrote: On

Re: Help wanted

2006-09-19 Thread Yonik Seeley
On 9/19/06, S R <[EMAIL PROTECTED]> wrote: I have just downloaded LUCENE. I am not an expert in Java. Could someone lead me in the first few steps.. The first few steps to what? First, figure out if you want straight lucene-java, or another application using lucene. Lucene is a library that