Is it oaky updating filter field very often

Hi,

I am trying to build search server and I have questions.

status is

  • I will filter out search result who's state field value is "N"
  • I will update the state field value very often whenever the document's condition changed
    • for example, defined the document as spam
      questions are
  • Is there any way to filter out them without updating document itself?
    • like.... "DB join" or "black list which has document_id and state"
  • or, is it okay to update state field? any performance issue ?

Thanks,
Calvin.