|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Field.Store | |
|---|---|
| org.apache.lucene.benchmark.byTask.feeds | Sources for benchmark inputs: documents and queries. |
| org.apache.lucene.document | The Document abstraction. |
| 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.Store in org.apache.lucene.benchmark.byTask.feeds |
|---|
| Fields in org.apache.lucene.benchmark.byTask.feeds declared as Field.Store | |
|---|---|
protected Field.Store |
BasicDocMaker.storeVal
|
| Uses of Field.Store in org.apache.lucene.document |
|---|
| Fields in org.apache.lucene.document declared as Field.Store | |
|---|---|
static Field.Store |
Field.Store.COMPRESS
Store the original field value in the index in a compressed form. |
static Field.Store |
Field.Store.NO
Do not store the field value in the index. |
static Field.Store |
Field.Store.YES
Store the original field value in the index. |
| Constructors in org.apache.lucene.document with parameters of type Field.Store | |
|---|---|
AbstractField(String name,
Field.Store store,
Field.Index index,
Field.TermVector termVector)
|
|
Field(String name,
byte[] value,
Field.Store store)
Create a stored field with binary value. |
|
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.Store in org.apache.lucene.gdata.search.analysis |
|---|
| Fields in org.apache.lucene.gdata.search.analysis declared as Field.Store | |
|---|---|
protected Field.Store |
ContentStrategy.store
|
| Constructors in org.apache.lucene.gdata.search.analysis with parameters of type Field.Store | |
|---|---|
ContentStrategy(Field.Index index,
Field.Store store,
IndexSchemaField fieldConfig)
|
|
| Uses of Field.Store in org.apache.lucene.gdata.search.config |
|---|
| Fields in org.apache.lucene.gdata.search.config declared as Field.Store | |
|---|---|
static Field.Store |
IndexSchemaField.DEFAULT_STORE_STRATEGY
Default value for Field.Store |
| Methods in org.apache.lucene.gdata.search.config that return Field.Store | |
|---|---|
Field.Store |
IndexSchemaField.getStore()
|
| Methods in org.apache.lucene.gdata.search.config with parameters of type Field.Store | |
|---|---|
void |
IndexSchemaField.setStore(Field.Store store)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||