AW: Use function return value for range queries

2013-10-04 Thread Sandro Zbinden
Thanks for the quick answer. I thought that :-) Is there any plan add such a functionality in the future. Or is it completely against the concept. Bests Sandro -Ursprüngliche Nachricht- Von: Jack Krupansky [mailto:j...@basetechnology.com] Gesendet: Freitag, 4. Oktober 2013 16:41 An:

AW: AW: Solr grouping performace

2013-10-03 Thread Sandro Zbinden
About the performance I can't say too much but what I would recommend to do is that you loop over the results. The first query gives you the number of groups (ngroups) q=*:*&groups=true&group.ngroups=true&group.field=myfield&start=0&rows=1 And after that you execute the other queries in a

AW: Exact Date Search

2013-10-03 Thread Sandro Zbinden
23:43Z } 3. More than: q= modify_date:{ 2012-07-06T9:23:43Z TO *} 4. Less or equal than: modify_date:[* TO 2012-07-06T9:23:43Z] 5. More or equal than: modify_date:[ 2012-07-06T9:23:43Z TO *] Bests Sandro Zbinden -Ursprüngliche Nachricht- Von: soumikghosh05 [mailto:soumikghos...@y

AW: Solr grouping performace

2013-10-03 Thread Sandro Zbinden
param. Bests Sandro Zbinden -Ursprüngliche Nachricht- Von: Alok Bhandari [mailto:alokomprakashbhand...@gmail.com] Gesendet: Donnerstag, 3. Oktober 2013 12:31 An: solr-user@lucene.apache.org Betreff: Solr grouping performace Hello , I am using solr 4.0 , I want to group entries on one of th

AW: Facet sort descending

2013-09-10 Thread Sandro Zbinden
On Tue, Sep 10, 2013 at 11:49 AM, Sandro Zbinden wrote: > Hi > > @Peter This is actually the requirement. We have. For both sort > options (index, count) we would like to have the possibility to add the desc > option. > > Instead of this result > q=*:*&facet=true&

AW: Facet sort descending

2013-09-10 Thread Sandro Zbinden
Hi @Peter This is actually the requirement. We have. For both sort options (index, count) we would like to have the possibility to add the desc option. Instead of this result q=*:*&facet=true&facet.field=image_text&facet.sort=index&rows=0 12 23 200/int> We would like to a

AW: Facet Sort with non ASCII Characters

2013-09-10 Thread Sandro Zbinden
ee...@gmail.com [mailto:ysee...@gmail.com] Im Auftrag von Yonik Seeley Gesendet: Montag, 9. September 2013 21:26 An: solr-user@lucene.apache.org Betreff: Re: Facet Sort with non ASCII Characters On Mon, Sep 9, 2013 at 7:16 AM, Sandro Zbinden wrote: > Is there a plan to add support for alphabetic

Facet sort descending

2013-09-09 Thread Sandro Zbinden
Dear solr users Is there a plan to add a descending sort order for facet queries ? Best regards Sandro Sandro Zbinden Software Engineer

Facet Sort with non ASCII Characters

2013-09-09 Thread Sandro Zbinden
Dear solr users Is there a plan to add support for alphabetical facet sorting with non ASCII Characters ? Best regards Sandro Sandro Zbinden Software Engineer

AW: Transaction log "on-disk" guarantees

2013-08-27 Thread Sandro Zbinden
to use the fync option here. Unless you have a great, long time, battery backup and/or an env such that hard resets don't concern you for some reason. It comes down to your requirments. Responses to Sandro inline below: On Aug 27, 2013, at 11:43 AM, Sandro Zbinden wrote: > Hey Mark &

AW: Transaction log "on-disk" guarantees

2013-08-27 Thread Sandro Zbinden
uot; guarantees On Aug 27, 2013, at 11:08 AM, Sandro Zbinden wrote: > Can we activate the transaction log to have on disk guarantees and then use > the solr soft commit feature ? Yes you can. If you only have a single node (no replication), you probably want to turn on fsync via the config. - Mark

Transaction log "on-disk" guarantees

2013-08-27 Thread Sandro Zbinden
Dear solr users We are using the solr soft comit feature and we are worried about what happens after we restart the solr server. Can we activate the transaction log to have on disk guarantees and then use the solr soft commit feature ? Thanks and Best regards Sandro Zbinden

Solr show total row count in response of full import

2013-07-31 Thread Sandro Zbinden
could receive a total row count like 10100 With this information we could add another information like 62.91 This would make it easier to generate a progress bar for the end user. Best regards Sandro Zbinden

AW: Avoid Solr Pivot Faceting Out of Memory / Shorter result for pivot faceting requests with facet.pivot.ngroup=true and facet.pivot.showLastList=false

2013-07-26 Thread Sandro Zbinden
with your patch, take a quick look at the tests that fail and see if they're related to your changes. Start here: http://wiki.apache.org/solr/HowToContribute Best Erick On Fri, Jul 19, 2013 at 9:25 AM, Sandro Zbinden wrote: > Dear Members. > > Do you guys think I am better of

AW: Avoid Solr Pivot Faceting Out of Memory / Shorter result for pivot faceting requests with facet.pivot.ngroup=true and facet.pivot.showLastList=false

2013-07-19 Thread Sandro Zbinden
facet.pivot query. Best Regards Sandro Zbinden -Ursprüngliche Nachricht- Von: Sandro Zbinden [mailto:zbin...@imagic.ch] Gesendet: Mittwoch, 17. Juli 2013 13:45 An: solr-user@lucene.apache.org Betreff: Avoid Solr Pivot Faceting Out of Memory / Shorter result for pivot faceting requests

Avoid Solr Pivot Faceting Out of Memory / Shorter result for pivot faceting requests with facet.pivot.ngroup=true and facet.pivot.showLastList=false

2013-07-17 Thread Sandro Zbinden
t this into the solr code. I think it's a really small change of the code but could improve the product enormous. Best Regards Sandro Zbinden