Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.4.0
-
Component/s: Document Sources
-
Labels:None
Description
Lucene document source's default SimpleFieldMapper takes only the first Fieldable value from a document. If a document has multiple fieldables with the same name, only the first one will be returned in the wrapper carrot2.core.Document (and passed to clustering, for instance).
Fixed in trunk.