Updated links to external Java and Solr docs to currently used versions.

pull/93/head
luccioman 8 years ago
parent f45945cada
commit ca4c38a5ba

@ -12,7 +12,7 @@
<form class="dsearch" action="ContentAnalysis_p.html" method="post" enctype="multipart/form-data">
<fieldset>
<legend>Double Content Detection</legend><p>Double-Content detection is done using a ranking on a 'unique'-Field, named 'fuzzy_signature_unique_b'.
This field is set during parsing and is influenced by two attributes for the <a href="http://lucene.apache.org/solr/4_10_3/solr-core/org/apache/solr/update/processor/TextProfileSignature.html">TextProfileSignature</a> class.</p>
This field is set during parsing and is influenced by two attributes for the <a href="https://lucene.apache.org/solr/5_5_2/solr-core/org/apache/solr/update/processor/TextProfileSignature.html" target="_blank">TextProfileSignature</a> class.</p>
<dl>
<dt style="width:260px"><label for="minTokenLen">minTokenLen</label></dt>
<dd style="width:360px; float:left; display:inline;" id="dd_minTokenLen">

@ -19,7 +19,7 @@
</dd>
<dt>
<label>Regular Expression</label><br />
This is a <a href="http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html" target="_blank">Java Pattern</a>
This is a <a href="https://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html" target="_blank">Java Pattern</a>
</dt>
<dd>
<textarea name="regex" id="regex" cols="80" rows="5" style="font-size:16px">#[regex]#</textarea>

@ -2207,7 +2207,7 @@ Content Analysis==Анализ содержимого
These are document analysis attributes.==Аттрибуты анализа документов.
Double Content Detection==Двойное определение содержимого
Double-Content detection is done using a ranking on a 'unique'-Field, named 'fuzzy_signature_unique_b'.==Двойное определение содержимого выполняется с помощью ранжирования поля 'fuzzy_signature_unique_b'.
This field is set during parsing and is influenced by two attributes for the <a href="http://lucene.apache.org/solr/api-4_0_0-BETA/org/apache/solr/update/processor/TextProfileSignature.html">TextProfileSignature</a> class.==Это поле устанавливается во время анализа и описывается двумя аттрибутами класса<a href="http://lucene.apache.org/solr/api-4_0_0-BETA/org/apache/solr/update/processor/TextProfileSignature.html"> TextProfileSignature</a>.
This field is set during parsing and is influenced by two attributes for the <a href="https://lucene.apache.org/solr/5_5_2/solr-core/org/apache/solr/update/processor/TextProfileSignature.html" target="_blank">TextProfileSignature</a> class.==Это поле устанавливается во время анализа и описывается двумя аттрибутами класса<a href="https://lucene.apache.org/solr/5_5_2/solr-core/org/apache/solr/update/processor/TextProfileSignature.html" target="_blank"> TextProfileSignature</a>.
This is the minimum length of a word which shall be considered as element of the signature. Should be either 2 or 3.==Минимальная длина слова, которое должно рассматриваться в качестве элемента сигнатуры. Может быть 2 или 3
The quantRate is a measurement for the number of words that take part in a signature computation. The higher the number, the less=='quantRate' это количество слов, которые необходимы для вычисления сигнатуры. Чем выше это число, тем меньше
words are used for the signature.==слов используется для сигнатуры.

Loading…
Cancel
Save