net.sf.regain.search.sharedlib.hit |
Enthält alle Tags, die Daten eines Suchtreffers (hit) anzeigen.
|
Java Source File Name | Type | Comment |
AbstractHitTag.java | Class | Parent class for all tags that show information about a search hit. |
FieldTag.java | Class | Generates the value of an index field of the current hit's document. |
LinkTag.java | Class | Generates a link to the current hit's document. |
PathTag.java | Class | Generates the navigation path to the current hit's document. |
ScoreTag.java | Class | Generates the score of the current hit in percent. |
SizeTag.java | Class | Generates the size to the current hit's document. |
TypeiconTag.java | Class | Generates an img showing the hit's type using its extension. |
UrlTag.java | Class | Generates the URL of the current hit's document.
The URL is generated as plain text not as a link. |