Hi All I have a question regarding MaxFieldLength. Is it a limit for number of tokens in 1 field per document or entire index?
Example: If MaxFieldLength is set to 100 and I add a document which has 105 tokens for 1 field then I expect 5 tokens to be ignored. but, if i add another document which has 95 tokens for same field then these 95 tokens should be added. Please advise. Thanks Saroj