Re: Nested entity unrolled record

2018-09-22 Thread Mikhail Khludnev
Tanya, have you tried to designate it by rootEntity attribute? On Fri, Sep 21, 2018 at 11:06 PM Tanya Bompi wrote: > Hi, > I am wondering if with a nested entity using the DataImportHandler, if > its possible to unroll the parent document with each of the child document > as a separate entry

Re: POSSIBLE RESOURCE LEAK- solr 6.6.2

2018-09-22 Thread Mikhail Khludnev
I've nailed down some edge cases of ZK expiration at 7.4 under SOLR-12200. Not sure if it may help. On Sat, Sep 22, 2018 at 5:05 PM Susheel Kumar wrote: > It looks like it got into this state of recovery after "ZooKeeper session > was expired" and then never recovered. In what situations this

Re: Solrcloud admin not asking for login

2018-09-22 Thread Jan Høydahl
Perhaps your browser remembers the password. Try to quit and start your browser and try again. Also you can go to Cloud tab under Tree menu and look at the contents of security.json - I guess it mentions solr.BasicAuthPlugin, check that the option blockUnknown is set to true, else not all

Re: Solrcloud admin not asking for login

2018-09-22 Thread Sushant Vengurlekar
Any one have any ideas as to what could be going wrong. Thank you On Fri, Sep 21, 2018 at 10:43 PM Sushant Vengurlekar < svengurle...@curvolabs.com> wrote: > I followed the guide over here to setup basic auth for solrcloud > >

Enum Types in SolrCloud

2018-09-22 Thread Parag Shah
Hi all, I am a Solr newbie and would like to understand how enum types can be added to solrcloud schema which resides in zookeeper. In the example here < https://lucene.apache.org/solr/guide/7_0/working-with-enum-fields.html#working-with-enum-fields > it relies on an enumsConfig.xml file

Term insight with facets

2018-09-22 Thread John Blythe
Hi all. I’m trying to do some analysis on our data. Specifically hoping to see the top and bottom x% of terms in a particular field. I’d prefer to not loop through all terms by way of an updated offset if I can help it. Is there any cool way to request in the facet query a subset based on a

Re: POSSIBLE RESOURCE LEAK- solr 6.6.2

2018-09-22 Thread Susheel Kumar
It looks like it got into this state of recovery after "ZooKeeper session was expired" and then never recovered. In what situations this warn message "Zookeeper session was expired" can come and how does it puts into recovery... Any suggestions ? 2018-09-19 22:48:44.945 INFO

POSSIBLE RESOURCE LEAK- solr 6.6.2

2018-09-22 Thread Susheel Kumar
Hello, I noticed one of the replica's in Recover Failed status and after trying to recreate the replica/restart the node to recover, I see below error from solr log. The leader for this shard8 replica2 i.e. replica1@server 61 seems to be fine and serving the queries. What does this indicate

Re: using uuid for documents

2018-09-22 Thread Zahra Aminolroaya
Hello Alfonso, I expected that we could use *uuid* updateRequestProcessorChain like below for generating unique value for unique key: uniqueKey However, I saw that you used *dedupe* updateRequestProcessorChain as below; true ……… I wonder if we can use