Page 1 of 1

Data from Field problem

Posted: Wed Mar 10, 2010 7:44 am
by kamal.oulhadj
I use Thunderstone webservice data load to index documents , in All Walk Settings ,i set Data from Field section to replacing the data of Title to Doc_Title( Doc_Title is a text meta data in my profile ) but it's not working .

REX Search - (Empty)
Replace - (Empty)
From Field - Title
From Meta Field - (Empty)
To Field - Doc_Title




For information the webservice client is a .net application.

Any idea?

Data from Field problem

Posted: Wed Mar 10, 2010 10:53 am
by Kai
You need to switch the From and To Fields; it should be:

From Field: Meta Field ->
From Meta Field: Doc_Title
To Field: Title

because you are replacing the stock Title with Doc_Title.

Data from Field problem

Posted: Wed Mar 10, 2010 11:10 am
by jason112
Also are you uploading a raw document (via <RawData>) or the individual fields? Data From Field is not applied if you are doing individual fields.

Data from Field problem

Posted: Wed Mar 10, 2010 11:16 am
by kamal.oulhadj
I would like to copy the contents of Title in Doc_Title, because for the PDF document I can not extract the full title of the document indexed, and as the engine Thunderstone does it well.

Thank you,

Data from Field problem

Posted: Wed Mar 10, 2010 11:21 am
by kamal.oulhadj
I use the web service data load from a dot net client, the content of PDF files are indexed by RowData and individuals fields(meta fields ).

I would like to copy the contents of Title to Doc_Title, because for the PDF document I can not extract the full title of the document indexed.

Thank you,

Data from Field problem

Posted: Thu Mar 11, 2010 5:23 am
by kamal.oulhadj
I need replacing the stock Doc_Title with Title.

I have this configuration

REX Search - (Empty)
Replace - (Empty)
From Field - Title
From Meta Field - (Empty)
To Field - Doc_Title


but it's not working .

Thank you,

Data from Field problem

Posted: Wed Mar 17, 2010 2:58 pm
by mark
That should work if Doc_Title is varchar and the documents have titles. Did you do a new (not refresh) walk since making that change?

Data from Field problem

Posted: Thu Mar 18, 2010 4:16 am
by kamal.oulhadj
Hello,

Yes, I made a new indexing and the problem still exists.
I insist that I use rawData and metadata for indexing PDF documents via Data load web service.

thank you

Data from Field problem

Posted: Thu Mar 18, 2010 5:54 pm
by jason112
It looks like the dataload system currently does not use Data From Field. Dataload was originally implemented as a "here use these fields directly", and RawData was added at a later time.

This will probably be changed with a future scripts update (we understand the desire for it), we're currently checking on feasibility.

Data from Field problem

Posted: Fri Jan 21, 2011 3:39 am
by kamal.oulhadj
Hello,

The problem is solved with the new version 5.1.88 of scripts
Thank you for your help

Kamal Oulhadj