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
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
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
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
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
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
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