Re: Solr filter cache hits not reflecting

2020-04-20 Thread Rahul Goswami
Hoss, Thank you for such a succinct explanation! I was not aware of the order of lookups (queryResultCache followed by filterCache). Makes sense now. Sorry for the false alarm! Rahul On Mon, Apr 20, 2020 at 4:04 PM Chris Hostetter wrote: > : 4) A query with different fq. > : >

solr as a general search engine

2020-04-20 Thread matthew sporleder
Is there a comprehensive/big set of tips for making solr into a search-engine as a human would expect one to behave? I poked around in the nutch github for a minute and found this: https://github.com/apache/nutch/blob/9e5ae7366f7dd51eaa76e77bee6eb69f812bd29b/src/plugin/indexer-solr/schema.xml

Re: Solr filter cache hits not reflecting

2020-04-20 Thread Chris Hostetter
: 4) A query with different fq. : http://localhost:8984/solr/techproducts/select?q=popularity:[5%20TO%2012]=manu:samsung ... : 5) A query with the same fq again (fq=manu:samsung OR manu:apple)the : numbers don't get update for this fq hereafter for subsequent searches : :

Re: Solr filter cache hits not reflecting

2020-04-20 Thread Rahul Goswami
Hi Hoss, Thanks for your detailed response. In your steps if you go a step further and search again with the same fq, you should be able to uncover the problem. Here are the step-by-step observations on Solr 8.5 (7.2.1 and 7.7.2 have the same issue) 1) Before any queries:

Re: Solr facet order same as result set

2020-04-20 Thread Chris Hostetter
The goal you are describing doesn't really sound at all like faceting -- it sounds like what you want might be "grouping" (or collapse/expand) ... OR: depending on how you index your data perhaps what you really want is "nested documents" ... or maybe maybe if youre usecase is simple enough

Re: Solr filter cache hits not reflecting

2020-04-20 Thread Chris Hostetter
: I was trying to analyze the filter cache performance and noticed a strange : thing. Upon searching with fq, the entry gets added to the cache the first : time. Observing from the "Stats/Plugins" tab on Solr admin UI, the 'lookup' : and 'inserts' count gets incremented. : However, if I search

Solr filter cache hits not reflecting

2020-04-20 Thread Rahul Goswami
Hello, I was trying to analyze the filter cache performance and noticed a strange thing. Upon searching with fq, the entry gets added to the cache the first time. Observing from the "Stats/Plugins" tab on Solr admin UI, the 'lookup' and 'inserts' count gets incremented. However, if I search with

"SolrCore Initialization Failures" error message appears briefly in Solr 8.5.1 Admin UI

2020-04-20 Thread Colvin Cowie
Sorry if this has already been raised, but I didn't see it. When loading / refreshing the Admin UI in 8.5.1, it briefly but *visibly* shows a placeholder for the "SolrCore Initialization Failures" error message, with a lot of redness. It looks like there is a real problem. Obviously the message

Re: Indexing data from multiple data sources

2020-04-20 Thread Charlie Hull
The link you quote is Sematext's mirror of the Apache solr-user mailing list. There are others also providing copies of this list. As the cat is very much out of the bag your best course of action is to change all the logins and passwords that have been leaked and review your security

Re: Solr facet order same as result set

2020-04-20 Thread Venu
Probably I haven't framed my question properly. Consider the schema with the fields - id, sku, fc_id, group_id The same SKU can be part of multiple documents with different fc_id and group_id. For a given search query, multiple documents having the same SKU will be returned. Is there any way I

Re: Solr facet order same as result set

2020-04-20 Thread Erick Erickson
I have no idea what “getting the facets in the same order as the sort docs” would mean. Even in the single-valued case, say idrankvalue_in_facet_field doc1 1 32 doc2 2 76 doc3 33 doc4 4 76 How would facets be

Solr facet order same as result set

2020-04-20 Thread Venu
Hi For a given query and sort order, Solr returns the results(ordered based on score and sort order) set along with facets(ordered in descending order of buckets counts) Is there any way to get the facets also in the same order as results/docs? I tried with json facet, but I am not able to make

Re: Refresh doesn't work in the new Nodes view in Admin UI on Windows

2020-04-20 Thread Colvin Cowie
I have opened https://issues.apache.org/jira/browse/SOLR-14416 for this On Thu, 20 Jun 2019 at 17:01, Colvin Cowie wrote: > On Solr 8.1.1 / 7.7.2 with Oracle 1.8.0_191 25.191-b12 with Solr running > on Windows 10 > > In the Nodes view of the Admin UI, >

TikaEntityProcessor with DIH

2020-04-20 Thread Srinivas Kashyap
Hi, we were in Solr 5.2.1 and TikaEntityProcessor to index pdf documents through DIH and was working fine. The jars were tika-core-1.4.jar and tika-parsers-1.4.jar. Below is my schema.xml: (p,s. All filed types have been defined) And my tika-data-config.xml: