public class T73Index extends Object
Modifier and Type | Class and Description |
---|---|
static class |
T73Index.ContentInfo |
Modifier and Type | Field and Description |
---|---|
static String |
order_DateA |
static String |
order_DateD |
static String |
order_NameA |
static String |
order_NameD |
static String |
order_SizeA |
static String |
order_SizeD |
(package private) static Set<String> |
s_analyze_fulltext_extensions |
static String |
target_All |
static String |
target_File |
static String |
target_FileWithContent |
static String |
target_Folder |
Constructor and Description |
---|
T73Index() |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
createTable(boolean renew) |
static List<T73Index.ContentInfo> |
getAllIndex(String loc,
long before,
int limit,
int offset) |
static List<T73Index.ContentInfo> |
getRealmFiles(T73Realm realm,
T73.T73Location loc) |
(package private) static boolean |
register(T73Index.ContentInfo ci) |
(package private) static boolean |
remove(T73File file) |
static List<T73Index.ContentInfo> |
search(String loc,
T73File searchFolder,
String target,
String word,
boolean worder,
String order,
int limit,
int offset) |
public static final String target_All
public static final String target_Folder
public static final String target_File
public static final String target_FileWithContent
public static final String order_NameA
public static final String order_NameD
public static final String order_SizeA
public static final String order_SizeD
public static final String order_DateA
public static final String order_DateD
static void createTable(boolean renew) throws SQLException
SQLException
static boolean register(T73Index.ContentInfo ci)
static boolean remove(T73File file)
public static List<T73Index.ContentInfo> search(String loc, T73File searchFolder, String target, String word, boolean worder, String order, int limit, int offset)
public static List<T73Index.ContentInfo> getAllIndex(String loc, long before, int limit, int offset)
public static List<T73Index.ContentInfo> getRealmFiles(T73Realm realm, T73.T73Location loc)
EDB Working Group at Tue Jun 10 17:08:59 JST 2025