Re: searching is slow while adding document each time

2018-10-28 Thread Parag Shah
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 > > beneficial enough to be worth th

Re: searching is slow while adding document each time

2018-10-28 Thread Parag Shah
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

Re: searching is slow while adding document each time

2018-10-28 Thread Parag Shah
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

Enum Types in SolrCloud

2018-09-22 Thread Parag Shah
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