| Previous | Next |
| QUERY_E_ALLNOISE_AND_NO_RELDOC | QUERY_E_ALLNOISE_AND_NO_RELPROP |
QUERY_E_NO_RELDOC
QUERY_E_NO_RELDOC is a relevant-document resolution error. The query engine was given document examples intended to influence relevance, but none of those identifiers resolved to catalog items. This is different from a full-text predicate that simply matches zero ordinary documents.
Validate the relevance-document identity against the queried catalog
- Log the relevant document identifiers and the catalog/machine named by the query connection.
- Check whether the documents were removed, moved, excluded from crawl scope, or belong to another catalog generation.
- Run a direct property query for the same identifiers before changing ranking weights or full-text terms.
Windows Search assigns query-relative rank values to matching documents, and catalog rows correspond to indexed documents. A relevance example must therefore resolve to an indexed row before it can contribute information. Rebuilding the SQL projection does not fix a stale document identifier. Compare this code with the repeated-document and invalid-identifier errors: those reject the relevance input for different reasons.
Legacy query errors · Understanding relevance values · Windows Search catalog model
Looking for a different code? Search another status or error code.