Re: Solrcloud: external fields and frequent commits

2013-11-23 Thread Flavio Pompermaier
Thanks again for such a detailed description. In our use case we're going to save shards data on hdfs so they all have access to a shared location, it would be great to put such a file in one place in that case :) Do you think that using hdfs as storage is bad for performance? Last question: if I

Re: useColdSearcher in SolrCloud config

2013-11-23 Thread Shalin Shekhar Mangar
On Fri, Nov 22, 2013 at 6:57 PM, Erick Erickson erickerick...@gmail.com wrote: bq: If a new SOLR server No. Apart from any ugly details about caches and internal doc IDs, you'd have to pull the caches over the wire to the new machine, and the caches could well be gigabytes in size. This

Re: can't overwrite and can't delete by id

2013-11-23 Thread Per Steffensen
Believe it would be easier to help you out if you * Tell exactly what you do when you try to update the doc * Show your solrconfig.xml (especially the UpdateHandler-part) * Tell how your shards are distributed. Is it 4 shards on one Solr-node, or is it 4 Solr-nodes with one shard each, or...

Can I use boosting fields with edismax ?

2013-11-23 Thread Amit Aggarwal
Hello All , I am using defType=edismax So will boosting will work like this in solrConfig.xml str name=qfvalue_search^2.0 desc_search country_search^1.5 state_search^2.0 city_search^2.5 area_search^3.0/str I think it is not working .. If yes , then what should I do ?

How To Reach XSLTReponseWriter of Solr from a Client?

2013-11-23 Thread Furkan KAMACI
Is there any way to reach Solr's XSLTReponseWriter from Solrj or with any generic way? I mean that: XSLTReponseWriter is a nice feature however it is not good to expose Solr to the outside. So I interact to Solr over my custom API. My custom API responsible for validation and other pre-processing

RE: Reverse mm(min-should-match)

2013-11-23 Thread Otis Gospodnetic
Hi, This sounds a bit like memoryindex which is what powers elasticsearch percolator and which now does some scoring. peek under the hood and ask Wolfgang :) Otis Solr ElasticSearch Support http://sematext.com/ On Nov 22, 2013 4:08 PM, Doug Turnbull dturnb...@opensourceconnections.com

Re: removing dead replicas in solrcloud 4.4

2013-11-23 Thread Otis Gospodnetic
Should clusterstate JSON file upload functionality live on Solr admin pages? Or is it already there? I recall Grant working on some upload functionality recently... Otis Solr ElasticSearch Support http://sematext.com/ On Nov 22, 2013 2:54 PM, Timothy Potter thelabd...@gmail.com wrote: Yes,

Unsubscribe: solr-user-unsubscribe

2013-11-23 Thread williew
Unsubscribe: solr-user-unsubscribe solr-user-unsubscr...@lucene.apache.org

Re: useColdSearcher in SolrCloud config

2013-11-23 Thread Shawn Heisey
On 11/23/2013 4:20 AM, Shalin Shekhar Mangar wrote: As you said, loading caches from the caches of another server is not feasible but there is some merit in warming with the queries of the leader. For example, what if the leader could give a list of queries/filters currently in the cache which

Re: Unsubscribe: solr-user-unsubscribe

2013-11-23 Thread Furkan KAMACI
I've unsubscribed you from mail list. Here is the wrong place to send an unsubscribe request. For such kind of purposes instructions are here: http://wiki.apache.org/solr/Unsubscribing%20from%20mailing%20lists Thanks; Furkan KAMACI 23 Kasım 2013 Cumartesi tarihinde williew bwilst...@gmail.com

Re: building custom cache - using lucene docids

2013-11-23 Thread Erick Erickson
bq: But can I assume that docids in other segments (other than the last one) will be relatively stable? Kinda. Maybe. Maybe not. It depends on how you define other than the last one. The key is that the internal doc IDs may change when segments are merged. And old segments get merged. Doc IDs

Re: building custom cache - using lucene docids

2013-11-23 Thread Roman Chyla
Hi Erick, Many thanks for the info. An additional question: Do i understand you correctly that when two segmets get merged, the docids (of the original segments) remain the same? (unless, perhaps in situation, they were merged using the last index segment which was opened for writing and where