Re: unable to add documents to solr 6.2.1 index

2016-09-28 Thread Darshan Pandya
re you starting Solr? 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 > <darshan

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

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
e /solr is only at the end, not every 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, Dar

Re: newbie question

2016-09-07 Thread Darshan Pandya
ese > options... > > Best, > Erick > > On Wed, Sep 7, 2016 at 11:43 AM, Darshan Pandya <darshanpan...@gmail.com> > wrote: > > Gonzalo, > > Thanks for responding, > > executed the parameters you suggested, it still shows me the same error. > > Sincerely,

Re: newbie question

2016-09-07 Thread Darshan Pandya
se 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...@gmail.com] > S

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

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 <darshanpan...@gmail.com> wrote: > Nick, Thanks

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

Re: Use of solr + banana for faceted search

2016-07-20 Thread Darshan Pandya
will show up as an > accordion. However, 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 <darshanpan...@g