solrj UpdateRequest Delete ReplicationFactor

2015-10-23 Thread Troy Collinsworth
- Why doesn't a solrj UpdateRequest delete return any shard replication factor data? - Is there a way to know if/when a solrj UpdateRequest delete has achieved replication factor > 1? When executing a UpdateRequest deleteByQuery with route, the minAchievedReplicationFactor is always

CloudSolrClient send routed update/delete by query

2015-10-20 Thread Troy Collinsworth
Is it possible to execute the following via CloudSolrClient? It works via curl. curl 'http://localhost:8983/solr/asset/update/json?_route_="b!"&json.filter="cust:b";' -H 'Content-type:application/json' -d '{params:{},"delete":{"query":"cust:b"},"commit": {},"optimize": {}}' I've tried the fol

Re: Multivalued OR query with equal score/rankings when any one value matches

2015-05-24 Thread Troy Collinsworth
implementation (this issue specifically). -Troy On Sat, May 23, 2015 at 9:33 PM, Yonik Seeley wrote: > On Sat, May 23, 2015 at 1:29 PM, Troy Collinsworth > wrote: > > While trying to query a multivalued String field for multiple values, > when > > any one value matches the sc

Re: Multivalued OR query with equal score/rankings when any one value matches

2015-05-23 Thread Troy Collinsworth
> > Thanks, that was it. Being new to this I wouldn't have thought of that. > > docfreq for 890 is 12 > docfreq for 931 is 19 > > I found this post > > on how to disable idf which I will try. > > -Troy >

Multivalued OR query with equal score/rankings when any one value matches

2015-05-23 Thread Troy Collinsworth
While trying to query a multivalued String field for multiple values, when any one value matches the score is higher for the lower value and lower for the higher. I swapped the value order and it had no affect so it isn't positional. I want the score to be the same irrespective of the value matched

Multivalued OR query with equal score/rankings when any one value matches

2015-05-22 Thread Troy Collinsworth
While trying to query a multivalued String field for multiple values, when any one value matches the score is higher for the lower value and lower for the higher. I swapped the value order and it had no affect so it isn't positional. I want the score to be the same irrespective of the value matched

Multivalued OR query with equal score/rankings when any one value matches

2015-05-22 Thread Troy Collinsworth
While trying to query a multivalued String field for multiple values, when any one value matches the score is higher for the lower value and lower for the higher. I swapped the value order and it had no affect so it isn't positional. I want the score to be the same irrespective of the value matched