dynamic field assignments

2014-04-25 Thread John Thorhauer
the fields 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: dynamic field assignments

2014-05-15 Thread John Thorhauer
rocessorFactory.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 Interfaces Yakabod, Inc. 301-662-4554 x2105

filter query parsing problem

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

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 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: >> >> >>   >>     ((VLog:

is SearchComponent the correct way?

2018-11-06 Thread John Thorhauer
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: is SearchComponent the correct way?

2018-11-06 Thread John Thorhauer
n Tue, 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 > th

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-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. > > > > I can

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: 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/protec