Programmatic create core

2012-05-06 Thread Trym R. Møller
Hi On Solr trunk I am trying to create a new core using the following code: CoreAdminRequest.Create req = new CoreAdminRequest.Create(); req.setCoreName(shardName); req.setInstanceDir(instanceDir); req.setDataDir(dataDir); req.setCollection(collectionName);

Re: Solritas in production

2012-05-06 Thread Otis Gospodnetic
Hi, - Original Message - > Dne 6.5.2012 14:02, András Bártházi napsal(a): >> We're currently evaluating Solr as a Sphinx replacement. The >> development is almost done, and it seems to be working fine >> why you want to replace sphinx with solr? That's an interesting question.  Until

Re: Solritas in production

2012-05-06 Thread András Bártházi
Hi, We're currently evaluating Solr as a Sphinx replacement. The >> >> development is almost done, and it seems to be working fine >> > why you want to replace sphinx with solr? > (is it ontopic here?) Solr+Lucene has far more features, and seems to be more extendable as well. - we had problems

Re: Solritas in production

2012-05-06 Thread Radim Kolar
Dne 6.5.2012 14:02, András Bártházi napsal(a): We're currently evaluating Solr as a Sphinx replacement. The development is almost done, and it seems to be working fine why you want to replace sphinx with solr?

Re: Solritas in production

2012-05-06 Thread Walter Underwood
Do not directly expose Solr to WWW traffic. It isn't designed for that. For example, the admin pages have no access controls. I can change my request parameters to request a million rows and put a huge load on your server. A few of those, and you are off the air. I can fetch your config, then s

Re: Solritas in production

2012-05-06 Thread Marcelo Carvalho Fernandes
Hi Jan, I would answer András exactly the oposite :-) I would like to understand and ask you something. Would you see any problem if he had a Apache Httpd configured as reverse proxy (no PHP in it) in front of Solr just to restrict user access to only the Solritas's URL? This way Solr would not b

Re: Partition Question

2012-05-06 Thread Jan Høydahl
Hi, First you need to investigate WHY faceting and querying is too slow. What exactly do you mean by slow? Can you please tell us more about your setup? * How large documents and how many fields? * What kind of queries? How many hits? How many facets? Have you studies &debugQuery=true output? * D

Re: Solritas in production

2012-05-06 Thread Jan Høydahl
Hi, Solritas (Velocity Response Writer) is NOT intended for production use. The simple reason, apart from that it is not production grade quality, is that it requires direct access to the Solr instance, as it is simply a response writer. You MUST use a separate front end layer above Solr and ne

Re: Invalid version (expected 2, but 60) on CentOS in production please Help!!!

2012-05-06 Thread Ravi Solr
Thank you very much for responding Mr.Erickson. You may be right on old version index, I will reindex. However we have a 2 separate/disjoint master-slave setup...only one query node/slave has this issue. if it was really incompatible indexes why isnt the other query server also throwing errors? tha

Partition Question

2012-05-06 Thread Yuval Dotan
Hi All We have an index of ~2,000,000,000 Documents and the query and facet times are too slow for us. Before using the shards solution for improving performance, we thought about using the multicore feature (our goal is to maximize performance for a single machine). Most of our queries will be lim

Re: question about NRT(soft commit) and Transaction Log in trunk

2012-05-06 Thread Michael McCandless
This is a good question... I don't know much about how Solr's transaction log works, but, peeking in the code, I do see it fsync'ing (look in TransactionLog.java, in the finish method), but only if the SyncLevel is FSYNC. If the default is really flush, I don't see how the transaction log helps o

Solritas in production

2012-05-06 Thread András Bártházi
Hi, We're currently evaluating Solr as a Sphinx replacement. Our site has 1.000.000+ pageviews a day, it's a real estate search engine. The development is almost done, and it seems to be working fine, however some of my colleagues come with the idea that we're using it wrong. We're using it as a s

Re: Decompound German Words

2012-05-06 Thread Martin Frank
Dear Satish, did you found a decompounding dictionary for german? Best Regards Martin -- View this message in context: http://lucene.472066.n3.nabble.com/Decompound-German-Words-tp3708194p3966013.html Sent from the Solr - User mailing list archive at Nabble.com.