You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by S R <ak...@yahoo.com> on 2006/09/19 20:45:30 UTC

Help wanted

Hello,
  
  I have just downloaded LUCENE. I am not an expert in Java. Could someone lead me in the first few steps..
  
  Thank you
  
  
 		
---------------------------------
Do you Yahoo!?
 Get on board. You're invited to try the new Yahoo! Mail.

Re: Help wanted

Posted by Steven Rowe <sa...@syr.edu>.
The Resources page on the Lucene Wiki has a collection of articles that
may be useful to you:

<http://wiki.apache.org/jakarta-lucene/Resources>

Michael McCandless wrote:
> 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/docs/gettingstarted.html
> 
> Mike


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: Help wanted

Posted by Michael McCandless <lu...@mikemccandless.com>.
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/docs/gettingstarted.html

Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: Help wanted

Posted by Mark Miller <ma...@gmail.com>.
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.
>
> 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 <ak...@yahoo.com> wrote:
>> 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 <yo...@apache.org> wrote:  On 9/19/06, S R  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 helps you write applications with full-text 
>> search.
>> Nutch uses Lucene, and adds web site crawlers and indexers, lets you
>> search the index, and is massively scalable (it's google-like)
>> Solr is a search server built on Lucene with a customizable schema,
>> highlighting, faceted browsing & web service-like interfaces (think
>> database, but full-text oriented).
>>
>> So: web search => Nutch
>>       other search => Solr (no need for custom code)
>>       other, other search => Lucene (roll your own around Lucene)
>>
>> -Yonik
>> http://incubator.apache.org/solr Solr, the open-source Lucene search 
>> server
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: java-user-help@lucene.apache.org
>>
>>
>>
>>
>> ---------------------------------
>> Get your own web address for just $1.99/1st yr. We'll help. Yahoo! 
>> Small Business.
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: Help wanted

Posted by Simon Willnauer <si...@googlemail.com>.
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 <ak...@yahoo.com> wrote:
> 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 <yo...@apache.org> wrote:  On 9/19/06, S R  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 helps you write applications with full-text search.
> Nutch uses Lucene, and adds web site crawlers and indexers, lets you
> search the index, and is massively scalable (it's google-like)
> Solr is a search server built on Lucene with a customizable schema,
> highlighting, faceted browsing & web service-like interfaces (think
> database, but full-text oriented).
>
> So: web search => Nutch
>       other search => Solr (no need for custom code)
>       other, other search => Lucene (roll your own around Lucene)
>
> -Yonik
> http://incubator.apache.org/solr Solr, the open-source Lucene search server
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>
>
>
>
> ---------------------------------
> Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small Business.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: Help wanted

Posted by S R <ak...@yahoo.com>.
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 <yo...@apache.org> wrote:  On 9/19/06, S R  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 helps you write applications with full-text search.
Nutch uses Lucene, and adds web site crawlers and indexers, lets you
search the index, and is massively scalable (it's google-like)
Solr is a search server built on Lucene with a customizable schema,
highlighting, faceted browsing & web service-like interfaces (think
database, but full-text oriented).

So: web search => Nutch
      other search => Solr (no need for custom code)
      other, other search => Lucene (roll your own around Lucene)

-Yonik
http://incubator.apache.org/solr Solr, the open-source Lucene search server

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org



 				
---------------------------------
Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small Business.

Re: Help wanted

Posted by Yonik Seeley <yo...@apache.org>.
On 9/19/06, S R <ak...@yahoo.com> 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 helps you write applications with full-text search.
Nutch uses Lucene, and adds web site crawlers and indexers, lets you
search the index, and is massively scalable (it's google-like)
Solr is a search server built on Lucene with a customizable schema,
highlighting, faceted browsing & web service-like interfaces (think
database, but full-text oriented).

So: web search => Nutch
      other search => Solr (no need for custom code)
      other, other search => Lucene (roll your own around Lucene)

-Yonik
http://incubator.apache.org/solr Solr, the open-source Lucene search server

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org