Re: Upgrade from Solr 1.4 to Solr 8.8

2021-04-22 Thread Mark H. Wood
8 from scratch if this is what you mean. It is possible that you will need to update your schema. Some of the field type implementations were replaced and the old ones are no longer available since v5. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue

Re: Index size

2021-05-19 Thread Mark H. Wood
> > > > Can you help me understand why indexing but not storing a file 10,000 > > > increases the index size by 2,500 times? 7.3 here. Schema and all other > > > conditions are kept constant. > > > > > > Thanks > > -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc Description: PGP signature

Re: encryption for SSL-related passwords once we enable HTTPS in solr 8.6.2

2021-06-10 Thread Mark H. Wood
you. I can say that I have never yet found it necessary to choose option 2. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc Description: PGP signature

Re: Solr russification

2021-08-10 Thread Mark H. Wood
changes in another. That is much easier than trawling through code looking for things that might have changed. Machine translation *may* help. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis

Re: Solrj / Solr8.10.0 , Create new Core Collection using Solrj

2021-10-18 Thread Mark H. Wood
cloud mode. These prohibitions have always seemed completely arbitrary. Maybe they will make more sense to me now. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc Description: PGP signature

Re: Auto recovery of solr

2022-06-21 Thread Mark H. Wood
n do similar things, depends on that mechanism. But I agree that the best solution will be to find and fix the problem so that the process monitor has nothing to do. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street

Re: Solr Heap Memory Settings

2023-03-09 Thread Mark H. Wood
situation. 2 I know how much heap is right for my application: Set -Xms = -Xmx = that much. Continue to monitor, because workloads can change. Comments? -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Stre

Re: Solr Heap Memory Settings

2023-03-15 Thread Mark H. Wood
files in $CORE/data/index? Can I just report the output of 'du $CORE/data/index'? We have a lot of sizable 'stored' fields, and I suspect that those data are not to be included. IOW when someone asks me for the total index size of a Solr instance, how should I calcula