much better about this:
> >
> https://lucidworks.com/2018/06/20/solr-and-optimizing-your-index-take-ii/
> >
> > Even with the improvements in Solr 7.5, optimize is still a very
> > expensive operation and unless you've measured and can _prove_ it's
> > benefic
ess you really understand the
> downside.
>
> If you are continually adding and deleting documents, you really do not
> want
> to run optimize.
>
> wunder
> Walter Underwood
> wun...@wunderwood.org
> http://observer.wunderwood.org/ (my blog)
>
> > On O
Hi Mugeesh,
Have you tried optimizing indexes to see if performance improves? It is
well known that over time as indexing goes on lucene creates more segments
which will be searched over and hence take longer. Merging happens
constantly but continuous indexing will still introduce smaller seg
Hi all,
I am a Solr newbie and would like to understand how enum types can be
added to solrcloud schema which resides in zookeeper.
In the example here
<
https://lucene.apache.org/solr/guide/7_0/working-with-enum-fields.html#working-with-enum-fields
>
it relies on an enumsConfig.xml file