Re: SolrCloud 4.8 - Transaction log size over 1GB

2015-05-23 Thread Shawn Heisey
On 5/23/2015 9:41 PM, Vincenzo D'Amore wrote: > Thanks Shawn, > > may be this is a silly question, but I looked around and didn't find an > answer... > Well, could I update solrconfig.xml for the collection while the instances > are running or should I restart the cluster/reload the cores? You ca

Re: SolrCloud 4.8 - Transaction log size over 1GB

2015-05-23 Thread Vincenzo D'Amore
Thanks Shawn, may be this is a silly question, but I looked around and didn't find an answer... Well, could I update solrconfig.xml for the collection while the instances are running or should I restart the cluster/reload the cores? On Sun, May 24, 2015 at 5:07 AM, Shawn Heisey wrote: > On 5/23

Re: SolrCloud 4.8 - Transaction log size over 1GB

2015-05-23 Thread Shawn Heisey
On 5/23/2015 8:56 PM, Vincenzo D'Amore wrote: > looking at tlog size I see there are many collection that have keep more > than 1GB of space. > Tlog are growing and the code that adds new documents never does an hard > commit. > > The question is must I fix the code that update the collections or

SolrCloud 4.8 - Transaction log size over 1GB

2015-05-23 Thread Vincenzo D'Amore
Hi, looking at tlog size I see there are many collection that have keep more than 1GB of space. Tlog are growing and the code that adds new documents never does an hard commit. The question is must I fix the code that update the collections or can I do an hard commit externally using collection a

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

2015-05-23 Thread Yonik Seeley
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 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

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

Solr & Heatmap & Geotools

2015-05-23 Thread Joseph Obernberger
Hi All - I've been working with geo tools to build a heat map based on location data coming back from Solr Cloud using these nifty feature where you can facet on location (https://issues.apache.org/jira/browse/SOLR-7005) and generate a raster. I've been able to take this data and build a GridCov