假设我有一个日志系统,每天都会创建一个新索引。 现在,我必须做一整年的查询,即365个索引。
虽然ES对索引名称有Properties prop = new Properties();
InputStream input = null;
try {
input = new FileInputStream("gradle.properties");
// load a properties file
prop.load(input);
// get the property value and print it out
System.out.println(prop.getProperty("user.password"));
} catch (IOException ex) {
ex.printStackTrace();
}
支持,但似乎我必须编写这样的查询:
date math
是否有更好的查询方式?