Re: question on docker example from guide

2023-10-26 Thread Thomas Corthals
Hi Vince, If you want to run the techproducts examples, these commands from https://stackoverflow.com/a/55171062 do the trick: - docker run --name my_solr -d -p 8983:8983 -t solr - docker exec -it --user=solr my_solr bin/solr create_core -c techproducts - docker exec -it --user=solr m

Help Solr Newsletter October 2023 with links, blogs, articles

2023-10-26 Thread Arrieta, Alejandro
Hello Solr Community, We are working on the October Newsletter, and Solr/Lucene/search-related content is welcome. Please check the draft here: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=272927879 If the content you want to suggest is not there, please add it to the wiki or

Re: Help Solr Newsletter October 2023 with links, blogs, articles

2023-10-26 Thread Charlie Hull
Hi Alejandro, We've got a wealth of Solr related content to contribute, the question might be how much do you want? :-) 1. Talk videos about Solr From our conferences and others, everything is categorised here https://opensourceconnections.com/about-us/videos-about-search/ with a Solr playli

Re: question on docker example from guide

2023-10-26 Thread Vince McMahon
THank you, Thomas. It works. ufuk yılmaz uyil...@vivaldi.net, I'm on a win 10 docker 20 and Thomas' commands works. Good luck. On Thu, Oct 26, 2023 at 3:59 AM Thomas Corthals wrote: > Hi Vince, > > If you want to run the techproducts examples, these commands from > https://stackoverflow.co

Re: Question on "useColdSearcher"

2023-10-26 Thread Surya R
Thanks Shawn, for the quick response. That was my assumption that some queries were taking longer time during the warmup. That is why I turned off the warmup count and made it to zero, but still the slow behavior. One thing I was curious about was, if the cache was being warmed up with queries fr

Re: Question on "useColdSearcher"

2023-10-26 Thread Shawn Heisey
On 10/26/23 08:36, Surya R wrote: That was my assumption that some queries were taking longer time during the warmup. That is why I turned off the warmup count and made it to zero, but still the slow behavior. Can you restart Solr and provide the entire solr.log file? Maybe that will have som

Solr Operator Tutorial

2023-10-26 Thread Solr User
I went through the tutorial documented at https://apache.github.io/solr-operator/docs/local_tutorial and the solr instances would not start. I saw that there was an error parsing solr.xml on the field "allowPaths" so decided to try version 8.7 since it looks like this was introduced in 8.6: https:

Re: Solr 9.2.1 custom plugin read values in solrconfig.xml

2023-10-26 Thread elisabeth benoit
Hello, Thanks for answering. The unit test does not bypass the newSearcher part when it works. For the record (for others who may have the same problem), you have to implement the same function as in AbstractSolrEventListener protected NamedList addEventParms( SolrIndexSearcher currentSea

Re: Help Solr Newsletter October 2023 with links, blogs, articles

2023-10-26 Thread Alessandro Benedetti
Plenty of cool stuff! I'll have our digital marketing manager @Lisa Biella who reads in copy to add our part as well! Cheers -- *Alessandro Benedetti* Director @ Sease Ltd. *Apache Lucene/Solr Committer* *Apache Solr PMC Member* e-mail: a.benede...@sease.io *Sease* - In

where is the

2023-10-26 Thread Vince McMahon
I needed to be able to add the following lines to the managed-schema file. can those lines be added using Solr UI?