Running solr cloud

2013-06-18 Thread Daniel Mosesson
I cannot seem to be able to get the default cloud setup to work properly. What I did: Downloaded the binaries, extracted. Made the pwd example Ran: java -Dbootstrap_confdir=./solr/collection1/conf -Dcollection.configName=myconf -DzkRun -DnumShards=2 -jar start.jar And got the error message: Caus

Different scores for exact and non-exact matching

2013-06-17 Thread Daniel Mosesson
What I am looking to do is take field that contains a string like (called name for example): "This is a sample string" and then query by that field so that a search for "This" gets x points (exact match), "sam" gets y points (partial match). I attempted to do this via the sort and query parame

Configuring Solr to connect to a SQL server instance

2013-06-12 Thread Daniel Mosesson
I currently have the following: I am running the example-DIH instance of solr, and it works fine. I then change the data-db-confix.xml file to make the dataSource the following: As far as I can tell from the SQL profiler, it is never able to log in, or even attempt to connect. I did get the j