|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexSchema | |
---|---|
org.apache.lucene.gdata.search.index | Contains classes processing of documents and accessing the search index of the server |
org.apache.lucene.gdata.search.query | |
org.apache.lucene.gdata.server.registry | Internal registry - registering services and server components |
Uses of IndexSchema in org.apache.lucene.gdata.search.index |
---|
Methods in org.apache.lucene.gdata.search.index with parameters of type IndexSchema | |
---|---|
protected void |
IndexController.addIndexSchema(IndexSchema schema)
|
static GDataIndexer |
GDataIndexer.createGdataIndexer(IndexSchema config,
Directory dir,
boolean create)
This factory method creates a new GDataIndexer using a instance of IndexTask |
protected org.apache.lucene.gdata.search.index.IndexController.ServiceIndex |
IndexController.createIndexer(IndexSchema schema)
|
static GDataIndexer |
GDataIndexer.createTimedGdataIndexer(IndexSchema config,
Directory dir,
boolean create,
long commitTimeout)
This factory method creates a new GDataIndexer using a instance of TimedIndexTask . |
Constructors in org.apache.lucene.gdata.search.index with parameters of type IndexSchema | |
---|---|
GDataIndexer(IndexSchema schema,
Directory dir,
boolean create)
|
|
GDataIndexWriter(Directory arg0,
boolean arg1,
IndexSchema arg2)
Creates and configures a new GdataIndexWriter |
Uses of IndexSchema in org.apache.lucene.gdata.search.query |
---|
Methods in org.apache.lucene.gdata.search.query with parameters of type IndexSchema | |
---|---|
static String |
QueryTranslator.translateHttpSearchRequest(IndexSchema schema,
Map<String,String[]> parameterMap,
String categoryQuery)
This method does a little preprocessing of the query. |
Constructors in org.apache.lucene.gdata.search.query with parameters of type IndexSchema | |
---|---|
GDataQueryParser(IndexSchema schema)
Creates a new QueryParser instance and sets the default operator to Operator#AND . |
Uses of IndexSchema in org.apache.lucene.gdata.server.registry |
---|
Methods in org.apache.lucene.gdata.server.registry that return IndexSchema | |
---|---|
IndexSchema |
ProvidedService.getIndexSchema()
|
IndexSchema |
ProvidedServiceConfig.getIndexSchema()
|
Methods in org.apache.lucene.gdata.server.registry with parameters of type IndexSchema | |
---|---|
void |
ProvidedServiceConfig.setIndexSchema(IndexSchema indexSchema)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |