RE: heavy reads from disk when off-heap ram is constrained

2020-02-27 Thread Markus Jelsma
Hello Kyle, This is actually the manual [1] clearly warns for. Snippet copied from the manual: "When setting the maximum heap size, be careful not to let the JVM consume all available physical memory. If the JVM process space grows too large, the operating system will start swapping it, which

RE: Repeatable search term bug in Solr 8?

2020-02-27 Thread Markus Jelsma
Hello Phil, Solr never returns "The website encountered an unexpected error. Please try again later." as an error. To get to the root of the problem, you should at least post error logs that Solr actually throws, if it does at all. You either have an application error, or an actual Solr problem

Repeatable search term bug in Solr 8?

2020-02-27 Thread Staley, Phil R - DCF
All, We recently upgraded to our Drupal 8 sites to SOLR 8.3.1. We are now getting reports of certain patterns of search terms resulting in an error that reads, "The website encountered an unexpected error. Please try again later." Below is a list of example terms that repeatably result in this

Re: Graph Query Parser Syntax

2020-02-27 Thread sambasivarao giddaluri
Hi All , any suggestions? On Fri, Feb 14, 2020 at 5:20 PM sambasivarao giddaluri < sambasiva.giddal...@gmail.com> wrote: > Hi All, > In our project we have to use multiple graph queries with AND and OR > conditions but graph query parser does not work for the below scenario, can > any one sugges

heavy reads from disk when off-heap ram is constrained

2020-02-27 Thread lstusr 5u93n4
Hi All, Something we learned recently that might be useful to the community. We're running solr in docker, and we've constrained each of our containers to have access to 10G of the host's ram. Also, through `docker stats`, we can see the Block IO (filesystem reads/writes) that the solr process is

Re: Re: Re: Re: Query Autocomplete Evaluation

2020-02-27 Thread Audrey Lorberfeld - audrey.lorberf...@ibm.com
Paras, Thank you for this response! Yes, you are being clear __ Regarding the assumptions you make for MRR, do you have any research papers to confirm that these user behaviors have been observed? I only ask because this paper http://yichang-cs.com/yahoo/sigir14_SearchAssist.pdf talks about how

About Learning To Rank

2020-02-27 Thread 李世明
Excuse me, how to embed a linear formula calculation in the outer layer of LTR? We need to do a calculation on the score of LTR Thank

Regarding Installation of Solr 5.1.0 as Paas in AZure

2020-02-27 Thread Shrinivasan Mohanakrishnan
Hi Team, Is it possible to install Solr 5.1.0 as Paas in Azure, Since my sitecore is 8.2 update 5 which supports only solr 5.1.0. I tried to install using various articles but it is throwing 404 error. Can anyone please help on this. Thanks in Advance. Regards, Shrinivasan. This e-mail commu

Javadocs are not linkable

2020-02-27 Thread Thomas Scheffler
Hi, I recently noticed that the SOLR javadocs hosted by lucene are not linkable as the „package-list“ file is not downloadable. Is this on purpose? $ curl https://lucene.apache.org/solr/8_4_0/solr-solrj/package-list 301 Moved Permanently Moved Permanently The document has moved https://lucene

Re: Upgrading from 6.5.0 to 8.4.1

2020-02-27 Thread Erick Erickson
Despite deleting all the docs, what I suspect is that you still have segments that have no live docs in them, but still preserve the 6x marker. That said, what’s the point of the 7.7.2 step? Why not just index once into a pristine 8.4.1 cluster? You could even do this on a few machines, serving

Re: Upgrading from 6.5.0 to 8.4.1

2020-02-27 Thread Jörn Franke
You did a reload and not a reindex? Probably the best is to delete the collection fully, create it new and index then . > Am 27.02.2020 um 14:02 schrieb Pavel Polivka : > > Hello, > > I am doing upgrade of SolrCloud cluster from 6.5.0 to 8.4.1. > > My process is: > > Upgrade to 7.7.2. > Rec

Upgrading from 6.5.0 to 8.4.1

2020-02-27 Thread Pavel Polivka
Hello, I am doing upgrade of SolrCloud cluster from 6.5.0 to 8.4.1. My process is: Upgrade to 7.7.2. Reconfigure my solrconfig to have 7.7.2, reload collections. Delete all docs in all collections and index them again. Upgrade to 8.4.1. This step always fails for me with message in logs sayin

Re: Rule of thumb for determining maxTime of AutoCommit

2020-02-27 Thread Dwane Hall
Hey Kaya, How are you adding documents to your index? Do you control this yourself or do you have multiple clients (curl, solrJ, calls directly to /update*) updating data in your index as I suspect (based on your hard and soft commit settings) that a client may be causing your soft commits mak

Position And Offset in Solr Query

2020-02-27 Thread ????
Hi all,  I am working in Chinese App. I am suffering a question of whether a PhraseQuery involved StartOffset and EndOffset of a term on SOLR.  For instance: Text: ?? Indexing: ??|??||||??||?? position:  1 | 2| 3   | 4         | 4   | 5     | 5    | 5 q

Re: Mix Index having child-free and nested documents

2020-02-27 Thread Naman Jain
here is query /solr/test/select?q={!parent%20which=doc_type:Parent%20score=max}%20%20{!boost%20b=100.0%20}color:Red%20{!dismax%20qf=title%20v=%27Regular%27%20score=total}&fl=id,product_class_type,title,score,color&wt=json

Mix Index having child-free and nested documents

2020-02-27 Thread Naman Jain
I have a solr core which has a mix of child-free and with-child documents, sample xml: 4 Regular Shirt Parent Black 8 Solid Rug Parent Solid 1 Regular color Shirts Parent 2 Child Red> 3 Child Blue> 5 Rugs Parent 6 Child Abstract 7 Child Printed Now i want to write a query whic

Re: Rule of thumb for determining maxTime of AutoCommit

2020-02-27 Thread Emir Arnautović
Hi Kaya, Since you do not have soft commits, you must have explicit commits somewhere since your hard commits are configured not to open searcher. Re warming up: yes - you are right. You need to check your queries and warmup numbers in cache configs. What you need to check is how log does warmup

Re: Time out problems with the Solr server 8.4.1

2020-02-27 Thread Massimiliano Randazzo
Thank you, I proceed with installing the system directly on the server where I have the data folder by removing NFS and I will let you know Il giorno gio 27 feb 2020 alle ore 10:52 Dario Rigolin < dario.rigo...@comperio.it> ha scritto: > I this the issue is NFS. If you mode all to a NVMe or SSD

Re: Time out problems with the Solr server 8.4.1

2020-02-27 Thread Dario Rigolin
I this the issue is NFS. If you mode all to a NVMe or SSD local to the server indexing process will work fine. NFS is the wrong filesystem for solr. I hope this helps. Il giorno gio 27 feb 2020 alle ore 00:03 Massimiliano Randazzo < massimiliano.randa...@gmail.com> ha scritto: > Il giorno mer 26

Haystack US tickets on sale!

2020-02-27 Thread Charlie Hull
Hi all, Very happy to announce that Haystack US 2020, the search relevance conference, is now open for business! www.haystackconf.com for details of the event running during the week of April 27th in Charlottesville, including associated training. We have a fantastic lineup of speakers due to

Re: Ordering in Nested Document

2020-02-27 Thread Gajendra Dadheech
Thanks, Mikhail for Reply. One more question here: Lets say xml is like this: 4 Regular Shirt Parent Black 8 Solid Rug Parent Solid 1 Regular color Shirts Parent 2 Child Red> 3 Child Blue> 5 Rugs Parent 6 Child Abstract 7 Child Printed Now i want to write a query which fetched