Embedded SOLR using the SOLR collection distribution

2007-09-05 Thread Dilip.TS
Hello, I would like to know if can implement the Embedded SOLR using the SOLR collection distribution? Regards, Dilip -Original Message- From: mike topper [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 22, 2007 8:29 PM To: solr-user@lucene.apache.org Subject: almost realtime

The mechanism of data replciation in Solr?

2007-09-05 Thread Dong Wang
Hello, everybody:-) I'm interested with the mechanism of data replciation in Solr, In the Introduction to the solr enterprise Search Server, Replication is one of features of Solr, but I can't find anything about replication issues on the Web site and documents, including how to split the index,

Re: The mechanism of data replciation in Solr?

2007-09-05 Thread Thorsten Scherler
On Wed, 2007-09-05 at 15:56 +0800, Dong Wang wrote: Hello, everybody:-) I'm interested with the mechanism of data replciation in Solr, In the Introduction to the solr enterprise Search Server, Replication is one of features of Solr, but I can't find anything about replication issues on the

Re: Embedded SOLR using the SOLR collection distribution

2007-09-05 Thread Erik Hatcher
On Sep 5, 2007, at 3:30 AM, Dilip.TS wrote: I would like to know if can implement the Embedded SOLR using the SOLR collection distribution? Partly... the rsync method of getting a master index to the slaves would work, but you'd need a way to commit/ to the slaves so that they reload

Tomcat logging

2007-09-05 Thread Lance Norskog
Hi- Here are the lines to add to the end of Tomcat's conf/logging.properties file to get rid of query/update logging noise: org.apache.solr.core.SolrCore.level = WARNING org.apache.solr.handler.XmlUpdateRequestHandler.level = WARNING org.apache.solr.search.SolrIndexSearcher.level = WARNING I

Re: Distribution Information?

2007-09-05 Thread Matthew Runo
Not that I've noticed. I'll do a more careful grep soon here - I just got back from a long weekend. ++ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 ++

Indexing a URL

2007-09-05 Thread Bill Fowler
Hello, I am trying to post the following to my index: field name=urlhttp://www.nytimes.com/2007/08/25/business/worldbusiness/25yuan.html?ex=1345694400en=499af384a9ebd18fei=5088partner=rssnytemc=rss /field The url field is defined as: field name=url type=string indexed=false stored=true /

Re: Indexing a URL

2007-09-05 Thread Brian Whitman
It is apparently attempting to parse en=499af384a9ebd18f in the URL. I am not clear why it would do this as I specified indexed=false. I need to store this because that is how the user gets to the original article. the ampersand is an XML reserved character. you have to escape it

Re: Replication broken.. no helpful errors?

2007-09-05 Thread Matthew Runo
It seems that the scripts cannot open new searchers at the end of the process, for some reason. Here's a message from cron, but I'm not sure what to make of it... It looks like the files properly copied over, but failed the install. I removed the temp* directory, but still SOLR could not

Re: Replication broken.. no helpful errors?

2007-09-05 Thread Matthew Runo
If it helps anyone, this index is around a gig in size. ++ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 ++ On Sep 5, 2007, at 3:14 PM, Matthew Runo

Re: Can't get 1.2 running under Tomcat 5.5

2007-09-05 Thread Chris Hostetter
: Care needs to be taken when upgrading Solr but leaving solrconfig.xml : untouched because additional config may be necessary. Comparing your : solrconfig.xml with the one that ships with the example app of the version of : Solr you're upgrading too is recommended. Hmmm... that's kind of a

Re: Can't get 1.2 running under Tomcat 5.5

2007-09-05 Thread Erik Hatcher
I guess my warning is more because I play on the edge and have several times ended up tweaking various apps solrconfig.xml's as I upgraded them to keep things working. Anyway, we'll all agree that diff'ing your config files with the example app can be useful. Erik On Sep 5,

Re: Can't get 1.2 running under Tomcat 5.5

2007-09-05 Thread Walter Underwood
Not really. It is a very poor substitute for reading the release notes, and sufficiently inadequate that it might not be worth the time. Diffing the example with the previous release is probably more instructive, but might or might not help for your application. A config file checker would be

Re: Indexing very large files.

2007-09-05 Thread Norberto Meijome
On Wed, 05 Sep 2007 17:18:09 +0200 Brian Carmalt [EMAIL PROTECTED] wrote: I've bin trying to index a 300MB file to solr 1.2. I keep getting out of memory heap errors. Even on an empty index with one Gig of vm memory it sill won't work. Hi Brian, VM != heap memory. VM = OS memory heap