|
||||||||||
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. |
org.apache.lucene.gdata.search.analysis | Classes used for extracting content from entries and building lucene documents. |
org.apache.lucene.gdata.search.config | All classes used for index and search configuration |
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. |
Uses of Field.Index in org.apache.lucene.gdata.search.analysis |
---|
Fields in org.apache.lucene.gdata.search.analysis declared as Field.Index | |
---|---|
protected Field.Index |
ContentStrategy.index
|
Constructors in org.apache.lucene.gdata.search.analysis with parameters of type Field.Index | |
---|---|
ContentStrategy(Field.Index index,
Field.Store store,
IndexSchemaField fieldConfig)
|
Uses of Field.Index in org.apache.lucene.gdata.search.config |
---|
Fields in org.apache.lucene.gdata.search.config declared as Field.Index | |
---|---|
static Field.Index |
IndexSchemaField.DEFAULT_INDEX_STRATEGY
Default value for Field.Index |
Methods in org.apache.lucene.gdata.search.config that return Field.Index | |
---|---|
Field.Index |
IndexSchemaField.getIndex()
|
Methods in org.apache.lucene.gdata.search.config with parameters of type Field.Index | |
---|---|
void |
IndexSchemaField.setIndex(Field.Index index)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |