Re: How to alter the facet query limit default

2017-01-31 Thread alessandro.benedetti
It is already possible[1]. I still don't understand why your default stopped working. You said that when you changed the name of your fields ( that were used in the copy fields as destination), the default value ( coming from the source field) stopped to work. How did you solve that issue ? Have y

Re: How to alter the facet query limit default

2017-01-31 Thread Comcast
I solved it by changing the field names to camelcase and adding the facet limit parameter to the query. Sent from my iPhone > On Jan 31, 2017, at 4:19 AM, alessandro.benedetti > wrote: > > What was the problem with the default in the end ? > > Cheers > > > > -- > View this message in cont

Re: How to alter the facet query limit default

2017-01-31 Thread Comcast
It would be nice if facets and all the parameters could be configured in a config/xml file. Sent from my iPhone > On Jan 31, 2017, at 4:19 AM, alessandro.benedetti > wrote: > > What was the problem with the default in the end ? > > Cheers > > > > -- > View this message in context: > http

Re: How to alter the facet query limit default

2017-01-31 Thread alessandro.benedetti
What was the problem with the default in the end ? Cheers -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-alter-the-facet-query-limit-default-tp4315939p4317964.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to alter the facet query limit default

2017-01-30 Thread Erick Erickson
ot;solr-user" > Sent: Thursday, January 26, 2017 11:40:49 AM > Subject: Re: How to alter the facet query limit default > > facet.limit? > f..facet.limit? (not sure how that would work with field > name that contains dots) > > Docs are at: https://cwiki.apache.org/conf

Re: How to alter the facet query limit default

2017-01-30 Thread KRIS MUSSHORN
Alexandre.. Once i converted to fieldnames without dots it worked.. thank you Kris - Original Message - From: "Alexandre Rafalovitch" To: "solr-user" Sent: Thursday, January 26, 2017 11:40:49 AM Subject: Re: How to alter the facet query limit defau

Re: How to alter the facet query limit default

2017-01-26 Thread KRIS MUSSHORN
uary 26, 2017 11:40:49 AM Subject: Re: How to alter the facet query limit default facet.limit? f..facet.limit? (not sure how that would work with field name that contains dots) Docs are at: https://cwiki.apache.org/confluence/display/solr/Faceting Regards, Alex. http://www.solr-start.

Re: How to alter the facet query limit default

2017-01-26 Thread Alexandre Rafalovitch
facet.limit? f..facet.limit? (not sure how that would work with field name that contains dots) Docs are at: https://cwiki.apache.org/confluence/display/solr/Faceting Regards, Alex. http://www.solr-start.com/ - Resources for Solr users, new and experienced On 26 January 2017 at 10:36, KR