Uses of Class
org.molgenis.semanticsearch.semantic.Hit
-
Packages that use Hit Package Description org.molgenis.semanticsearch.semantic -
-
Uses of Hit in org.molgenis.semanticsearch.semantic
Methods in org.molgenis.semanticsearch.semantic that return Hit Modifier and Type Method Description static <T> Hit<T>Hit. create(T result, float score)Methods in org.molgenis.semanticsearch.semantic that return types with arguments of type Hit Modifier and Type Method Description abstract List<Hit<T>>Hits. getHits()Iterator<Hit<T>>Hits. iterator()Methods in org.molgenis.semanticsearch.semantic with parameters of type Hit Modifier and Type Method Description intHit. compareTo(Hit<T> o)static <T> Hits<T>Hits. create(Hit<T>... hits)Method parameters in org.molgenis.semanticsearch.semantic with type arguments of type Hit Modifier and Type Method Description static <T> Hits<T>Hits. create(List<Hit<T>> hits)
-