Collpasing MultiValue fields
Hello, I understand collapsing is not yet possible for multi value fields, but still wonder what is the best way to solve the issue I am having. I have the following document data fields: 1. Title (max 200 chars) 2. Abstract (max 2000 chars) 3. Body (can be quite long) 4. Author (multi valued) 5
Getting field information inside a Tokenizer
Hi, I would like to get another's field information for the same document within a Tekonizer class. How can this be achieved? Thanks