rouble if you just rename your
> fields.
>
> Otis
> Solr & ElasticSearch Support
> http://sematext.com/
> On Feb 19, 2013 12:09 PM, "no spam" wrote:
>
> > I am trying to use an edismax query in SOLR 3.6 to search fields that
> have
> > space
I am trying to use an edismax query in SOLR 3.6 to search fields that have
spaces in their name, ie field "Action 1_t".
I'm using this query string:
start=0&rows=5&user_id=1&wt=json&qf=SLUG_t%5E10.0+Action%5C+1_t&q=%7B!edismax+q.op%3DAND%7Dlebron&debugQuery=true
However my parsed query only has
I get the following error when trying to index using a DataImportHandler
with solr 1.4.1. I see that there is an open JIRA with no resolution. Do I
have to write my own data import handler to work around this issue?
Thanks,
Mark
Feb 3, 2011 5:21:09 PM org.apache.solr.handler.dataimport.JdbcData