​Securing fields and documents with Shield | Elastic

2016-02-04 Thread Philip Durbin
Does Solr have anything like this? https://www.elastic.co/blog/securing-fields-and-documents-with-shield Or is it on the roadmap?

Re: ​Securing fields and documents with Shield | Elastic

2016-02-04 Thread Philip Durbin
rg/solr/SolrSecurity#Document_Level_Security > > Does this fulfill your requirements? > > Regards, >Alex. > > Newsletter and resources for Solr beginners and intermediates: > http://www.solr-start.com/ > > > On 5 February 2016 at 12:08, Philip Durb

unexpected hl.fragsize behavior

2015-07-08 Thread Philip Durbin
p.s. In case it's more readable, I also posted this (long) email as a gist: https://gist.github.com/pdurbin/1a7b55e5714b7424fa94 -- Philip Durbin Software Developer for http://dataverse.org http://www.iq.harvard.edu/people/philip-durbin

boolean for if highlighting snippet contains complete original value or is truncated

2015-07-07 Thread Philip Durbin
, Phil -- Philip Durbin Software Developer for http://dataverse.org http://www.iq.harvard.edu/people/philip-durbin

Re: Solr JOIN: keeping permission data out of primary documents

2014-11-19 Thread Philip Durbin
On Wed, Nov 19, 2014 at 5:45 AM, Yonik Seeley yo...@heliosearch.com wrote: On Tue, Nov 18, 2014 at 3:47 PM, Philip Durbin philip_dur...@harvard.edu wrote: Solr JOINs are a way to enforce simple document security, as explained by Yonik Seeley at http://lucene.472066.n3.nabble.com/document

Re: Solr JOIN: keeping permission data out of primary documents

2014-11-19 Thread Philip Durbin
On Wed, Nov 19, 2014 at 11:56 AM, Yonik Seeley yo...@heliosearch.com wrote: On Wed, Nov 19, 2014 at 9:22 AM, Philip Durbin philip_dur...@harvard.edu wrote: On Wed, Nov 19, 2014 at 5:45 AM, Yonik Seeley yo...@heliosearch.com wrote: On Tue, Nov 18, 2014 at 3:47 PM, Philip Durbin philip_dur

Solr JOIN: keeping permission data out of primary documents

2014-11-18 Thread Philip Durbin
$ What do people think? Can anyone load up after.json, update the FIXME's, and get `test.after.all` to work? Thanks in advance! And thanks again for the original JOIN tip, Yonik! Phil -- Philip Durbin Software Developer for http://dataverse.org http://www.iq.harvard.edu/people/philip-durbin

Re: How to store ACL in solr?

2014-06-10 Thread Philip Durbin
mailing list archive at Nabble.com. -- Philip Durbin Software Developer for http://thedata.org http://www.iq.harvard.edu/people/philip-durbin

strategies for managing Solr indexing failures and retries

2014-06-01 Thread Philip Durbin
to retry a reasonable number of times and have some reporting of these problems. Thanks in advance for any thoughts or pointers on this topic, Phil -- Philip Durbin Software Developer for http://thedata.org http://www.iq.harvard.edu/people/philip-durbin

Re: Solr special characters like '(' and ''?

2014-04-09 Thread Philip Durbin
the special characters) does not find the products in this category, and actually finds other unrelated categories. What am I doing wrong? Thanks, Peter -- Philip Durbin Software Developer for http://thedata.org http://www.iq.harvard.edu/people/philip-durbin

Re: document level security filter solution for Solr

2014-03-27 Thread Philip Durbin
either be in the same collection, or in a separate core as long as it's co-located in the same JVM (core container), and you can do a cross-core join. -Yonik http://heliosearch.org - solve Solr GC pauses with off-heap filters and fieldcache On Tue, Mar 25, 2014 at 3:06 PM, Philip Durbin

alternate address for solr-user list, subscription confirmation

2014-03-25 Thread Philip Durbin
that ezmlm send a confirmation email that subscribers are now on the list, if it's easy to do. I'm used to this behavior from mailman. -- Philip Durbin Software Developer for http://thedata.org http://www.iq.harvard.edu/people/philip-durbin

creating shards on the fly in a single Solr instance (shards query parameter)

2014-03-25 Thread Philip Durbin
) -- Philip Durbin Software Developer for http://thedata.org http://www.iq.harvard.edu/people/philip-durbin

document level security filter solution for Solr

2014-03-25 Thread Philip Durbin
/5z5PpR4r/50-design-solr-document-level-security-filter-solution -- Philip Durbin Software Developer for http://thedata.org http://www.iq.harvard.edu/people/philip-durbin

Compatibility between Lucene Query and Solr SolrQuery in classes SolrJ

2013-02-26 Thread Philip Durbin
I'm exploring a switch from Lucene to Solr in a Java EE webapp. We have a method called getHitIds() that accepts as a parameter a Lucene Query object: http://lucene.apache.org/core/old_versioned_docs/versions/3_0_0/api/core/org/apache/lucene/search/Query.html My IDE is telling me I can't simply

Re: Compatibility between Lucene Query and Solr SolrQuery in classes SolrJ

2013-02-26 Thread Philip Durbin
, Tim On Tue, Feb 26, 2013 at 9:30 AM, Philip Durbin philipdur...@gmail.com wrote: I'm exploring a switch from Lucene to Solr in a Java EE webapp. We have a method called getHitIds() that accepts as a parameter a Lucene Query object: http://lucene.apache.org/core/old_versioned_docs/versions