Hi, I have 2 fields one with captures the category of the documents and an other which is a pre processed text of the document. Text of the document is fairly large. The category of the document changes often while the text remains the same. Search happens on both fields.
The problem is, I have to index both the text and the category each time the category changes. The text being large obviously makes this suboptimal. Is there a patch or a tricky way to avoid indexing the text field every time. Thanks, Raghu