pty.
> >> > > This is on solr 5.3.0
> >> > >
> >> > > Thanks,
> >> > > Susmit
> >> > >
> >> > >
> >> > >
> >> > >
> >> > >
> >> > > On Thu, Apr 14, 2016 at 2:30
>> > > >
>> > >
>> >
>> https://lucene.apache.org/solr/6_0_0/solr-core/org/apache/solr/update/processor/RemoveBlankFieldUpdateProcessorFactory.html
>> > > >
>> > > > If you are also worried about strings that aren'
org/solr/6_0_0/solr-core/org/apache/solr/update/processor/RemoveBlankFieldUpdateProcessorFactory.html
> > > >
> > > > If you are also worried about strings that aren't exactly empty, but
> > > > consist only of whitespace, you can put
> TrimFieldUpdateProcesso
ctory.html
> > >
> > > If you are also worried about strings that aren't exactly empty, but
> > > consist only of whitespace, you can put TrimFieldUpdateProcessorFactory
> > > before RemoveBlankFieldUpdateProcessorFactory ...
> > >
> &
he/solr/update/processor/TrimFieldUpdateProcessorFactory.html
> >
> >
> > : Date: Thu, 14 Apr 2016 12:30:24 -0700
> > : From: Erick Erickson
> > : Reply-To: solr-user@lucene.apache.org
> > : To: solr-user
> > : Subject: Re: UUID processor handling of empty str
essorFactory ...
>>
>>
>> https://lucene.apache.org/solr/6_0_0/solr-core/org/apache/solr/update/processor/TrimFieldUpdateProcessorFactory.html
>>
>>
>> : Date: Thu, 14 Apr 2016 12:30:24 -0700
>> : From: Erick Erickson
>> : Reply-To: solr-user@lucene.
.
>
>
> https://lucene.apache.org/solr/6_0_0/solr-core/org/apache/solr/update/processor/TrimFieldUpdateProcessorFactory.html
>
>
> : Date: Thu, 14 Apr 2016 12:30:24 -0700
> : From: Erick Erickson
> : Reply-To: solr-user@lucene.apache.org
> : To: solr-user
> : Subject:
che/solr/update/processor/TrimFieldUpdateProcessorFactory.html
: Date: Thu, 14 Apr 2016 12:30:24 -0700
: From: Erick Erickson
: Reply-To: solr-user@lucene.apache.org
: To: solr-user
: Subject: Re: UUID processor handling of empty string
:
: What do you mean "doesn't work"? An empty string is
What do you mean "doesn't work"? An empty string is
different than not being present. Thee UUID update
processor (I'm pretty sure) only adds a field if it
is _absent_. Specifying it as an empty string
fails that test so no value is added.
At that point, if this uuid field is also the ,
then each d
Hi,
I have configured solr schema to generate unique id for a collection using
UUIDUpdateProcessorFactory
I am seeing a peculiar behavior - if the unique 'id' field is explicitly
set as empty string in the SolrInputDocument, the document gets indexed
with UUID update processor generating the id.
10 matches
Mail list logo