Re: how to add attributes to a field just like term's payload ?

2013-01-06 Thread wgggfiy
en ha, sounds good, and perhaps already satisfied my need. thx so much. - -- Email: wuqiu.m...@qq.com -- -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-add-attributes-to-a-field-just-like-term-s-payload-tp4031045p4

Re: how to add attributes to a field just like term's payload ?

2013-01-06 Thread Steve Rowe
Hi wiggify, Lucene doesn't have direct support for what you want. However, you can store a custom map in the index when you commit: < https://lucene.apache.org/core/4_0_0/core/org/apache/lucene/index/IndexWriter.html#commit%28java.util.Map%29 >. It will be your responsibility to associate that i