Re: faceting is unusable slow since upgrade to 5.3.0

2015-12-19 Thread Jamie Johnson
Bill, Check out the patch attached to https://issues.apache.org/jira/browse/SOLR-8096. I had considered making the method uif after I had done most of the work, it would be trivial to change and would probably be more aligned with not adding unexpected changes to people that are currently using f

Re: faceting is unusable slow since upgrade to 5.3.0

2015-12-19 Thread William Bell
Can we add method=uif back when not using the JSON Facet API too? That would help a lot of people. On Thu, Dec 17, 2015 at 7:17 AM, Yonik Seeley wrote: > On Wed, Dec 16, 2015 at 4:57 AM, Vincenzo D'Amore > wrote: > > Hi all, > > > > given that solr 5.4 is finally released, is this what's more

Re: Some problems when upload data to index in cloud environment

2015-12-19 Thread Shawn Heisey
On 12/18/2015 6:16 PM, 周建二 wrote: > I am building a solr cloud production environment. My solr version is 5.3.1. > The environment consists three nodes running CentOS 6.5. First I build the > zookeeper environment by the three nodes, and then run solr on the three > nodes, and at last build a co

Re: problem with solr plugin

2015-12-19 Thread davidphilip cherian
Hi Sara, The error is clear: class not found exception, which means solr couldn't locate that jar file. If you are not using solr-cloud then place that custom jar under solr_home/lib folder. You can also hard code the path of this jar file in solrconfig.xml under /lib element. If you are using s

problem with solr plugin

2015-12-19 Thread sara hajili
hi i wanna to have own normalization . i write 2 class one class form normalization filter factort that extends token filter factory and imoplement multiTermAwarecomponent and an other one class is normalization factory that extends token filter. then i create a jar from this classes with dependenc

Re: Replacing a document in Solr5

2015-12-19 Thread Andrea Gazzarini
That has nothing to do with your topic: addField adds a new value for a given field in a SolrInputDocument, while setField replaces any existing value (of a given field, regardless what is the existing value, I mean, regardless if that field has zero, one or more values). SolrInputDocument documen