Out of Date
Details
Assignee
UnassignedUnassignedReporter
koenkkoenkOriginal estimate
8hTime tracking
No time logged8h remainingComponents
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
koenk
koenkOriginal estimate
8h
Time tracking
No time logged8h remaining
Components
Priority
Created July 4, 2007 at 8:58 PM
Updated January 15, 2015 at 8:43 PM
Resolved January 15, 2015 at 8:43 PM
example class
the
@Fields
annotation stores each key value pair as a Lucene key value.this allows efficient searching on loosely typed object meta data (which is typically hard to map onto a relational database model but perfect for a Lucene index)
note : this could probably be realized with a
FieldBridge
but a specific annotation could be handynote : ideally a
MultiMap
is also supported as a property can have multiple occurrences in a Lucene document