-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.8
-
Fix Version/s: 5.8.0-HF10, 5.9.3
-
Component/s: Core
Configure several indexes that will index blobs
<index name="global"> <field>dc:title</field> <field>dc:description</field> <fieldType>blob</fieldType> </index> <index name="specific"> <fieldType>blob</fieldType> </index>
Only the global index will be filled.
After the first FulltextUpdaterWork is run, the jobId is reset and then no document will match the jobId used to create the work. As a consequence the other indexes will not be updated.
- is required by
-
NXP-14848 FulltextUpdaterWork.IndexAndText must be Serializable
- Resolved