Use the
Word Query configuration page
to modify the way cts:word-query
searches are resolved
in this database. Use this
configuration to specify XML elements or JSON properties to include
or exclude in all word queries, to add extra index options to the word
queries, to specify query weights that apply to specific XML elements
or JSON properties for relevance calculations, and to constrain which
elements are included by a specified attribute value.
The bold type on any index setting name indicates that the index setting is inherited from the database configuration.
The following are the configuration options:
true
by default, which means all
content is included unless you explicitly exclude one or more
XML elements or JSON properties. Word query cannot have
field paths.
field path is not allowed on word query field.
basic
, basic stemming is enabled, and the shortest
stem of each word is indexed. When set to advanced
,
all stems of each word are indexed. When set to
decompounding
, all stems are indexed, and smaller
component words of large compound words are also indexed. Each
successive level of stemming improves recall of word searches,
but also causes slower document loads and larger database files.
cts:field-value-query
function. Turn this
index off if you are not interested in field value queries and if
you want to conserve disk space and decrease loading time.
cts:field-value-query
function. Turn this
index off if you are not interested in proximity queries and if
you want to conserve disk space and decrease loading time.
cts:near-query
) within trailing wildcard queries.
You must also enable trailing wildcard
searches in order to perform trailing wildcard position
searches. When this parameter is true, positional searches
are possible within a trailing wildcard query, but document
loading is slower and the database files are larger.
cts:near-query
) within wildcard queries. You must
also enable three character
searches in order to perform wildcard position searches.
When this parameter is true, positional searches are possible
within a wildcard query, but document loading is slower and the
database files are larger.
ab*
). This index is not needed if you have
three character searches and a
word lexicon.
a*
).
This index is not needed if you have
three character searches and a
word lexicon.