Methods
Modifier and Type |
Method and Description |
static void |
setAuthor(org.apache.lucene.document.Document doc,
String author) |
static void |
setContent(org.apache.lucene.document.Document doc,
String content) |
static void |
setCustom(org.apache.lucene.document.Document doc,
String custom,
int index) |
static void |
setKeywords(org.apache.lucene.document.Document doc,
String keywords) |
static void |
setMimeType(org.apache.lucene.document.Document doc,
String mimeType) |
static void |
setRaw(org.apache.lucene.document.Document doc,
String raw) |
static void |
setSummary(org.apache.lucene.document.Document doc,
String summary,
boolean index) |
static void |
setTitle(org.apache.lucene.document.Document doc,
String title) |
static void |
setURL(org.apache.lucene.document.Document doc,
String urlpath) |
static org.apache.lucene.document.Field |
Text(String name,
String value) |
static org.apache.lucene.document.Field |
Text(String name,
String value,
boolean store) |
static org.apache.lucene.document.Field |
UnIndexed(String name,
String value) |