Re: Using Spring standalone jar as Custom Transformer

2014-09-26 Thread keeblerh
All, I have done what I really didn't want to do and it works for now, which is unpacked the solr.war and added all my libs to the WEB-INF/lib. If there is a better solution using the recommended configurations please let me know. Thanks. -- View this message in context: http://lucene.4720

Using Spring standalone jar as Custom Transformer

2014-09-26 Thread keeblerh
I'm trying to use a standalone Spring jar for a custom transformer and have banged my way through most of the issues so far but can't seem to get through this one. When the transformer executes it loads the spring applicationContext.xml file and throws the following error trying to parse it. org.

Re: (auto)suggestions, but ony from a "filtered" set of documents

2014-09-26 Thread Jorge Luis Betancourt Gonzalez
Perhaps instead of the suggester component you could use the EdgeNGramFilter and provide partial matches so you will me able to configure a custom request handler that will “suggest” terms of phrases for you. I’m using this approach to provide queries suggestions, of course I’m indexing the quer

Re: java.lang.NumberFormatException: For input string: "string;#-6.872515521, 53.28853084"

2014-09-26 Thread Erick Erickson
It looks like the data is, literally, string;#-6.872515521, 53.28853084 or maybe #-6.872515521, 53.28853084 either way the data isn't in anything like the format expected. Of course I may be mis-reading this, but it looks like your input process isn't doing what you expect. How are you sending t

java.lang.NumberFormatException: For input string: "string;#-6.872515521, 53.28853084"

2014-09-26 Thread lalitjangra
Hi, I am trying to index latitude and longitude data into solr but getting error as below. ERROR - 2014-09-26 13:44:16.503; org.apache.solr.common.SolrException; org.apache.solr.common.SolrException: ERROR: [doc=http://testirishwaterportal/sites/am/ass/asi/agg/ami/Lists/Waste Waste Water Pumping

Re: Setting of Default Boost in Edismax Search Handler

2014-09-26 Thread O. Olson
I'm grateful to elyograg and erikhatcher on the #solr IRC for helping me with this question. They first pointed me to the Edismax documentation's boost parameter at http://wiki.apache.org/solr/ExtendedDisMax#bf_.28Boost_Function.2C_additive.29 and asked me to put the following in my solrconfig.xml

AW: (auto)suggestions, but ony from a "filtered" set of documents

2014-09-26 Thread Clemens Wyss DEV
Either my intention is dumb (pls let me know ;)), or there is no answer to this problem. If so, I will have to index my sources into separate cores. But then the questions arise: a) how do I get suggestions from more than one core? Multiple suggest-requests, then merge? b) how doe I get (ranked)

Re: Using SolrCloud on Amazon EC2

2014-09-26 Thread Costi Muraru
Hi Timo, Why not use Cloudera's CDH5 which comes with Solr? Costi On Thu, Sep 25, 2014 at 10:43 AM, Timo Schmidt wrote: > Hi together, > > we currently plan to setup a project based on solr cloud and amazon > webservices. Our main search application is deployed using aws opsworks > which works