The
Ne
parameter specifies which dimension (out of all valid
dimensions returned in an EQL request) should return actual refinement
dimension values.
Note
The Ne parameter is deprecated.
The behavior of the Ne
parameter is the same for EQL request as for other types of navigation queries.
The following example shows the Ne
parameter being
specified with an EQL text search:
Nrs=collection()/record[endeca:matches(.,"description", "story","partialmax")]&Ne=6
In the query, 6 is the root dimension value ID for the Genre dimension. The query will return all dimensions for records in which the term story appears in the description property, as well as the refinement dimension values for the Genre dimension.