Cost of Stored=True Setting for All Fields

2020-01-28 Thread Joseph Lorenzini
Hi all, I am in the process of migrating a solr collection from 4 to 8. I discovered that there was no ETL process for loading all the data into a new collection in solr 8, so I had to build one. For technical reasons that aren't important here, I'd prefer this tool to be a one-off. In the

Solr 6.3 and OpenJDK 11

2020-01-28 Thread Arnold Bronley
Hi, How much of a problem would it be if I use OpenJDK 11 with Solr 6.3. I am aware that the system requirements page for Solr mentions that 'You should avoid Java 9 or later for Lucene/Solr 6.x or earlier.' I am interested in knowing what sort functionalities would break in Solr if I try to use

Solr 7.7: Using Tika in Production

2020-01-28 Thread Dustin Lebsock
Hi! First off, thank you for the help! I'm currently running SolrCloud based off the helm chart found here: https://github.com/helm/charts/tree/master/incubator/solr Everything works great but I'd like to now use Tika to start indexing PDF's as well. In the documentation, its recommended to

Re: Bug in scoreNodes function of streaming expressions?

2020-01-28 Thread pratik@semandex
Joel Bernstein wrote > Ok, that sounds like a bug. I can create a ticket for this. > > On Mon, Jul 1, 2019 at 5:57 PM Pratik Patel > pratik@ > wrote: > >> I think the problem was that my streaming expression was always returning >> just one node. When I added more data so that I can have

Re: Haystack CFP is open, come and tell us how you tune relevance for Lucene/Solr

2020-01-28 Thread John Blythe
Perfect, thank you! On Tue, Jan 28, 2020 at 02:18 Charlie Hull wrote: > We're expecting prices to be very similar to last year - early bird will > be $300 ish for conference only and $2250 ish for conference plus a > training (we're running no less than 5 different classes that week > including

Re: Solr cloud production set up

2020-01-28 Thread Jason Gerlowski
Hi Rajdeep, Unfortunately it's near impossible for anyone here to tell you what parameters to tweak. People might take guesses based on their individual past experience, but ultimately those are just guesses. There are just too many variables affecting Solr performance for anyone to have a good

Re: Solr 6.6.2 build from source is failing

2020-01-28 Thread Jan Høydahl
This is of course unfortunate, but we’ll most likely not release a 6.x version, so the official solution is to upgrade. You can of course patch your local checkout of 6.x to fix the urls so you can build. And if you make a Pull Request we may merge that to branch_6_6 even if there will not be

Solr 6.6.2 build from source is failing

2020-01-28 Thread Guruprasad Jois
Hi, After Jan 15th maven is allowing only https connections to repo. But solr 6.6.2 version uses http connection. So builds are failing. Is there any workaround for this? Below are the errors we are getting when we do ant ivy-bootstrap && ant compile && ant package ivy-bootstrap1:

Re: Spell check with data from database and not from english dictionary

2020-01-28 Thread Jan Høydahl
You could create a job in your application that generates a new spellcheck dictionary from DB every day and upload it to Zookeeper, then calling RELOAD on the collection(s). Or you could start investigating a ManagedSpellchecker implementation of the spellcheck component that exposes a REST API

Re: Haystack CFP is open, come and tell us how you tune relevance for Lucene/Solr

2020-01-28 Thread Charlie Hull
We're expecting prices to be very similar to last year - early bird will be $300 ish for conference only and $2250 ish for conference plus a training (we're running no less than 5 different classes that week including Think Like a Relevance Engineer, Hello LTR and NLP) - hopefully this will

Re: Solr Cloud on Docker?

2020-01-28 Thread Dominique Bejean
Hi Dwane, Thank you for sharing this great solr/docker user story. According to your Solr/JVM memory requirements (Heap size + MetaSpace + OffHeap size) are you specifying specific settings in docker-compose files (mem_limit, mem_reservation, mem_swappiness, ...) ? I suppose you are limiting