Problem with multi-valued field using Solr CEL

2017-04-04 Thread Charlie Hubbard
So I'm trying to index documents using Solr CEL and Tika on Solr 5.4.1. I'm using the default configuration, but when I import my docs I'm getting this error: 125973 INFO (qtp840863278-17) [ x:fusearchiver] o.a.s.c.PluginBag Going to create a new requestHandler with {type = requestHandler,name

Help me under the pros/cons of dynamic fields and schema-less mode

2015-07-18 Thread Charlie Hubbard
So I want to allow people to upload any CSV/XML/JSON to solr they want so having a predefined schema isn't going to cut it. After reading about my options I figured my choices were schema-less mode and dynamic fields using the * with a type other than ignore. I know the docs say schema-less isn't

Solrj Tika/Cell not using defaultField

2015-06-14 Thread Charlie Hubbard
I'm having trouble getting Solr to pay attention to the defaultField value when I send a document to Solr Cell or Tika. Here is my post I'm sending using Solrj POST /solr/collection1/update/extract?extractOnly=true&defaultField=text&wt=javabin&version=2 HTTP/1.1 When I get the response back the

Re: How to use Solr 5 with grade/maven/ivy?

2015-06-07 Thread Charlie Hubbard
ing_ to not distributing a war file so you're absolutely > correct to start > planning on not having a war > > Now, about the dependency management tool, I really haven't a clue so I'll > defer > that to people who know. > > Best, > Erick > > Best, >

How to use Solr 5 with grade/maven/ivy?

2015-06-07 Thread Charlie Hubbard
So I've been trying to utilize Solr, and I integrated with Solr 4.x but using its war file. I wanted to use a dependency management tool so it was easier to migrate between versions. I've read several blogs on how to integrate Solr with other dependency management tools and they all use the war f