Minor Typo for Native scripting

There is a minor typo on web site (in issue and jdocs too I think):

http://www.elasticsearch.org/guide/reference/modules/scripting.html

I'm using successfully the singular form:

"script" : {
"native" : {
"mybooster" : {
"type": "de.jetwick.es.BoostSearchScript"
}
}
}

Right, fixed.
On Monday, May 16, 2011 at 8:07 PM, Karussell wrote:

There is a minor typo on web site (in issue and jdocs too I think):

Elasticsearch Platform — Find real-time answers at scale | Elastic

I'm using successfully the singular form:

"script" : {
"native" : {
"mybooster" : {
"type": "de.jetwick.es.BoostSearchScript"
}
}
}

I think there is a long-standing doc error on the network config page:

nonloopback The first non loopback address. nonloopback:ipv4 The first
non loopback IPv4 address. nonloopback:ipv6 The first non loopback IPv6
address.
By looking at the source code, I believe these should be non_loopback,
_non_loopback:ipv4, and non_loopback:ipv6.

-- jim

On Mon, May 16, 2011 at 2:25 PM, Shay Banon shay.banon@elasticsearch.comwrote:

Right, fixed.

On Monday, May 16, 2011 at 8:07 PM, Karussell wrote:

There is a minor typo on web site (in issue and jdocs too I think):

Elasticsearch Platform — Find real-time answers at scale | Elastic

I'm using successfully the singular form:

"script" : {
"native" : {
"mybooster" : {
"type": "de.jetwick.es.BoostSearchScript"
}
}
}

Right, fixed.
On Monday, May 16, 2011 at 11:16 PM, James Cook wrote:

I think there is a long-standing doc error on the network config page:
Elasticsearch Platform — Find real-time answers at scale | Elastic

nonloopback
The first non loopback address.

nonloopback:ipv4
The first non loopback IPv4 address.

nonloopback:ipv6
The first non loopback IPv6 address.

By looking at the source code, I believe these should be non_loopback, _non_loopback:ipv4, and non_loopback:ipv6.

-- jim

On Mon, May 16, 2011 at 2:25 PM, Shay Banon shay.banon@elasticsearch.com wrote:

Right, fixed.
On Monday, May 16, 2011 at 8:07 PM, Karussell wrote:

There is a minor typo on web site (in issue and jdocs too I think):

Elasticsearch Platform — Find real-time answers at scale | Elastic

I'm using successfully the singular form:

"script" : {
"native" : {
"mybooster" : {
"type": "de.jetwick.es.BoostSearchScript"
}
}
}