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: Solr grouping performace

2013-10-03 Thread Sandro Zbinden
. 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 the int

AW: Exact Date Search

2013-10-03 Thread Sandro Zbinden
= modify_date:{* TO 2012-07-06T9: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

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=truegroup.ngroups=truegroup.field=myfieldstart=0rows=1 And after that you execute the other queries in a

AW: Facet Sort with non ASCII Characters

2013-09-10 Thread Sandro Zbinden
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 zbin...@imagic.ch wrote: Is there a plan to add support for alphabetical facet sorting with non ASCII Characters

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=truefacet.field=image_textfacet.sort=indexrows=0 lst name=facet_fields lst name=image_text int

AW: Facet sort descending

2013-09-10 Thread Sandro Zbinden
On Tue, Sep 10, 2013 at 11:49 AM, Sandro Zbinden zbin...@imagic.ch 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=truefacet.field

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

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

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

AW: Transaction log on-disk guarantees

2013-08-27 Thread Sandro Zbinden
On Aug 27, 2013, at 11:08 AM, Sandro Zbinden zbin...@imagic.ch 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

AW: Transaction log on-disk guarantees

2013-08-27 Thread Sandro Zbinden
. 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 zbin...@imagic.ch wrote: Hey Mark Thank you very much

Solr show total row count in response of full import

2013-07-31 Thread Sandro Zbinden
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
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 zbin...@imagic.ch wrote: Dear Members. Do you guys think I am better off in the solr developer

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
of a 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
planned like facet.pivot.ngroup=true and facet.pivot.showLastList=false to improve the performance of pivot faceting. Is there a chance we could get 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