【文章內(nèi)容簡介】
regardless of their order.) order tends to narrow a search because it places an additional condition on records. Syntax ? order proximityexpression ? where proximityexpression is a search expression based on a valid proximity operator. ? Notes ? You can use order with the proximity operators near/N, paragraph, and sentence. It has no effect with the phrase operator because order is assumed with phrase. ? Examples ? order (cold sentence fusion) ? Matches any record containing a variation of the word cold followed by a variation of the word fusion in the same sentence。 does not match any record in which fusion es first. ? order (cold near/10 fusion) ? Matches any record containing a variation of the word cold followed by a variation of the word fusion within 10 words of each other. ? (order (output near/3 input)) in ti ? Matches any record containing the word output followed within 3 words by the word input in the title field. (You can use an ord