On Tue, Jan 27, 2009 at 5:03 AM, Chris Hostetter
wrote:
>
> : Hi, i added some code to *DirectUpdateHandler2.java's doDeletions()*
> (solr
> : 1.2.0) ,and got the solution i wanted.(logging duplicate post entry-i.e
> old
> : field and new field of duplicate post)
> :
> :
> :Document d1=sea
: Hi, i added some code to *DirectUpdateHandler2.java's doDeletions()* (solr
: 1.2.0) ,and got the solution i wanted.(logging duplicate post entry-i.e old
: field and new field of duplicate post)
:
:
:Document d1=searcher.doc(prev);//existing doc to be deleted
:Document d
On Thu, Jan 22, 2009 at 2:33 PM, S.Selvam Siva wrote:
>
>
> On Thu, Jan 22, 2009 at 7:12 AM, Chris Hostetter > wrote:
>
>>
>> : what i need is ,to log the existing urlid and new urlid(of course both
>> will
>> : not be same) ,when a .xml file of same id(unique field) is posted.
>> :
>> : I want t
On Thu, Jan 22, 2009 at 7:12 AM, Chris Hostetter
wrote:
>
> : what i need is ,to log the existing urlid and new urlid(of course both
> will
> : not be same) ,when a .xml file of same id(unique field) is posted.
> :
> : I want to make this by modifying the solr source.Which file do i need to
> : mo
: what i need is ,to log the existing urlid and new urlid(of course both will
: not be same) ,when a .xml file of same id(unique field) is posted.
:
: I want to make this by modifying the solr source.Which file do i need to
: modify so that i could get the above details in log ?
:
: I tried with
Hi,
I have 6 fields in my solr-schema.
1)id(unique key)
2)urlid
3)url
and so on to 6)
We have been posting 3 to 4 lakh .xml files per day which includes 50%
duplicate posts.
what i need is ,to log the existing urlid and new urlid(of course both will
not be same) ,when a .xml file o