RE: Solr 7.7 - Few Questions

2020-10-13 Thread Hanjan, Harinderdeep S.
1. What tool they use to run Solr as a service on windows. We use NSSM. https://nssm.cc/ -Original Message- From: Manisha Rahatadkar [mailto:manisha.rahatad...@anjusoftware.com] Sent: Tuesday, October 6, 2020 2:26 PM To: solr-user@lucene.apache.org; ch...@opensourceconnections.com; Shawn

How does Solr suggest sort results when weight is 0

2020-08-27 Thread Hanjan, Harinderdeep S.
Hello, I can't find anything in the docs to understand how Solr sorts suggest results when the weight is the same (0 in my case). Here is my suggester config: --- mySuggester AnalyzingInfixLookupFactory DocumentDictionaryFactory autocomplete payload

RE: [EXT] Re: PDF extraction using Tika

2020-08-26 Thread Hanjan, Harinderdeep S.
I found it better to offload PDF parsing and text extraction to a standalone Tika Server instead. This way, if a PDF crashes the Tika Server, it will not take down the JVM where your code is running. You could easily have multiple instances of Tika Server running (perhaps on another machine)

How does Solr suggest sort results when weight is 0

2020-08-25 Thread Hanjan, Harinderdeep S.
Hello, I can't find anything in the docs to understand how Solr sorts suggest results when the weight is the same (0 in my case). Here is my suggester config: --- mySuggester AnalyzingInfixLookupFactory