api key filtering

2011-01-22 Thread Matt Mitchell
Just wanted to see if others are handling this in some special way, but I think this is pretty simple. We have a database of api keys that map to "allowed" db records. I'm planning on indexing the db records into solr, along with their api keys in an indexed, non-stored, multi-valued field. Then,

Re: api key filtering

2011-01-22 Thread Dennis Gearon
sage From: Matt Mitchell To: solr-user@lucene.apache.org Sent: Sat, January 22, 2011 11:48:22 AM Subject: api key filtering Just wanted to see if others are handling this in some special way, but I think this is pretty simple. We have a database of api keys that map to "allowed" db

Re: api key filtering

2011-01-22 Thread Matt Mitchell
good idea to learn from your own mistakes. It is usually a > better > idea to learn from others’ mistakes, so you do not have to make them > yourself. > from 'http://blogs.techrepublic.com.com/security/?p=4501&tag=nl.e036' > > > EARTH has a Right To Life, > otherwise

Re: api key filtering

2011-01-22 Thread Dennis Gearon
- Original Message From: Matt Mitchell To: solr-user@lucene.apache.org Sent: Sat, January 22, 2011 12:50:24 PM Subject: Re: api key filtering Hey thanks I'll definitely have a read. The only problem with this though, is that our api is a thin layer of app-code, with solr only (no db),

Re: api key filtering

2011-01-22 Thread Dennis Gearon
- Original Message From: Matt Mitchell To: solr-user@lucene.apache.org Sent: Sat, January 22, 2011 12:50:24 PM Subject: Re: api key filtering Hey thanks I'll definitely have a read. The only problem with this though, is that our api is a thin layer of app-code, with solr only (no db),

Re: api key filtering

2011-01-22 Thread Erick Erickson
gt; > > > > > Dennis Gearon > > > > > > Signature Warning > > > > It is always a good idea to learn from your own mistakes. It is usually a > > better > > idea to learn from others’ mistakes, so you do not have to make them > > yours

Re: api key filtering

2011-01-22 Thread Dennis Gearon
, January 22, 2011 1:22:04 PM Subject: Re: api key filtering Dang! There were hot, clickable links in the web mail I put them in. I guess you guys can search for those strings on google and find them. Sorry. - Original Message From: Dennis Gearon To: solr-user@lucene.apache.org Sent: Sat

RE: api key filtering

2011-01-22 Thread Jonathan Rochkind
k...@gmail.com] Sent: Saturday, January 22, 2011 4:50 PM To: solr-user@lucene.apache.org Subject: Re: api key filtering 1024 is the default number, it can be increased. See MaxBooleanClauses in solrconfig.xml This shouldn't be a problem with 2K clauses, but expanding it to tens of thousands is probably

Re: api key filtering

2011-01-22 Thread Dennis Gearon
;http://blogs.techrepublic.com.com/security/?p=4501&tag=nl.e036' EARTH has a Right To Life, otherwise we all die. - Original Message From: Jonathan Rochkind To: "solr-user@lucene.apache.org" Sent: Sat, January 22, 2011 5:28:50 PM Subject: RE: api key filtering If you COULD solve

Re: api key filtering

2011-01-22 Thread Matt Mitchell
rk to add a logic layer at the indexing stage. IMO. > ____________ > From: Erick Erickson [erickerick...@gmail.com] > Sent: Saturday, January 22, 2011 4:50 PM > To: solr-user@lucene.apache.org > Subject: Re: api key filtering > > 1024 is the default nu