Is it safe to give users access to /admin/luke ?

2017-12-13 Thread Solrmails
Hey there! Is it safe to give users access to /admin/luke ? I restricted access for normal users and I also restrict acces per solr document(via a plugin). But for some reasonse users need informations from /admin/luke. Can they destroy something or retrieve informations that they shouldn't have

How to restrict the fields solr returns?

2017-12-19 Thread Solrmails
Hey I'm using a custom "QParserPlugin" to restrict which documents are returned to the user. Now I'd like to restrict also the fields that are returned with a document. I couldn't find a good entry point to do such a restriction. Maybe I could missuse a "QueryResponseWriter" plugin but that so

Re: How to restrict the fields solr returns?

2017-12-19 Thread Solrmails
al Message > Subject: Re: How to restrict the fields solr returns? > Local Time: 19 December 2017 1:02 PM > UTC Time: 19 December 2017 12:02 > From: rl...@leirtech.com > To: solr-user@lucene.apache.org > > The fl parameter is used for this. > > On December 19, 2

Re: How to restrict the fields solr returns?

2017-12-19 Thread Solrmails
tonmail.com) Secure Email. > Original Message > Subject: Re: How to restrict the fields solr returns? > Local Time: 19 December 2017 2:23 PM > UTC Time: 19 December 2017 13:23 > From: diego.ceccare...@gmail.com > To: solr-user@lucene.apache.org, Solrmails >

Heavy operations in PostFilter are heavy

2018-01-03 Thread Solrmails
Hello, I tried to write a Solr PostFilter to do filtering within the 'collect'-Method(DelegatingCollector). I have to do some heavy operations within the 'collect'-Method. This isn't a problem for a few results. But unfortunately it taks forever with 50 or more results. This is because I have

Re: Heavy operations in PostFilter are heavy

2018-01-03 Thread Solrmails
Filter are heavy > Local Time: 3 January 2018 4:08 PM > UTC Time: 3 January 2018 15:08 > From: arafa...@gmail.com > To: solr-user , Solrmails > > > Are you doing cache=false and cost > 100? > > See the recent article on the topic deep-dive, if you haven't: > https://