|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Field.Index | |
|---|---|
| org.apache.lucene.benchmark.byTask.feeds | Sources for benchmark inputs: documents and queries. |
| org.apache.lucene.document | The logical representation of a Document for indexing and searching. |
| Uses of Field.Index in org.apache.lucene.benchmark.byTask.feeds |
|---|
| Fields in org.apache.lucene.benchmark.byTask.feeds declared as Field.Index | |
|---|---|
protected Field.Index |
BasicDocMaker.indexVal
|
| Uses of Field.Index in org.apache.lucene.document |
|---|
| Fields in org.apache.lucene.document declared as Field.Index | |
|---|---|
static Field.Index |
Field.Index.NO
Do not index the field value. |
static Field.Index |
Field.Index.NO_NORMS
Index the field's value without an Analyzer, and disable the storing of norms. |
static Field.Index |
Field.Index.TOKENIZED
Index the field's value so it can be searched. |
static Field.Index |
Field.Index.UN_TOKENIZED
Index the field's value without using an Analyzer, so it can be searched. |
| Constructors in org.apache.lucene.document with parameters of type Field.Index | |
|---|---|
AbstractField(String name,
Field.Store store,
Field.Index index,
Field.TermVector termVector)
|
|
Field(String name,
String value,
Field.Store store,
Field.Index index)
Create a field by specifying its name, value and how it will be saved in the index. |
|
Field(String name,
String value,
Field.Store store,
Field.Index index,
Field.TermVector termVector)
Create a field by specifying its name, value and how it will be saved in the index. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||