Defer build affects index

When we create an index with defer build, it winds up having defer build in the NQ1L for the index.

Is there a reason why that winds up in the text that’s preserved? It affects our system of looking for indexes already existing (although it’s trivial to work around).

Thanks - H

How are you searching for the indexes? Are you issuing a query?

To query the indexes, I query http://couchbase.server:8091/indexStatus

Try

SELECT * FROM system:indexes;