Hi,
I’m trying to use the new basic auth plugin for Solr 5.3 and it doesn’t seem to
be working quite right. Not sure if I’m missing steps or there is a bug. I am
able to get it to protect access to a URL under a collection, but am unable to
get it to secure access to the Admin UI. In additio
This sounds like a good idea, I'm assuming I'd need to make my own
UnInvertingReader (or subclass) to do this right? Is there a way to do
this on the 5.x codebase or would I still need the solrindexer factory work
that Tomás mentioned previously?
Tomás, is there a ticket for the SolrIndexer facto
Also since DocValues seems to be the future of faceting, is there another
mechanism that I should be looking at to do authorization based filtering
like this? I know that I can do this filtering at a document level and get
the desired result, but am wondering about at the Term level. As always
th
Hello SOLR experts,
I am new to solr as you will see from my problem. I just try to understand
how solr works. I use one core (BandW) on my locla machine and I use
javascript for my learning purpose.
I have a test schema.xml: with two fileds: id, title. I managed to run
queries with faceting, aut
OK, belay that. On a whim I decided to look at what happens if
I changed things around to use an fq clause. It's apparently
not the queryResultCache that's the problem, it's the filterCache.
Raising a JIRA soon. But I'm not sure where things are going
wrong, the filterCache stats aren't indicating
See: https://issues.apache.org/jira/browse/SOLR-7990
On Sat, Aug 29, 2015 at 1:04 PM, Erick Erickson wrote:
> OK, belay that. On a whim I decided to look at what happens if
> I changed things around to use an fq clause. It's apparently
> not the queryResultCache that's the problem, it's the filt