Re: solr replication 1.3

2009-05-23 Thread Otis Gospodnetic
Yes. Although it might work under Cygwin, too. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Ashish P > To: solr-user@lucene.apache.org > Sent: Saturday, May 23, 2009 10:33:38 PM > Subject: Re: solr replication 1.3 > > > OK. And the r

Re: solr replication 1.3

2009-05-23 Thread Ashish P
OK. And the replication available with solr 1.3 is only for unix right?? Thanks, Ashish Noble Paul നോബിള്‍ नोब्ळ्-2 wrote: > > On Fri, May 22, 2009 at 3:12 PM, Ashish P > wrote: >> >> I want to add master slave configuration for solr. I have following solr >> configuration: >> I am using solr

Re: Data Import Handler - parentDeltaImport

2009-05-23 Thread Michael Korthuis
I am using 1.3. I know it is not being executed because I stepped through the code a bit. It gets here - main\java\org\apache\solr\handler\dataimport\SQLEntityProcessor.java - Method - nextModifiedParentRowKey - When there is a modified row in my data template. However, when it tries to pull the

Re: questions about Clustering

2009-05-23 Thread Stanislaw Osinski
> > Hmm, I saw the comment in ClusteringDocumentList.java of Carrot2: > > /* > * If you know what query generated the documents you're about to cluster, > pass > * the query to the algorithm, which will usually increase clustering > quality. > */ > attributes.put(AttributeNames.QUERY, "data mining"

Re: questions about Clustering

2009-05-23 Thread Stanislaw Osinski
> > 1. if q=*:* is requested, Carrot2 will receive "MatchAllDocsQuery" >> via attributes. Is it OK? >> > > Yes, it only clusters on the Doc List, not the Doc Set (in other words, > it's your rows that matter) Just to add to that: Carrot2 should be able to cluster up to ~1000 search results, but b

Re: questions about Clustering

2009-05-23 Thread Koji Sekiguchi
Grant Ingersoll wrote: On May 22, 2009, at 11:41 PM, Koji Sekiguchi wrote: I'm thinking using clustering (SOLR-769) function for my project. I have a couple of questions: 1. if q=*:* is requested, Carrot2 will receive "MatchAllDocsQuery" via attributes. Is it OK? Yes, it only clusters on t

Re: questions about Clustering

2009-05-23 Thread Grant Ingersoll
On May 22, 2009, at 11:41 PM, Koji Sekiguchi wrote: I'm thinking using clustering (SOLR-769) function for my project. I have a couple of questions: 1. if q=*:* is requested, Carrot2 will receive "MatchAllDocsQuery" via attributes. Is it OK? Yes, it only clusters on the Doc List, not the Doc

SF/Bay Area Lucene/Solr Meetup, June 3

2009-05-23 Thread Grant Ingersoll
Hi Everyone (sorry for the cross post), Lucene/Solr Meetup, June 3 http://www.meetup.com/SFBay-Lucene-Solr-Meetup/ Join us for an evening of presentations and discussion on Lucene/Solr/Nutch/Mahout (and the rest of the Lucene ecosystem), the Apache Open Source Search Engine/Platform, featurin

solr crushed with missing index segment file

2009-05-23 Thread Wang Guangchen
Hi everyone: My solr index crashed while it was being updated. I don't have a clue why this is happened . The index contains around 8 million docs. During update, each contains 100 . in solrconfig.xml, i set the 1000. following is the error message : ---