![JAR search and dependency download from the Maven repository](/logo.png)
src.it.unimi.di.mg4j.query.query.velocity Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mg4j Show documentation
Show all versions of mg4j Show documentation
MG4J (Managing Gigabytes for Java) is a free full-text search engine for large document collections written in Java.
MG4J: $q
MG4J
Learn syntax
#if ($errmsg)
Syntax error: $errmsg
#else
#if ($q && $result.size() != 0)
#set ($end = $start + $result.size() - 1)
Results $start−$end of $globNumItems for $q ($time ms; $speed items/s)
## Results
#foreach($i in $result)
#if ($i.uri())
$i.title()
#else
$i.title()
#end
[$i.score(6)]
#if ($i.text())
$i.text()
#end
#end
## Buttons
#if ($result.size() < $globNumItems)
#end
#else
#if ($q.length() > 0)
No results for this query ($time ms).
#end
#end
#end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy