Uses of Class
org.lionsoul.ip2region.xdb.Searcher
-
Packages that use Searcher Package Description org.lionsoul.ip2region org.lionsoul.ip2region.xdb -
-
Uses of Searcher in org.lionsoul.ip2region
Methods in org.lionsoul.ip2region that return Searcher Modifier and Type Method Description static SearcherSearchTest. createSearcher(String dbPath, String cachePolicy) -
Uses of Searcher in org.lionsoul.ip2region.xdb
Methods in org.lionsoul.ip2region.xdb that return Searcher Modifier and Type Method Description static SearcherSearcher. newWithBuffer(byte[] cBuff)static SearcherSearcher. newWithFileOnly(String dbPath)static SearcherSearcher. newWithVectorIndex(String dbPath, byte[] vectorIndex)
-