Index Settings That Affect Documents
When you change any index settings for a database, the new settings take effect based on whether reindexing is enabled (reindexer enable
set to true
). For more details on text indexes, see Text Indexing.
In general, adding index options slows document loading and increases the size of database files.
Database Setting |
Description |
---|---|
|
Specifies the default language for content in this database. Any content without an |
|
Controls the level of stemming applied to word searches. Stemmed searches match not only the exact word in the search, but also words that come from the same stem and mean the same thing (for example, a search for |
|
Whether or not to enable unstemmed word searches. Enables searches for exact matches of words. |
|
Index word positions for faster phrase and |
|
Speeds up phrase searches by eliminating some false positive results. |
|
Speeds up reverse query searches by indexing saved queries. |
|
Enables the RDF triple index to support SPARQL execution over RDF triples. When this parameter is true, NoteThis feature requires a valid semantics license key. |
|
Specifies whether to index positional data to speed up the performance of proximity queries that use |
|
Speeds up case sensitive searches by eliminating some false positive results. |
|
Speeds up diacritic-sensitive searches by eliminating some false positive results. |
|
Speeds up element-word searches by eliminating some false positive results. |
|
Index element word positions for faster element-based phrase and |
|
Speeds up element phrase searches by eliminating some false positive results. |
|
Index element word positions for faster element-based phrase and |
|
Index attribute word positions for faster attribute-based phrase and |
|
Enables searches that use |
|
Enables positions for searches that use |
|
Enables wildcard searches where the search pattern contains three or more consecutive non-wildcard characters (for example, |
|
Index word positions for three-character wildcard queries. |
|
Enables wildcard searches and speeds up element-based wildcard searches. For more details about wildcard searches, see Understanding and Using Wildcard Searches in the Search Developer’s Guide. |
|
Faster wildcard searches with the wildcard at the end of the search pattern (for example, |
|
Index word positions for trailing wildcard searches. |
|
Faster wildcard searches with the wildcard at the end of the search pattern within a specific element, but slower document loads and larger database files. |
|
Maintains a lexicon of all of the words in a database, with uniqueness determined by a specified collation. Additionally, works in combination with the |
|
Enables wildcard searches where the search pattern contains two or more consecutive non-wildcard characters (for example, |
|
Enables wildcard searches where the search pattern contains a single non-wildcard characters (for example, |
|
Maintains a lexicon of all of the URIs used in a database. The URI lexicon speeds up queries that constrain on URIs. It is like a range index of all of the URIs in the database. To access values from the URI lexicon, use the |
|
Maintains a lexicon of all of the collection URIs used in a database. The collection lexicon speeds up queries that constrain on collections. It is like a range index of all of the collection URIs in the database. To access values from the collection lexicon, use the |