nerdexam
Microsoft

70-489 · Question #13

A legal company uses SharePoint for document and records management. You search all documents by using extractors and managed properties. FAST Query Language (FQL) is enabled for the result sources…

The correct answer is B. string('liable advocate adjudication", mode="onear") D. title:HCT-Q????-AB F. write:range (2012-05-01, 2012-05-31). The ordered variant ofNEAR, and requires an ordered match of the terms. TheONEARoperator can be used to restrict the result set to items that haveNterms within a certain distance of Returns only items that don't match the operand. The operand may be any valid FQL expression.one…

Plan and implement a search solution

Question

A legal company uses SharePoint for document and records management. You search all documents by using extractors and managed properties. FAST Query Language (FQL) is enabled for the result sources, and the content of the document is indexed as full text. All documents are named by using the following pattern: "AAA-Axxxx-AA". You must find documents that were created in May 2012 and contain the ordered keywords "liable", "advocate", and "adjudication". Results that are returned must include only document names that begin with "HCT-Q" and end only with "AB". You need to create the FQL query that returns the required results. Which FQL statements should you use? (Each correct answer presents part of the solution. Choose all that apply.)

Options

  • AWrite> =05/01/2012 and write<=05/31/2012
  • Bstring('liable advocate adjudication", mode="onear")
  • Ctitle:HCT-Q*
  • Dtitle:HCT-Q????-AB
  • ENEAR (liable, advocate, adjudication)
  • Fwrite:range (2012-05-01, 2012-05-31)

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    64% (18)
  • C
    11% (3)
  • E
    21% (6)

Explanation

The ordered variant ofNEAR, and requires an ordered match of the terms. TheONEARoperator can be used to restrict the result set to items that haveNterms within a certain distance of Returns only items that don't match the operand. The operand may be any valid FQL expression.one * All documents are named by using the following pattern: "AAA-Axxxx-AA". * Results that are returned must include only document names that begin with "HCT-Q" and end * Range. Enables range matching expressions. The RANGE operator is used for numeric and date/time managed properties. * FQL provides the datetime data type for date and time. The following ISO 8601-compatible datetime formats are supported in queries: - YYYY-MM-DDThh:mm:ss - YYYY-MM-DDThh:mm:ssZ - YYYY-MM-DDThh:mm:ssfrZ

Topics

#FQL#date range query#ordered keywords#title pattern matching

Community Discussion

No community discussion yet for this question.

Full 70-489 Practice