solr user admin interface doesn't work after 8.4

2021-06-11 Thread Maria Muslea
Hi, I am having trouble with the online user admin interface. Everything worked fine up to version 8.4. Now I am trying version 8.8 and the links to different screens seem to be broken. For example, in the working version the query screen is accessed with: http://localhost:8983/solr/#/corenam

Re: solr user admin interface doesn't work after 8.4

2021-06-11 Thread Maria Muslea
ttp://localhost:8983/solr/#//query < > http://localhost:8983/solr/#//query> both work fine. > >> > >> The one thing I can suggest is that you try it with a Private/Incognito > >> window and see if you have the same problem. > >> If the problem is gone whe

highlighting performance

2024-03-11 Thread Maria Muslea
Hi, I am having trouble with highlighting being very slow. I tried all suggestions that I could find online, but it is still much slower than I would like it to be. This happens on multi-valued fields that can sometimes have ~2-3M values of ~200 characters each value. I am using hl.method=unifie

Re: highlighting performance

2024-03-19 Thread Maria Muslea
ort-circuit some expensive > sentence fragmentation that I suspect might not be useful if your > values are only 200 characters. > > 2-3M values -- wow that's something. Solr has to pull all that data > back per doc that's matched. > > Good luck, > ~ David Smile

Re: highlighting performance

2024-03-28 Thread Maria Muslea
46 AM Maria Muslea wrote: > Thank you for your suggestions. I did read the reference guide and tried > everything that I thought might help. > I am using hl.method=unified and I do not have wildcards in my query, BUT > I did not try storeOffsetsWithPositions=true. > > I will