Re: Require searching only for file content and not metadata

2019-08-27 Thread Yogendra Kumar Soni
It will be easier to parse documents create content, metadata and other required fields yourself in place of using default post tool. You will have better control on what is going to which field. On Tue 27 Aug, 2019, 6:48 PM Khare, Kushal (MIND), < kushal.kh...@mind-infotech.com> wrote: > Basic

Re: Add certain documents right after particular document

2019-07-20 Thread Yogendra Kumar Soni
Grouping can be used, Suppose you have recommendations 2,3 for id 1 and 6 for id 5. You can use group query to get these document together. group.query=id:(1 OR 2 OR 3)&group.query=id:(5 OR 6) On Sun 21 Jul, 2019, 9:47 AM Venkateswarlu Bommineni, wrote: > Thanks Saurabh for quick response. > >

Re: How to prevent solr from deleting cores when getting an empty config from zookeeper

2019-04-12 Thread Yogendra Kumar Soni
loud install at an ensemble that exists but has no data. Problems > with a chroot are most likely, I think -- forgetting to add the chroot > seems like a good way to cause this issue. > > I have opened an issue for the problem. > > https://issues.apache.org/jira/browse/SOLR-13396 > > Thanks, > Shawn > -- *Thanks and Regards,* *Yogendra Kumar Soni*

Re: how to recover state.json files

2019-01-10 Thread Yogendra Kumar Soni
Thanks Shawn and ErickI got the points * Solr does not stored every single piece of information of state.json but can be recreated. I think there is something not adding up << On 1/9/2019 4:25 AM, Yogendra Kumar Soni wrote: > > How to know attributes like shard name and hash

Re: Solr Cloud wiping all cores when restart without proper zookeeper directories

2019-01-10 Thread Yogendra Kumar Soni
eemed to me that the majority (definitely not all) of > modifications needed during normal operations can usually be done through > Solr's APIs. > > Thanks, > Chris > > On Thu, Jan 10, 2019 at 12:04 AM Yogendra Kumar Soni < > yogendra.ku...@dolcera.com>

Re: how to recover state.json files

2019-01-10 Thread Yogendra Kumar Soni
Wed, Jan 9, 2019 at 5:20 AM Bernd Fehling > > wrote: > > > > > > Have you lost dataDir from all zookeepers? > > > > > > If not, first take a backup of remaining dataDir and then start that > > zookeeper. > > > Take ZooInspector to con

Re: Solr Cloud wiping all cores when restart without proper zookeeper directories

2019-01-09 Thread Yogendra Kumar Soni
k Erickson > wrote: > > > Solr doesn't just remove directories, this is very likely > > something in your environment that's doing this. > > > > In any case, there's no information here to help > > diagnose. You must tell us _exactly_ what st

how to recover state.json files

2019-01-09 Thread Yogendra Kumar Soni
. -- *Thanks and Regards,* *Yogendra Kumar Soni*

Solr Cloud wiping all cores when restart without proper zookeeper directories

2019-01-09 Thread Yogendra Kumar Soni
Kumar Soni*

Re: How to add two fields (mobile,year) in SolrCloud Collection

2018-10-25 Thread Yogendra Kumar Soni
solrCloud Collection(While we check in Files > Folder -> Schema.xml on Solr Admin UI Portal). > > Please, can anyone help me how to resolve this issue? > > Regards, > Bala Manikanta K. > kbmanikant...@gmail.com > > > > > -- > Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html > -- *Thanks and Regards,* *Yogendra Kumar Soni*

Re: ComplexPhraseQParser vs phrase slop

2018-10-12 Thread Yogendra Kumar Soni
erstand #1 > creates a SpanQuery and #2 a PhraseQuery but I would have thought without > wildcards and with the attribute inOrder=false that both would/should yield > the exact same results. If they should ( and they aren't for me ) what > could the problem be? If the shouldn't, could someone explain why? > > Thanks > > > -- *Thanks and Regards,* *Yogendra Kumar Soni*

Re: Solr 7.3 suggest dictionary building fails in cloud mode with large number of rows

2018-06-04 Thread Yogendra Kumar Soni
gt; the Solr nodes. > It could be network, but in your case it may be some Stop World situation > caused by GC. > > > > > - > --- > Alessandro Benedetti > Search Consultant, R&D Software Engineer, Director > Sease Ltd. - www.sease.io > -- > Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html > -- *Thanks and Regards,* *Yogendra Kumar Soni*

Solr 7.3 suggest dictionary building fails in cloud mode with large number of rows

2018-06-03 Thread Yogendra Kumar Soni
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542) ... 12 more *Thanks and Regards,* *Yogendra Kumar Soni*