Re: Upgrade SOLR version - facets perfomance regression

2017-02-13 Thread SOLR4189
I finished to write FacetConverter, but I have a question: How do I config facet.threads parameter in Json Facet Api? I didn't find right syntax in the Confluence page. -- View this message in context: http://lucene.472066.n3.nabble.com/Upgrade-SOLR-version-facets-perfomance-regression

Re: Upgrade SOLR version - facets perfomance regression

2017-02-13 Thread SOLR4189
=*:*={ A_B : {type:terms, field:A, facet:{type:terms, field:B} } }* but I get error: wrong aggr_B field. I didn't find right syntax in the Confluence page. -- View this message in context: http://lucene.472066.n3.nabble.com/Upgrade-SOLR-version-facets-perfomance-regression-tp4315027p4320103

Re: Upgrade SOLR version - facets perfomance regression

2017-02-01 Thread alessandro.benedetti
son facets will be there. Related the converter, i don't think there's anything out there. You will need to define the json facets as json. Cheers -- View this message in context: http://lucene.472066.n3.nabble.com/Upgrade-SOLR-version-facets-perfomance-regression-tp4315027p4318252.html Sent from the S

Re: Upgrade SOLR version - facets perfomance regression

2017-02-01 Thread SOLR4189
-SOLR-version-facets-perfomance-regression-tp4315027p4318241.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Upgrade SOLR version - facets perfomance regression

2017-02-01 Thread SOLR4189
, I checked permissions before each query with my own component). -- View this message in context: http://lucene.472066.n3.nabble.com/Upgrade-SOLR-version-facets-perfomance-regression-tp4315027p4318240.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Upgrade SOLR version - facets perfomance regression

2017-02-01 Thread alessandro.benedetti
le.com/Upgrade-SOLR-version-facets-perfomance-regression-tp4315027p4318189.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Upgrade SOLR version - facets perfomance regression

2017-02-01 Thread SOLR4189
I noticed if I don't write list of components in request handler it works fine, but if I add something like query facet Facets don't work... How can you explian it? -- View this message in context: http://lucene.472066.n3.nabble.com/Upgrade-SOLR-version-facets-perfomance-regression

Re: Upgrade SOLR version - facets perfomance regression

2017-01-31 Thread SOLR4189
Tom, I already tried this syntax (and many another different syntax). It still doesn't work. Are you sure that no need to change facet name in request handler to something else? -- View this message in context: http://lucene.472066.n3.nabble.com/Upgrade-SOLR-version-facets-perfomance

Re: Upgrade SOLR version - facets perfomance regression

2017-01-31 Thread Tom Evans
On Tue, Jan 31, 2017 at 5:49 AM, SOLR4189 wrote: > But I can't run Json Facet API. I checked on SOLR-5.4.1. > If I write: > localhost:9001/solr/Test1_shard1_replica1/myHandler/q=*:*=5=*=json=true=someField > It works fine. But if I write: >

Re: Upgrade SOLR version - facets perfomance regression

2017-01-30 Thread SOLR4189
that it is built-in? If it is built-in, why I can't find explanation about it in reference guid? Thank you for your help. -- View this message in context: http://lucene.472066.n3.nabble.com/Upgrade-SOLR-version-facets-perfomance-regression-tp4315027p4317931.html Sent from the Solr - User mailing

Re: Upgrade SOLR version - facets perfomance regression

2017-01-30 Thread alessandro.benedetti
/SimpleFacets.java:578 : selectFacetMethod -- View this message in context: http://lucene.472066.n3.nabble.com/Upgrade-SOLR-version-facets-perfomance-regression-tp4315027p4317815.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Upgrade SOLR version - facets perfomance regression

2017-01-30 Thread SOLR4189
ing 5.4.1 , > were't you?) > Furthermore, I would recommend to check if your field is/isn't > multi-valued > ( that could affect as well) > It is weird you don't get any benefit from docValues though... > > Cheers Quoted from: http://lucene.472066.n3.nabble.com/Upgrade-SOLR-versio

Re: Upgrade SOLR version - facets perfomance regression

2017-01-30 Thread SOLR4189
After failining SOLR-5.4.1, we checked SOLR-5.5.2 also. -- View this message in context: http://lucene.472066.n3.nabble.com/Upgrade-SOLR-version-facets-perfomance-regression-tp4315027p4317804.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Upgrade SOLR version - facets perfomance regression

2017-01-30 Thread alessandro.benedetti
benefit from docValues though... Cheers -- View this message in context: http://lucene.472066.n3.nabble.com/Upgrade-SOLR-version-facets-perfomance-regression-tp4315027p4317781.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Upgrade SOLR version - facets perfomance regression

2017-01-29 Thread SOLR4189
: if Json Facet Api is good enough and if exists some converter from old facet api to new facet api? -- View this message in context: http://lucene.472066.n3.nabble.com/Upgrade-SOLR-version-facets-perfomance-regression-tp4315027p4317716.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Upgrade SOLR version - facets perfomance regression

2017-01-27 Thread alessandro.benedetti
Which kind of field are you faceting on ? Cardinality ? Field Type ? Doc Valued ? Which facet algorithm are you using ? Which facet parameters ? Cheers -- View this message in context: http://lucene.472066.n3.nabble.com/Upgrade-SOLR-version-facets-perfomance-regression-tp4315027p4317513.html

Re: Upgrade SOLR version - facets perfomance regression

2017-01-26 Thread billnbell
hes with high cardinality >> fields. >> >> In the case you facet method is enum ( Term Enumeration), the issue has >> been >> transparently solved ( >> https://issues.apache.org/jira/browse/SOLR-9176 ) >> >> Cheers >> >> >> >>

Re: Upgrade SOLR version - facets perfomance regression

2017-01-26 Thread Bhawna Asnani
; -- > View this message in context: http://lucene.472066.n3. > nabble.com/Upgrade-SOLR-version-facets-perfomance- > regression-tp4315027p4315512.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Upgrade SOLR version - facets perfomance regression

2017-01-24 Thread alessandro.benedetti
), the issue has been transparently solved ( https://issues.apache.org/jira/browse/SOLR-9176 ) Cheers -- View this message in context: http://lucene.472066.n3.nabble.com/Upgrade-SOLR-version-facets-perfomance-regression-tp4315027p4315512.html Sent from the Solr - User mailing list archive

Upgrade SOLR version - facets perfomance regression

2017-01-20 Thread SOLR4189
omance of SOLR-4.10.1? Maybe does some convertor from new api to old api exist? -- View this message in context: http://lucene.472066.n3.nabble.com/Upgrade-SOLR-version-facets-perfomance-regression-tp4315027.html Sent from the Solr - User mailing list archive at Nabble.com.