Flex Segment Merging

2010-02-16 Thread Renaud Delbru
Hi, I would like to start creating a codec with my own set of index files (instead of using the ones from the Standard codec). I have multiple questions (I haven't yet found answers by myself) like: how to specify how these files should be merged ? Is it automatically done by the Codec

Re: Flex Segment Merging

2010-02-16 Thread Michael McCandless
Hi Renaud, You should be able to do your own merging by overriding the merge method of Fields/Terms/PostingsConsumer classes, in your codec. Each of these classes has a default impl for merge, which just does the normal postings merging (fields/terms are merged, docs/positions/payloads are