Uses of Class
org.corpus_tools.graphannis.CorpusStorageManager.ResultOrder
-
Packages that use CorpusStorageManager.ResultOrder Package Description org.corpus_tools.graphannis -
-
Uses of CorpusStorageManager.ResultOrder in org.corpus_tools.graphannis
Methods in org.corpus_tools.graphannis that return CorpusStorageManager.ResultOrder Modifier and Type Method Description static CorpusStorageManager.ResultOrderCorpusStorageManager.ResultOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static CorpusStorageManager.ResultOrder[]CorpusStorageManager.ResultOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.corpus_tools.graphannis with parameters of type CorpusStorageManager.ResultOrder Modifier and Type Method Description String[]CorpusStorageManager. find(Iterable<String> corpusNames, String query, CorpusStorageManager.QueryLanguage queryLanguage, long offset, Optional<Long> limit, CorpusStorageManager.ResultOrder order)Find all results for a `query` and return the match ID for each result.
-