Re: unable to add documents to solr 6.2.1 index

2016-09-28 Thread Darshan Pandya
A common root > cause is using some kind of servlet container and copying Solr > jars around to try to make the container happy thus getting old > and new versions > > Best, > Erick > > On Wed, Sep 28, 2016 at 11:46 AM, Darshan Pandya > wrote: > > Hello, > > &

unable to add documents to solr 6.2.1 index

2016-09-28 Thread Darshan Pandya
Hello, I am facing the following issue with trying to add documents to a solr 6.2 cloud collection I am facing the following problem curl -X POST -H 'Content-Type: application/json' ' http://host:8983/solr/one/update/json/docs' --data-binary ' { "dataset_id": "1", "search_string": "search do

MapReduceIndexerTool erroring with max_array_length

2016-09-08 Thread Darshan Pandya
Hello, While this may be a question for cloudera, I wanted to tap the brains of this very active community as well. I am trying to use the MapReduceIndexerTool to index data in a hive table to Solr Cloud / Cloudera Search. The tool is failing the job with the following error 1799 [main] INFO

Re: newbie question

2016-09-07 Thread Darshan Pandya
very node). > > Second, I always get confused whether the /solr is necessary or not. > > Again, though, the Cloudera user's list is probably a place to get better > answers. > > Best, > Erick > > On Wed, Sep 7, 2016 at 12:15 PM, Darshan Pandya > wrote: > > T

Re: newbie question

2016-09-07 Thread Darshan Pandya
's done, you either > 1> specify the collection name exactly the same as the config name > you uploaded > or > 2> use one of the other parameters to tell collectionX to use configsetY > with the collection create command. solrctl help should show you all these > options... >

Re: newbie question

2016-09-07 Thread Darshan Pandya
your > new collection's name is the same as the instanceDir's, you could just omit > that parameter and it should work ok. > > Try that and see if it works. > > Good luck, > Gonzalo > > -Original Message- > From: Darshan Pandya [mailto:darshanpan...@gm

newbie question

2016-09-07 Thread Darshan Pandya
hello, I am using solr cloud with cloudera. When I try to create a collection, it fails with the following error. Any hints / answers will be helpful. $ solrctl --zk host:2181/solr instancedir --list Catalog_search_index $ solrctl --zk shot:2181/solr --solr host:8983/solr/ collection --creat

Re: Use of solr + banana for faceted search

2016-07-21 Thread Darshan Pandya
Thanks Nick, once again. I was able to use Facet panel. I also wanted to ask the group if there is a repository of custom panels for Banana which we can benefit from ? Sincerely, Darshan On Wed, Jul 20, 2016 at 11:55 AM, Darshan Pandya wrote: > Nick, Thanks for your help. I'll test it

Use of solr + banana for faceted search

2016-07-20 Thread Darshan Pandya
Hello folks, I am fairly new to solr + banana, especially banana. I am trying to configure banana for faceted search for a collection in solr. I want to be able to have multiple facets parameters on the left and see the results of selections on my data table on the right. Exactly like guided Nav

Re: Use of solr + banana for faceted search

2016-07-20 Thread Darshan Pandya
, keep in mind that the field needs to be tokenized for > faceting (i.e. string) and upon selection the filter is added to the fq > parameter in the Solr query. Let me know if that helps. > > On Wed, Jul 20, 2016 at 12:40 PM, Darshan Pandya > wrote: > > > Hello folks, &g