| Modifier and Type | Class and Description |
|---|---|
class |
AggressiveCanonicalizer
For fuzzyier matching.
|
class |
SemanticCanonicalizer
Like semantic_precise but removes the fragment from
the url, thus considers urls which differ only in the fragment to be
equivalent to each other.
|
class |
SemanticPreciseCanonicalizer
Precise semantic canonicalizer, semantic in the sense that the intention is
to canonicalize urls that "mean" the same thing, that you would expect to
load the same stuff and look the same way if you pasted them into the
location bar of your browser.
|
| Modifier and Type | Field and Description |
|---|---|
static Canonicalizer |
Canonicalizer.AGGRESSIVE |
static Canonicalizer |
Canonicalizer.SEMANTIC |
static Canonicalizer |
Canonicalizer.SEMANTIC_PRECISE |
static Canonicalizer |
Canonicalizer.WHATWG |
Copyright © 2020. All rights reserved.