The URI normalisation can be configured using {@link #setUriNormalisation(URINormalisation)}. You can disable it, activate it only on URI local name, or on the full URI. However, URI normalisation on the full URI is costly in term of CPU at indexing time, and can double the size of the index, since each URI is duplicated by n tokens. By default, the URI normalisation is disabled. @see URINormalisationFilter @see URILocalnameFilter
|
|
|
|
|
|
|
|