Re: Solr 8.2.0 having issue with ZooKeeper 3.5.5

2019-08-06 Thread Jan Høydahl
Which Java version are u using? Can you try to reproduce from scratch with a small cluster, no SSL etc, just solr 8.2 & zk 3.5.5 and create collection? Jan Høydahl > 7. aug. 2019 kl. 05:33 skrev Zheng Lin Edwin Yeo : > > Hi, > > From my Solr logs, any leads on why the collection creation faile

Re: Solr 8.2.0 having issue with ZooKeeper 3.5.5

2019-08-06 Thread Zheng Lin Edwin Yeo
Hi, >From my Solr logs, any leads on why the collection creation failed, if the issue is only a cosmetic issue? It can work correctly in this same new version of Solr when I use ZooKeeper 3.4.14. Regards, Edwin On Thu, 1 Aug 2019 at 18:05, Jörn Franke wrote: > For me: > * ZK stand-alone mode

Re: modify query response plugin

2019-08-06 Thread Erik Hatcher
I think you’re looking for the Solr Tagger, described here: https://lucidworks.com/post/solr-tagger-improving-relevancy/ > On Aug 6, 2019, at 16:04, Maria Muslea wrote: > > Hi, > > I am trying to implement a plugin that will modify my query response. For > example, I would like to execute a qu

Re: NRT for new items in index

2019-08-06 Thread Anthony Gatlin
Good afternoon! Thank you for your recent email regarding a career opportunity! For your reference, here are links to my updated cover letter and resume. Cover Letter - https://drive.google.com/open?id=1TUi_KeuqcruESeypu5S3-krEOKulxL51 Resume - https://drive.google.com/open?id=1nVRPm-dFVvvjeHK-j

modify query response plugin

2019-08-06 Thread Maria Muslea
Hi, I am trying to implement a plugin that will modify my query response. For example, I would like to execute a query that will return something like: {... "description":"flights at LAX", "highlight":"airport;11;3" ...} This is information that I have in my document, so I can return it. Now, I

Re: NRT for new items in index

2019-08-06 Thread Shawn Heisey
On 7/31/2019 6:47 AM, profiuser wrote: we have something about 400 000 000 items in a solr collection. We have set up auto commit property for this collection to 15 minutes. Is a big collection and we using some caches etc. Therefore we have big autocommit value. I would set autoCommit to 60 se

Re: NRT for new items in index

2019-08-06 Thread Updates Profimedia
On 2019/08/06 06:43:20, Jörn Franke wrote: > Do you have some more information on index and size? > > Do you have to store everything in the Index? Can you store some data (blobs > etc) outside ? > > I think you are generally right with your solution, but also be aware that it > is someti