Uses of Class
org.apache.lucene.luke.models.LukeException
-
Packages that use LukeException Package Description org.apache.lucene.luke.models.commits Models and APIs for the Commits tab -
-
Uses of LukeException in org.apache.lucene.luke.models.commits
Methods in org.apache.lucene.luke.models.commits that throw LukeException Modifier and Type Method Description Optional<Commit>CommitsImpl. getCommit(long commitGen)List<File>CommitsImpl. getFiles(long commitGen)Map<String,String>CommitsImpl. getSegmentAttributes(long commitGen, String name)Optional<Codec>CommitsImpl. getSegmentCodec(long commitGen, String name)Map<String,String>CommitsImpl. getSegmentDiagnostics(long commitGen, String name)List<Segment>CommitsImpl. getSegments(long commitGen)List<Commit>CommitsImpl. listCommits()
-