Re: Soft commit and new replica types

2018-12-08 Thread Edward Ribeiro
Some insights in the new replica types below: On Sat, December 8, 2018 08:42, Vadim Ivanov < vadim.iva...@spb.ntk-intourist.ru wrote: > > From Ref guide we have: > " NRT is the only type of replica that supports soft-commits..." > "If TLOG replica does become a leader, it will behave the same as

Re: Basic Auth Permission

2018-12-08 Thread Terry Steichen
What Noble Paul says is true: Solr can't - directly - restrict access to static files. However, if you set your file repository's permissions to a minimal level (so, for example, users can't do a directory search), then they must know the precise name and location of the file they're trying to ret

Re: Parameter Dereferencing with function queries in solr json facet

2018-12-08 Thread Mikhail Khludnev
One can not apply range query syntax over function. {!frange} query parser can handle that. On Sat, Dec 8, 2018 at 2:45 PM Venu wrote: > I am using solr6.6. I am trying to use parameter Dereferencing for json > facets. > > There can be multiple prices for all the documents(assume sp, price1, > p

Parameter Dereferencing with function queries in solr json facet

2018-12-08 Thread Venu
I am using solr6.6. I am trying to use parameter Dereferencing for json facets. There can be multiple prices for all the documents(assume sp, price1, price2, price3, price4 are the prices for all the documents). Based on the query, I have to fetch the minimum value among the combination of those

Soft commit and new replica types

2018-12-08 Thread Vadim Ivanov
Before 7.x all replicas in SolrCloud were NRT type. And following rules were applicable: https://stackoverflow.com/questions/45998804/when-should-we-apply-hard-commit-and-soft-commit-in-solr and https://lucene.apache.org/solr/guide/7_5/updatehandlers-in-solrconfig.html#commit-and-softcommit But ha