Text Summarizer

2008-01-14 Thread Ycrux
Hi! I'm looking for a good way to get a good text summarizer for my personal search engine based Solr. Actually, I'm using ots (Open Text Summurizer) but the result is far from perfection. Here's an example of usage: $ elinks http://lucene.apache.org/solr/; -force-html -no-numbering \

Re: Text Summarizer

2008-01-14 Thread Ycrux
Hi Otis, Don't know really what's the name for that. cheers Y. Otis Gospodnetic a écrit : Sounds like you are looking for a highlighter/KWIC, not a summarizer? Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Ycrux [EMAIL PROTECTED

Re: Re: AND as a default search operator

2007-12-22 Thread ycrux
Thanks guys. cheers Y. check the example schema.xml file: solrQueryParser defaultOperator=OR/

AND as a default search operator

2007-12-21 Thread ycrux
Hi, Is there any way to set AND as the default search operator in Solr instead of OR? cheers Y.

Manage multiple indexes with Solr

2007-10-10 Thread ycrux
Hi guys ! Is it possible to configure Solr to manage different indexes depending on the added documents ? For example: * document 1, with uniq ID ui1 will be indexed in the indexA * document 2, with uniq ID ui2 will be indexed in the indexB * document 3, with uniq ID ui1 will be indexed in the

Re: Merging multiple Solr Indexes

2007-10-08 Thread Ycrux
about), I didn't send the following, which I'm only sending now in case someone else might find BeanShell a useful tool for rapid prototyping, and with apologies for cluttering the list with something which is technically now off-topic. - J.J. At 1:23 PM +0200 10/6/07, Ycrux wrote

Re: Merging multiple Solr Indexes

2007-10-07 Thread Ycrux
Hi Chris ! Thanks for the pointer. After two silent days waiting for reply, I decided to implement a command line for that. Works like a charm !!! If anyone is interested, don't hesitate to ask for. cheers Y. Chris Hostetter a écrit : : Is there a simple way (or command line tool) : to merge

Re: Re: Problem with html code inside xml

2007-10-02 Thread ycrux
Hi ! I'm facing a similar problem. Some HTML docs are correctly indexed and others are simply rejected even I encoded all problematic HTML tags as Thorsten suggested. In the following example, my_doc.xml is a valid XML file, compliant with my Solr's schema fields : $ java -jar post.jar

Re: Re: Solr replication

2007-10-01 Thread ycrux
Works like a charm. Thanks very much. cheers Y. Message d'origine Date: Mon, 1 Oct 2007 21:55:30 +1000 De: climbingrose A: solr-user@lucene.apache.org Sujet: Re: Solr replication boundary==_Part_10345_13696775.1191239730731 1)On solr.master: +Edit scripts.conf:

Re: Re: Re: Solr replication

2007-10-01 Thread ycrux
One more question about replication. Now that the replication is working, how can I see the changes on slave nodes ? The page statistics : http://solr.slave1:8983/solr/admin/stats.jsp; doesn't reflect the correct number of indexed documents and still shows numDocs=0. Is there any command

Re: Re: Re: Re: Solr replication

2007-10-01 Thread ycrux
Perfect. Thanks for all guys. cheers Y. Message d'origine Date: Tue, 2 Oct 2007 01:01:37 +1000 De: climbingrose A: solr-user@lucene.apache.org Sujet: Re: Re: Re: Solr replication boundary==_Part_11644_22377225.1191250897674 sh /bin/commit should trigger a refresh. However,