RE: Migrating junit tests from Solr 4.5.1 to Solr 5.2.1

2015-07-27 Thread Rich Hume
Erick On Tue, Jul 21, 2015 at 8:49 AM, Rich Hume wrote: > I am migrating from Solr 4.5.1 to Solr 5.2.1 on a Windows platform. I am > using multi-core, but not Solr cloud. I am having issues with my suite of > junit tests. My tests currently use code I found in SOLR-4502. > >

Migrating junit tests from Solr 4.5.1 to Solr 5.2.1

2015-07-21 Thread Rich Hume
I am migrating from Solr 4.5.1 to Solr 5.2.1 on a Windows platform. I am using multi-core, but not Solr cloud. I am having issues with my suite of junit tests. My tests currently use code I found in SOLR-4502. I was wondering whether anyone could point me at best-practice examples of multi-c

Problem with distributed search using grouping and highlighting

2015-06-08 Thread Rich Hume
I am currently using Solr 4.5.1. In the hopes of seeing better query performance, I have sharded an index and I am trying to use the shards parameter along with grouping and highlighting. I am not currently using Solr cloud. I got past an earlier problem by adding a second sort parameter (as

Errors after upgrade from Solr 4.5.1 to Solr 4.10.4

2015-04-29 Thread Rich Hume
After we upgraded Solr from 4.5.1 to 4.10.4, we started seeing the following UnsupportedOperationException logged repeatedly. We do not have highlighting configured to useFastVectorHighlighter. The logged stack trace has given me little to go on. I was hoping this is a problem others have see