Dynamically Load Query Time Synonym File
Hello, Is there a way to dynamically load a synonym file without restarting solr core ? If this is possible, what are the negative side effects of these ? Example: If Synonym file is loaded dynamically, what happens to the results of the queries stored in the queryresultscache ? Thanks in advance /Sonali.
Using DIH to import 10 million records
Folks, I am planning to use DIH for an index of size 10 million records. I would like to know the following; - Can DIH scale for this size of an indexes - If DIH is a bottleneck, what is the specific issue and how it can be addressed I also read about solrnet. Any experience using this and it's advantages over DIH - would be welcome. regards /Sonali.
Dynamically changing facet hierarchies and facet values
Hello, I have a use case where the facet hierarchies as well as facet names change very frequently. For example: (Smartphones >> Android ) may become Smartphones >> GSM >> And roid. OR "Smartphone" could be renamed to "Smart Phone" If I use traditional hierarchical faceting, then every change would mean a re-index of a large number of documents. Just curious to know how others have solved this problem in the past. Appreciate your help! Sphene