public class AllEntries extends Reader
| Modifier and Type | Class and Description |
|---|---|
static class |
AllEntries.Entry |
| Constructor and Description |
|---|
AllEntries() |
| Modifier and Type | Method and Description |
|---|---|
void |
addText(String name,
String text,
float boost) |
float |
boost(int startOffset) |
String |
buildText() |
void |
clear() |
void |
close() |
boolean |
customBoost() |
List<AllEntries.Entry> |
entries() |
Set<String> |
fields() |
int |
read(char[] cbuf,
int off,
int len) |
boolean |
ready() |
void |
reset() |
String |
toString() |
public boolean customBoost()
public void clear()
public String buildText()
public List<AllEntries.Entry> entries()
public float boost(int startOffset)
public int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionpublic void close()
public boolean ready()
throws IOException
ready in class ReaderIOExceptionCopyright © 2009–2017. All rights reserved.