Re: Solr with encrypted HDFS

2019-09-12 Thread John Thorhauer
don't seem to play well with HDFS and triple replication of the blocks > in HDFS. But encryption did not add anything issues for us. > > regards, > Hendrik > > On 11.09.19 22:53, John Thorhauer wrote: > > Hi, > > > > I am interested in encrypting/prot

Solr with encrypted HDFS

2019-09-11 Thread John Thorhauer
Hi, I am interested in encrypting/protecting my solr indices. I am wondering if Solr can work the an encrypted HDFS. I see that these instructions ( https://docs.cloudera.com/HDPDocuments/HDP3/HDP-3.1.0/configuring-hdfs-encryption/content/configuring_and_using_hdfs_data_at_rest_encryption.html)

Re: is SearchComponent the correct way?

2018-11-29 Thread John Thorhauer
Tue, Nov 13, 2018 at 6:36 AM John Thorhauer > wrote: > > > Mikhail, > > > > Where do I implement the buffering? I can not do it in then collect() > > method. > > Please clarify why exactly? Notice my statement about one segment only. > > > >

Re: is SearchComponent the correct way?

2018-11-12 Thread John Thorhauer
can buffer all doc > from one segment, hit redis and push all results into delegating collector. > > On Tue, Nov 6, 2018 at 8:29 PM John Thorhauer > wrote: > > > Mikhail, > > > > Thanks for the suggestion. After looking over the PostFilter interface > and

Re: is SearchComponent the correct way?

2018-11-06 Thread John Thorhauer
, Nov 6, 2018 at 6:24 AM John Thorhauer wrote: > We have a need to check the results of a search against a set of security > lists that are maintained in a redis cache. I need to be able to take each > document that is returned for a search and check the redis cache to see if > the doc

is SearchComponent the correct way?

2018-11-06 Thread John Thorhauer
this by creating a SearchComponent. I am able to iterate thru the results and identify the items I want to remove from the results but I am not sure how to proceed in removing them. Is SearchComponent the best way to do this? If so, any thoughts on how to proceed? Thanks, John Thorhauer

Re: dynamic field assignments

2014-05-15 Thread John Thorhauer
://lucene.apache.org/solr/4_8_0/solr-core/org/apache/solr/update/processor/AddSchemaFieldsUpdateProcessorFactory.html https://lucene.apache.org/solr/4_8_0/solr-core/org/apache/solr/update/processor/FieldMutatingUpdateProcessorFactory.html -Hoss http://www.lucidworks.com/ -- John Thorhauer Director/Remote

dynamic field assignments

2014-04-25 Thread John Thorhauer
with name FOO_BAR_TEXT_* to a fieldType of full'text'. I was hoping there might be a way of doing this dynamically. Does anyone have any ideas how to approach this? Thanks, John Thorhauer

Re: dynamic field assignments

2014-04-25 Thread John Thorhauer
Jack, Thanks for your help. Reading your last paragraph, how is that any different than exactly what DynamicField actually does? My understanding is that DynamicField can do something like FOO_BAR_TEXT_* but what I really need is *_TEXT_* as I might have FOO_BAR_TEXT_1 but I also might have

Re: filter query parsing problem

2010-01-19 Thread John Thorhauer
Ahmet, Thanks so much for the help. I will give it a shot. John On Mon, Jan 18, 2010 at 4:40 PM, Ahmet Arslan iori...@yahoo.com wrote: I am submitting a query and it seems to be parsing incorrectly.  Here is the query with the debug output.  Any ideas what the problem is: arr

filter query parsing problem

2010-01-18 Thread John Thorhauer
:814124 VLog:12342) +PublisherType:u/str /arr I would have thought that the parsed filter would have looked like this: str+(VLog:814124 VLog:12342) +(PublisherType:u PublisherType:a)/str Thanks for the help, John Thorhauer