Solr Relevancy problem

2020-02-19 Thread Pradeep Tambade
Hello, We have configured solr site search engine into our website(www.croma.com). We are facing various issues like not showing relevant results, free text search not showing result, phrase keywords shows irrelevant results etc Please help us resolve these issues also help to connect with sol

Re: Solr Relevancy problem

2020-02-19 Thread Jörn Franke
The best way to address this problem is to collect queries and examples why they are wrong and to document this. This is especially important when working with another vendor. Otherwise no one can give you proper help. > Am 19.02.2020 um 09:17 schrieb Pradeep Tambade > : > > Hello, > > We ha

Re: Solr Relevancy problem

2020-02-19 Thread Atita Arora
+1 for John's reply. Along with that you can try the debug query to see how the query is being parsed and what's going wrong. Hope it helps, Atita On Wed, 19 Feb 2020, 09:19 Jörn Franke, wrote: > The best way to address this problem is to collect queries and examples > why they are wrong and to

RE: Solr Upgrade socketTimeout issue in 8.2

2020-02-19 Thread Yogesh Chaudhari
Hi, Could you please share me the steps to upgrade SOlr? Now I am using Solr cloud 5.2.1 on production and wanted to upgrade to SOlr7.7.2. I am doing this in 2 spteps SOlr 5.2.1 to SOlr 6.6.6 then SOlr 7.7.2. I have upgraded to Solr but getting issue for indexing of old documents. I am badly

Re: Solr Upgrade socketTimeout issue in 8.2

2020-02-19 Thread Jörn Franke
Yes you need to reindex. Update solrconfig, schemas to leverage the later feature of the version (some datatypes are now more optimal others are deprecated. Update Solrconfig.xml and schema to leverage the latest datatypes , features etc.. Create new collection based on newest config. Use your

Re: Solr Upgrade socketTimeout issue in 8.2

2020-02-19 Thread kshitij tyagi
Hi, Any information on socket timeout issue when using collection apis? I am observing increased response time when using Collection APis in upgraded version On Wed, Feb 19, 2020 at 2:22 PM Jörn Franke wrote: > Yes you need to reindex. > Update solrconfig, schemas to leverage the later feature

Re: Solr Relevancy problem

2020-02-19 Thread Paras Lehana
Hi Pradeep, I suggest you to at least post an example query, its result and the result you were expecting. How do you boost your documents? I guess croma has just started using Solr (I could not find you here ) and if that's the case

Re: Solr Relevancy problem

2020-02-19 Thread Erick Erickson
Please review: https://cwiki.apache.org/confluence/display/solr/UsingMailingLists > On Feb 19, 2020, at 7:26 AM, Paras Lehana wrote: > > Hi Pradeep, > > I suggest you to at least post an example query, its result and the result > you were expecting. How do you boost your documents? > > I gues

Re: Solr Upgrade socketTimeout issue in 8.2

2020-02-19 Thread Erick Erickson
Yogesh: Please do not hijack threads. The original poster requested information about socket timeouts. True “upgrade” was mentioned, but it was a completely different issue. Kshitij: There’s not much information to go on here. It’s possible you were running close to the timeout limit before and

Re: Solr Relevancy problem

2020-02-19 Thread Jan Høydahl
Sounds like you really want an expert to work with you, in which case you can check https://cwiki.apache.org/confluence/display/SOLR/Support for a list of companies that claims to known Solr :) Jan > 19. feb. 2020 kl. 05:22 skrev Pradeep Tambade > : > > Hello, > > We have configured solr sit

Re: Bug? Documents not visible after sucessful commit - chaos testing

2020-02-19 Thread Michael Frank
Hi Chriss, thanks for opening the ticket. I have found some possibly related issues: Open: https://issues.apache.org/jira/browse/SOLR-3888 - "need beter handling of external add/commit requests during tlog recovery" Closed: https://issues.apache.o

Phrase search and WordDelimiterGraphFilter not working as expected with mixed delimited and non-delimited tokens

2020-02-19 Thread Jeroen Steggink | knowsy
Hi, I have a question regarding phrase search in combination with a WordDelimiterGraphFilter (Solr 8.4.1). Whenever I try to search using a phrase where token combination consists of delimited and non-delimited tokens, I don't get any matches. This is the configuration:

How to auto-scale Solr and maintain even distribution of shard replicas across the whole cluster?

2020-02-19 Thread Christian Platta
Hi, I'm playing around with the autoscaling feature of Solr 7.7.1 and have the following scenario to solve: - One collection with two shards - I want to activate autoscaling to achieve the following behavior: * Every time a new node comes up, it should get a new replica automatically through t

Re: Phrase search and WordDelimiterGraphFilter not working as expected with mixed delimited and non-delimited tokens

2020-02-19 Thread Michael Gibney
There are many layers to this, but for the config you posted (applying index-time WDGF configured to both split and catentate tokens), the fundamental issue is that Lucene doesn't index positionLength, so the graph structure (and token adjacency information) of the token stream is lost when it's se

Unable to start solr server on "Ubuntu 18.04 bash shell on Windows 10"

2020-02-19 Thread Prabhat Awasthi
Hello, I am using Linux bash sell (Ubuntu app) on Windows 10 to run Solr on Ubuntu 18.04. $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 18.04.2 LTS Release:18.04 Codename: bionic I already installed Java8 (Openjdk) on my Ubuntu environ

Re: Solr Upgrade socketTimeout issue in 8.2

2020-02-19 Thread kshitij tyagi
Hi Erick, Thanks for the response. 1. We have started from zero documents and are observing socketTimeout intermittently while indexing also. 2. We are not using schemaless as we are aware of the drawbacks and have a well defined schema. 3. We have tried async but it does not help. 4. We tried