dataone (version 2.2.1)

encodeSolr: Encode the input for Solr Queries

Description

Treating all special characters and spaces as literals, backslash escape special characters, and double-quote if necessary.

Usage

encodeSolr(x, ...)

# S4 method for character encodeSolr(x, ...)

Arguments

x

: a string to encode

...

(not yet used.)

Value

the encoded form of the input

Examples

Run this code
# NOT RUN {
encodeSolr("this & that")
# }

Run the code above in your browser using DataLab