Re: Data Import Handler / Backup indexes

2015-11-21 Thread Brian Narsi
What are the caveats regarding the copy of a collection? At this time DIH takes only about 10 minutes. So in case of accidental delete we can just re-run the DIH. The reason I am thinking about backup is just in case records are deleted accidentally and the DIH cannot be run because the database i

Re: Security Problems

2015-11-21 Thread Don Bosco Durai
In traditional web interface application, the URLs can be configured as public->authenticated->authorized. Which is very similar to what you are suggesting. >I tried out BasicAuthPlugin today. Surprised that not admin UI is protected. My suggestion would be to differentiate between Web Interfac

Re: Appending to user's query

2015-11-21 Thread Mikhail Khludnev
appends ? https://cwiki.apache.org/confluence/display/solr/RequestHandlers+and+SearchComponents+in+SolrConfig#RequestHandlersandSearchComponentsinSolrConfig-SearchHandlers On Sat, Nov 21, 2015 at 7:29 PM, Steven White wrote: > Hi everyone, > > I have a dozen of different edismax request handle

Appending to user's query

2015-11-21 Thread Steven White
Hi everyone, I have a dozen of different edismax request handlers in my solrconfig.xml file where each customize for different uses. They all have pre-defined fq and qf to name some. Here is an example of one such handler: "/select_sales_en":{ "class":"solr.SearchHandler", "nam

Re: Security Problems

2015-11-21 Thread Jan Høydahl
> ideally we should have a simple permission name called "all" (which we > don't have) > > so that one rule should be enough > > "name":"all", > "role":"somerole" > > Open a ticket and we should fix it for 5.4.0 > It should also include the admin paths as well Yes, that would be convenient. I