Re: Dedupe in a SolrCloud

2015-06-18 Thread Markus Mirsberger
Thanks :) exactly what I was looking for...as I only need to create the signature once this works perfect for me:) Cheers, Markus Sent from my iPhone > On 17.06.2015, at 20:32, Shalin Shekhar Mangar wrote: > > Comments inline: > > On Wed, Jun 17, 2015 at 3:18 PM, Markus.Mirsberger > wrot

Re: solr faceting sum function

2012-12-13 Thread Markus Mirsberger
Sorrystats.field=price "cmd.ares" wrote: >lucene index structure: >product_name type price >--- >iphone4s mobile 2000 >iphone5 mobile 5000 >S3 mobile 3000 >i

Re: solr faceting sum function

2012-12-13 Thread Markus Mirsberger
Hi, You can add stats=true&stats.field=type to your query. Then you get a stats section in your result which includes the sum of the choosen field. Cheers, Markus "cmd.ares" wrote: >lucene index structure: >product_name type price >--

Creating a new Collection through API

2012-10-10 Thread Markus Mirsberger
Hi, what is the best way to create a new Collection through the API so I get an own config folder with schema.xml and solrconfig.xml inside the created Core? When I just create a Collection, only the data folder will be created but the config folder with schema.xml and solrconfig.xml will be