|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexSchemaField | |
---|---|
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 IndexSchemaField in org.apache.lucene.gdata.search.analysis |
---|
Fields in org.apache.lucene.gdata.search.analysis declared as IndexSchemaField | |
---|---|
protected IndexSchemaField |
ContentStrategy.config
|
Methods in org.apache.lucene.gdata.search.analysis with parameters of type IndexSchemaField | |
---|---|
static ContentStrategy |
ContentStrategy.getFieldStrategy(IndexSchemaField fieldConfig)
This factory method creates the ContentStrategy corresponding to the set ContentType value in the IndexSchemaField passed to the method as the single parameter. |
Constructors in org.apache.lucene.gdata.search.analysis with parameters of type IndexSchemaField | |
---|---|
ContentStrategy(Field.Index index,
Field.Store store,
IndexSchemaField fieldConfig)
|
|
ContentStrategy(IndexSchemaField fieldConfiguration)
|
|
GdataCategoryStrategy(IndexSchemaField fieldConfiguration)
|
|
GdataDateStrategy(IndexSchemaField fieldConfiguration)
|
|
HTMLStrategy(IndexSchemaField fieldConfiguration)
|
|
KeywordStrategy(IndexSchemaField fieldConfig)
|
|
MixedContentStrategy(IndexSchemaField fieldConfiguration)
|
|
PlainTextStrategy(IndexSchemaField fieldConfiguration)
|
|
XHtmlStrategy(IndexSchemaField fieldConfig)
|
Uses of IndexSchemaField in org.apache.lucene.gdata.search.config |
---|
Methods in org.apache.lucene.gdata.search.config that return types with arguments of type IndexSchemaField | |
---|---|
Collection<IndexSchemaField> |
IndexSchema.getFields()
|
Methods in org.apache.lucene.gdata.search.config with parameters of type IndexSchemaField | |
---|---|
void |
IndexSchema.addSchemaField(IndexSchemaField field)
Adds a new IndexSchemaField to the schema. |
Method parameters in org.apache.lucene.gdata.search.config with type arguments of type IndexSchemaField | |
---|---|
void |
IndexSchema.setSchemaFields(Collection<IndexSchemaField> fields)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |