How use implement Lucene for perl.

2009-12-28 Thread Maheshwar

I am new for Lucene.
I haven't any idea about Lucene.
I want to implement Lucene in my search script.
Please guide me what I needs to be do for Lucene implementation.

Actually, I want to integrate lucene search with message board system where
people come to post new topic, edit that topic and delete that on needs. I
want, to update search index at every action.
So I need some valuable help.



-- 
View this message in context: 
http://old.nabble.com/How-use-implement-Lucene-for-perl.-tp26951130p26951130.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: How use implement Lucene for perl.

2009-12-28 Thread Israel Ekpo
I think you need to send a message to the lucene mailing list instead if you
want to use Lucene directly.

java-u...@lucene.apache.org

The API core Javadoc page has a very simple example which you can use to get
started with a few modifications.

http://lucene.apache.org/java/3_0_0/api/core/index.html

Use the documentation to select the appropriate constructor and method
signatures.

On the other hand, I think Solr can do everything that you need without the
need to interact directly with the lucene API

On Mon, Dec 28, 2009 at 11:42 PM, Maheshwar maheshwar2...@gmail.com wrote:


 I am new for Lucene.
 I haven't any idea about Lucene.
 I want to implement Lucene in my search script.
 Please guide me what I needs to be do for Lucene implementation.

 Actually, I want to integrate lucene search with message board system where
 people come to post new topic, edit that topic and delete that on needs. I
 want, to update search index at every action.
 So I need some valuable help.



 --
 View this message in context:
 http://old.nabble.com/How-use-implement-Lucene-for-perl.-tp26951130p26951130.html
 Sent from the Solr - User mailing list archive at Nabble.com.




-- 
Good Enough is not good enough.
To give anything less than your best is to sacrifice the gift.
Quality First. Measure Twice. Cut Once.
http://www.israelekpo.com/


Re: How use implement Lucene for perl.

2009-12-28 Thread Neil Lunn
On Tue, Dec 29, 2009 at 3:42 PM, Maheshwar maheshwar2...@gmail.com wrote:


 I am new for Lucene.
 I haven't any idea about Lucene.
 I want to implement Lucene in my search script.
 Please guide me what I needs to be do for Lucene implementation.


Yes probably the wrong list or not, but for both Lucene or Solr the best
place for you to possibly look for Perl is on CPAN:

http://search.cpan.org/~bricas/WebService-Lucene-0.10/lib/WebService/Lucene.pm

and

http://search.cpan.org/~bricas/WebService-Solr-0.09/lib/WebService/Solr.pm

provide appropriate interfaces and documentation. Among others.




 Actually, I want to integrate lucene search with message board system where
 people come to post new topic, edit that topic and delete that on needs. I
 want, to update search index at every action.
 So I need some valuable help.



 --
 View this message in context:
 http://old.nabble.com/How-use-implement-Lucene-for-perl.-tp26951130p26951130.html
 Sent from the Solr - User mailing list archive at Nabble.com.