Hello, I have lucene index with more than one filed. I want to treat each field from index as separate document as input to mahout topic modeling. I want to get result : myFiled1 - probabalityT1, probabilityT2 ... : myFiled2 - probabalityT1, probabilityT2 ... ...
If I use lucene2seq and specify -f option with filed name ( -f "myFiled1", -f "myField2" ..) I got sequential files with data from myField1, myField2 ... But all of that files has the same keys so I could not know which filed belong to which topic. How can I do this? Does some command exist which I can use to rename key in sequence files? Thanks!
