Feature #2602
Mis à jour par Sebastien Jacquot il y a plus de 5 ans
Extends the Properties command to show additional information informations when a corpus has other indexes than CQP. CQP
h3. Solution
add a SearchEngine.this.getInformation(corpus) SearchEngine.this.getInformations(corpus) method go retrieve engine motor specific information informations about the corpus.
add a new Section at the end of the Properties HTML result file called "Other indexes". Add a paragraph per engine motor which has indexes for the currently selected corpus
<pre>
<p>
<p>$ENGINENAME</p> <p>$MOTORNAME</p>
<p>$DESCRIPTION</p>
</p>
</pre>
with $DESCRIPTION the HTML code to insert.
h3. Solution
add a SearchEngine.this.getInformation(corpus) SearchEngine.this.getInformations(corpus) method go retrieve engine motor specific information informations about the corpus.
add a new Section at the end of the Properties HTML result file called "Other indexes". Add a paragraph per engine motor which has indexes for the currently selected corpus
<pre>
<p>
<p>$ENGINENAME</p> <p>$MOTORNAME</p>
<p>$DESCRIPTION</p>
</p>
</pre>
with $DESCRIPTION the HTML code to insert.