Home
last modified time | relevance | path

Searched refs:NOCONTENT (Results 1 – 4 of 4) sorted by relevance

/dports/devel/staf/src/staf/services/http/
H A DHTTP.java109 private static final String NOCONTENT = "RETURNNOCONTENT"; field in HTTP
2411 boolean showContent = (pResult.optionTimes(NOCONTENT) == 0); in getHttpResponse()
2606 requestParser.addOption(NOCONTENT, 1, STAFCommandParser.VALUENOTALLOWED); in init()
2704 htmlActionParser.addOption(NOCONTENT, 1, STAFCommandParser.VALUENOTALLOWED); in init()
2719 + " " + RETURNHEADERS + " " + NOCONTENT + in init()
/dports/textproc/redisearch16/RediSearch-1.6.16/docs/
H A DCommands.md453 FT.SEARCH {index} {query} [NOCONTENT] [VERBATIM] [NOSTOPWORDS] [WITHSCORES] [WITHPAYLOADS] [WITHSOR…
485 - **NOCONTENT**: If it appears after the query, we only return the document ids and not
513 `num` is the number of fields following the keyword. If `num` is 0, it acts like `NOCONTENT`.
553 If **NOCONTENT** was given, we return an array where the first element is the total number of resul…
/dports/textproc/redisearch/RediSearch-2.2.5/docs/
H A DCommands.md301 FT.SEARCH {index} {query} [NOCONTENT] [VERBATIM] [NOSTOPWORDS] [WITHSCORES] [WITHPAYLOADS] [WITHSOR…
385 - **NOCONTENT**: If it appears after the query, we only return the document ids and not
413 `num` is the number of attributes following the keyword. If `num` is 0, it acts like `NOCONTENT`.
456 If **NOCONTENT** was given, we return an array where the first element is the total number of resul…
860 …To reduce the size of the output, use `NOCONTENT` or `LIMIT 0 0` to reduce results reply or `LIMIT…
/dports/textproc/redisearch20/RediSearch-2.0.15/docs/
H A DCommands.md271 FT.SEARCH {index} {query} [NOCONTENT] [VERBATIM] [NOSTOPWORDS] [WITHSCORES] [WITHPAYLOADS] [WITHSOR…
350 - **NOCONTENT**: If it appears after the query, we only return the document ids and not
378 `num` is the number of fields following the keyword. If `num` is 0, it acts like `NOCONTENT`.
419 If **NOCONTENT** was given, we return an array where the first element is the total number of resul…