Hi All,
Previous Post -
http://www.gossamer-threads.com/lists/lucene/java-user/289159
i have indexed one field "STATUS" as both IntField & String field in
same index. Now i want to take IntField containing documents and change the
value of field "STATUS" to string with norms & positions ( t
In an attempt to make some backwards compatibilities (to a lucene 4.7 java
6) we would like to create a custom comparator that will parse a term field
and make the sort based on some inner properties of that field.
Started out with an implementation for FieldComparator the loaded
BinaryDocValues u