Re: Multi-word Synonyms not working properly with Edismax

2020-09-08 Thread Manish Bafna
Yes, we tried that and it worked. We removed only for query analyzer and it is working properly now. On Wed, Sep 9, 2020 at 2:24 AM Dominique Bejean wrote: > Hi, > > Can you try to remove the RemoveDuplicatesTokenFilter ? > > Dominique > > Le mar. 8 sept. 2020 à 13:52, Manish Bafna a > écrit

Re: BasicAuth help

2020-09-08 Thread Dwane Hall
Just adding some assistance to the Solr-LDAP integration options. A colleague of mine wrote a plugin that adopts a similar approach to the one Jan suggested of "plugging-in" an LDAP provider. He provides the following notes on its design and use 1. It authenticates with LDAP on every

Re: Multi-word Synonyms not working properly with Edismax

2020-09-08 Thread Dominique Bejean
Hi, Can you try to remove the RemoveDuplicatesTokenFilter ? Dominique Le mar. 8 sept. 2020 à 13:52, Manish Bafna a écrit : > Hi, > > We are using the following configuration: > > > > -- > > *Schema: * > > > positionIncrementGap="100"

How to persist the data in dataimport.properties

2020-09-08 Thread yaswanth kumar
Can someone help me on how to persists the data that's updated in dataimport.properties file because it got a last index time so that my data import depends on it for catching up the delta imports. What I noticed is that every time when I restart solr this file is wiped out and getting its

Retrieving Parent and Child Documents using the Bock Join Query Technique when the Child and parent Document having the identical field

2020-09-08 Thread Nagaraj S
Hi Solr Team, I am trying to retrieve the Parent Document by using the Block Join Parent Query Parser (q={!parent which=allParents}someChildren), but the filter condition i gave is having the same field in both the parent and the child document, So the Parser is throwing the Error : "Child

Re: Inverse English an digits in Arabic Text

2020-09-08 Thread adeq8
Thank you for support, I upload PDF file page by page. And in this case left to right (LTR) or right to left (RTL) reading apples for the whole document not for the specific text block ( separate for Arabic, separate for Enlish) I can see the same behavior with output for via  /select as well

Re: What is the Best way to block certain types of queries/ query patterns in Solr?

2020-09-08 Thread Mark Robinson
Makes sense. Thanks much David! Mark On Fri, Sep 4, 2020 at 12:13 AM David Smiley wrote: > The general assumption in deploying a search platform is that you are going > to front it with a service you write that has the search features you care > about, and only those. Only this service or

downsides to infoStream ?

2020-09-08 Thread matthew sporleder
I saw https://lucene.apache.org/solr/guide/8_5/indexconfig-in-solrconfig.html#other-indexing-settings mentioned in a thread and was wondering if there was any downside to running this potentially super useful log. Thanks, Matt

Re: Inverse English an digits in Arabic Text

2020-09-08 Thread Alexandre Rafalovitch
If you are uploading a PDF, then you must be doing it via Tika or via an extract handler (which uses Tika under the covers). Try getting a standalone Tika of the same version and see what it outputs. Perhaps there is something in those specific PDF pages that confuse Tika. Like, if it used

Multi-word Synonyms not working properly with Edismax

2020-09-08 Thread Manish Bafna
Hi, We are using the following configuration: -- *Schema: * *Managed Synonyms:* "abc implement", "bike", "xyz traders", "xyz

Re: Creating a phrase match feature in LTR

2020-09-08 Thread krishan goyal
Thanks Dmitry. Using "q": "{!complexphrase inOrder=true}fieldName:${input}" works for single token queries but raises same exception when input is multi token Using "q": "{!complexphrase inOrder=true df=fieldName}${input}" works for all types of tokens but the scoring logic isn't the same as

Result Clustering Vs Semantic Knowledge Graphs in Solr

2020-09-08 Thread Abhay Kumar
Hello, Can someone please help to let me understand what is difference between Result Clustering and "Semantic Knowledge Graphs" components of Solr. In which scenario we should use "Result Clustering" or "Semantic Knowledge Graphs". Thanks. Abhay Confidentiality Notice

Re: How to Prevent Recovery?

2020-09-08 Thread Anshuman Singh
Hi, I noticed that when I created TLOG Replicas using ADDREPLICA API, I called the API parallely for all the shards, because of which all the replicas were created on a single node i.e. replicas were not distributed evenly across the nodes. After fixing that, getting better indexing performance

Re: Solr Schema API seems broken to me after 8.2.0

2020-09-08 Thread Jörn Franke
Can you check the logfiles of Solr? It could be that after the upgrade some filesystem permissions do not work anymore > Am 08.09.2020 um 09:27 schrieb "jeanc...@gmail.com" : > > Hey guys, good morning. > > As I didn't get any reply for this one, is it ok then that I create the > Jira

Re: Solr Schema API seems broken to me after 8.2.0

2020-09-08 Thread jeanc...@gmail.com
Hey guys, good morning. As I didn't get any reply for this one, is it ok then that I create the Jira ticket? Best Regards, *Jean Silva* https://github.com/jeancsil https://linkedin.com/in/jeancsil On Fri, Aug 28, 2020 at 11:10 AM jeanc...@gmail.com wrote: > Hey everybody, > > First of