Re: Need help in configuring Spell check in Apache Solr 8.4

2020-01-27 Thread seeteshh
My searchComponent is as follows text_general default name solr.DirectSolrSpellChecker internal 0.5 2 1 5 4 0.01 wordbreak solr.WordBreakSolrSpellChecker name

Re: Spell check with data from database and not from english dictionary

2020-01-27 Thread seeteshh
Hello Alessandra Thanks for your post. Thats what I am concerned about generating a file or reindexing as the data in the database will keep on changing (adding or updating). Can you share any links where it is configurable on Solr 8.4? Regards, Seetesh Hindlekar - Seetesh Hindlekar --

Re: Need help in configuring Spell check in Apache Solr 8.4

2020-01-27 Thread seeteshh
Hello Kumar Gaurav For IndexBasedSpellchecker is there a better option of using org.apache.lucene.search.spell.LevensteinDistance as this is not valid in Solr 8.4 This line seems to be commented in the Reference Guide Regards, Seetesh Hindlekar - Seetesh Hindlekar -- Sent from:

RE: Solr fact response strange behaviour

2020-01-27 Thread Kaminski, Adi
Thanks Mikhail ! In issue comments that you have shared it seems that Yonik S doesn't agree it's a defect...so probably will remain opened for a while. So meanwhile, is it recommended to perform casting ((Number)count).longValue() to our relevant logic ? Thanks, Adi -Original

Re: Solr fact response strange behaviour

2020-01-27 Thread Mikhail Khludnev
https://issues.apache.org/jira/browse/SOLR-11775 On Tue, Jan 28, 2020 at 10:00 AM Kaminski, Adi wrote: > Is it existing issue and tracked for future fix consideration ? > > What's the suggestion as W/A until fix - to case every related response > with ((Number)count).longValue() ? > >

RE: Solr fact response strange behaviour

2020-01-27 Thread Kaminski, Adi
Is it existing issue and tracked for future fix consideration ? What's the suggestion as W/A until fix - to case every related response with ((Number)count).longValue() ? -Original Message- From: Mikhail Khludnev Sent: Tuesday, January 28, 2020 8:53 AM To: solr-user Subject: Re: Solr

Re: Solr fact response strange behaviour

2020-01-27 Thread Mikhail Khludnev
I suppose there's an issue, which no one ever took a look. https://lucene.472066.n3.nabble.com/JSON-facets-count-a-long-or-an-integer-in-cloud-and-non-cloud-modes-td4265291.html On Mon, Jan 27, 2020 at 11:47 PM Kaminski, Adi wrote: > SolrJ client is used of SolrCloud of Solr 8.3 version for

Re: Operation backup caused exception : AccessDeniedException

2020-01-27 Thread Shawn Heisey
On 1/27/2020 6:57 PM, Salmaan Rashid Syed wrote: I have Solr 7.6 and it is installed in an AWS ec2 (Ubuntu machine) instance. I am new to AWS. Devops team has configured it for me. When I check out the source for Solr 7.6, it intersects perfectly with the line numbers in the stacktrace that

Re: Operation backup caused exception : AccessDeniedException

2020-01-27 Thread Salmaan Rashid Syed
Hi Shawn, Thanks for the reply. Apologies for the missing information. I have Solr 7.6 and it is installed in an AWS ec2 (Ubuntu machine) instance. I am new to AWS. Devops team has configured it for me. One thing I constantly notice while executing commands in ec2 instance is that, it keeps

Re: Haystack CFP is open, come and tell us how you tune relevance for Lucene/Solr

2020-01-27 Thread John Blythe
Hey Doug. Do you know the pricing yet? Trying to get something submitted to VP so I can take my team to the conference. Thanks! On Mon, Jan 27, 2020 at 14:54 Doug Turnbull < dturnb...@opensourceconnections.com> wrote: > Just an update the CFP was extended to Feb 7th, less than 2 weeks away. ->

Re: Haystack CFP is open, come and tell us how you tune relevance for Lucene/Solr

2020-01-27 Thread Doug Turnbull
Just an update the CFP was extended to Feb 7th, less than 2 weeks away. -> http://haystackconf.com It's your ethical imperative to share! ;) https://opensourceconnections.com/blog/2020/01/23/opening-up-search-is-an-ethical-imperative/ And no talk is too small, people often underestimate what

Re: Solr fact response strange behaviour

2020-01-27 Thread Kaminski, Adi
SolrJ client is used of SolrCloud of Solr 8.3 version for JSON Facets requests...any idea why not consistent ? Sent from Workspace ONE Boxer On Jan 27, 2020 22:13, Mikhail Khludnev wrote: Hello, It might be different between SolrCloud and standalone mode. No data enough to make a conclusion.

Re: Solr fact response strange behaviour

2020-01-27 Thread Mikhail Khludnev
Hello, It might be different between SolrCloud and standalone mode. No data enough to make a conclusion. On Mon, Jan 27, 2020 at 5:40 PM Rudenko, Artur wrote: > I'm trying to parse facet response, but sometimes the count returns as > Long type and sometimes as Integer type(on different

Re: Operation backup caused exception : AccessDeniedException

2020-01-27 Thread Shawn Heisey
On 1/27/2020 1:58 AM, Salmaan Rashid Syed wrote: Collection: PANNA operation: backup failed:java.nio.file.AccessDeniedException: /opt/solr_Backup/solr-data-backup-27-01-2020/panna_backup at java.base/java.nio.file.Files.createDirectory(Files.java:689) While trying to create a directory,

Solr fact response strange behaviour

2020-01-27 Thread Rudenko, Artur
I'm trying to parse facet response, but sometimes the count returns as Long type and sometimes as Integer type(on different environments), The error is: "java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Long" Can you please explain why this happenes? Why it not

Re: Solr 8.0 Error - For input string

2020-01-27 Thread Erick Erickson
It’s right there in the stack trace: Caused by: java.lang.NumberFormatException: For input string: "1*1*1*0” You’re querying or indexing a numeric field with a totally bogus input. > On Jan 26, 2020, at 11:13 PM, Anuj Bhargava wrote: > > All of a sudden getting the following error. Need help

Re: Query Regarding SOLR cross collection join

2020-01-27 Thread Doss
@ Alessandro Benedetti , Thanks for your input! @ Mikhail Khludnev , I made docValues="true" for from & to and did a index rotation, now the score join works perfectly! Saw 7x performance increase. Thanks! On Thu, Jan 23, 2020 at 9:53 PM Mikhail Khludnev wrote: > On Wed, Jan 22, 2020 at 4:27

Can I create 1000 cores in SOLR CLOUD

2020-01-27 Thread Vignan Malyala
Hi all, We are currently using solr without cloud with 500 cores. It works good. Now we are planning to expand it using solr cloud with 1000 cores, (2 cores for each of my client with different domain data). I'm planning to put all fields as "stored". Is it the right thought? Will it have any

Operation backup caused exception : AccessDeniedException

2020-01-27 Thread Salmaan Rashid Syed
*Hi Solr Users,* *I was trying to backup Solr collection using the following command. * curl --user 'solr-admin:' " http://localhost:8983/solr/admin/collections?action=BACKUP=panna_backup=PANNA=/opt/solr_Backup/solr-data-backup-27-01-2020/ " *I am getting the following error message.

AW: How to negate numeric range query - or - how to get records NOT matching a certain numeric range

2020-01-27 Thread Sebastian Riemer
Dear community! It works as suggested, either using "-u_lastLendingDate_combined_ls_ns:[8610134693 TO 8611935823]" or "NOT u_lastLendingDate_combined_ls_ns:[8610134693 TO 8611935823]" It seems that additional bracketing (as in the next line) does not harm my query but I will eliminate it as