Re: Text Summarizer

2008-01-14 Thread Ycrux
Hi Mike and Otis, Mike Klaas a écrit : See http://wiki.apache.org/solr/HighlightingParameters . The default behaviour will provide snippets like google does. Note that you need to "store" the text of fields you want to highlight for this to work. Thanks for the help. Works like a charm.

Re: Text Summarizer

2008-01-14 Thread Ycrux
Maybe the right name is "Snippet". Like Google snippets. 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 <[EM

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 P

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 \ -no

Re: Re: AND as a default search operator

2007-12-22 Thread ycrux
Thanks guys. cheers Y. >check the example schema.xml file: > >

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.

Re: Manage multiple indexes with Solr

2007-10-10 Thread ycrux
Sorry, there's a mistake in my previous example. Please read this: * 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 "ui3" will be indexed in the "indexA" Thanks cheers Y. Messa

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

Re: Merging multiple Solr Indexes

2007-10-08 Thread Ycrux
pache.lucene.misc.IndexMergeTool (which I wish I'd known 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 n

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

Merging multiple Solr Indexes

2007-10-06 Thread Ycrux
Hi guys! Is there a simple way (or command line tool) to merge different Solr indexes (located on different machines) into one ? cheers Y.

Re: Re: Replication

2007-10-04 Thread ycrux
Hi Eric ! I can help on that if you know, even If I'm new to Solr. What are you planning to do ? cheers Younès Message d'origine >De: Erik Hatcher >Sujet: Re: Replication >Date: Thu, 4 Oct 2007 09:09:03 -0400 >A: solr-user@lucene.apache.org > RCVD_IN_SORBS_DUL autolearn=no version

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: 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. Ho

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: 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: >sol

Solr replication

2007-10-01 Thread ycrux
Hi ! I'm really new to Solr ! Could anybody please explain me with a short example how I can setup a simple Solr replication with 3 machines (a master node and 2 slaves) ? This is my conf: * master (linux 2.6.20) : - Hostname "solr.master" with IP "192.168.1.1" * 2 slaves (linux 2.6.20) : - Ho