DictionaryCompoundWordTokenFilter vs HyphenationCompoundWordTokenFilter
Hi all, we make use of the DictionaryCompoundWordTokenFilter for language analysis in our project. This filter is well documented in the solr reference guide: https://solr.apache.org/guide/solr/latest/indexing-guide/language-analysis.html#dictionary-compound-word-token-filter Recently I read about the related lucene HyphenationCompoundWordTokenFilter (https://lucene.apache.org/core/10_1_0/analysis/common/org/apache/lucene/analysis/compound/HyphenationCompoundWordTokenFilter.html). It sounds like it might be very useful for our purposes. But this filter is not mentioned in the solr docs. Is there any reason for this? Can it be used in solr? Kind regards Helmut
Re: Slow system info
8.11.2 :| I know it's not current but I'm nevertheless curious since I'm guessing many people ran it for a long time, if they ran into this issue, if it sounds familiar, etc. Thanks! On Wednesday, 26/03/2025 at 11:09 Pierre Salagnac wrote: What's the running Solr version? Significant performance improvements were done recently with SOLR-17340 and SOLR-17441, respectively in versions 9.7 and 9.8. Le mer. 26 mars 2025 à 14:56, Scott Q. a écrit : > I run a 5 node Solr Cloud setup and for some reason the busier > the cluster gets, the slower this endpoint becomes: > http://localhost:8983/solr/admin/info/system?wt=json > > It can take up to 90 seconds to load. I turned off all DNS lookups, > reverse, forced ipv4, etc, it's really tied to system load. > When the cluster is idling it returns in ~1.5 seconds, otherwise it > can be up to 90 seconds or more. > > This is a problem because in the UI, if this call doesn't succeed it > doesn't even show the Cloud menu on the left. > > Anyone else encountered this ? The cluster is busy but 100% > functional, queries take >
Re: Slow system info
What's the running Solr version? Significant performance improvements were done recently with SOLR-17340 and SOLR-17441, respectively in versions 9.7 and 9.8. Le mer. 26 mars 2025 à 14:56, Scott Q. a écrit : > I run a 5 node Solr Cloud setup and for some reason the busier > the cluster gets, the slower this endpoint becomes: > http://localhost:8983/solr/admin/info/system?wt=json > > It can take up to 90 seconds to load. I turned off all DNS lookups, > reverse, forced ipv4, etc, it's really tied to system load. > When the cluster is idling it returns in ~1.5 seconds, otherwise it > can be up to 90 seconds or more. > > This is a problem because in the UI, if this call doesn't succeed it > doesn't even show the Cloud menu on the left. > > Anyone else encountered this ? The cluster is busy but 100% > functional, queries take >