|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UpdateRequestProcessor in org.apache.solr.handler |
---|
Methods in org.apache.solr.handler with parameters of type UpdateRequestProcessor | |
---|---|
static boolean |
RequestHandlerUtils.handleCommit(SolrQueryRequest req,
UpdateRequestProcessor processor,
SolrParams params,
boolean force)
Check the request parameters and decide if it should commit or optimize. |
static boolean |
RequestHandlerUtils.handleRollback(SolrQueryRequest req,
UpdateRequestProcessor processor,
SolrParams params,
boolean force)
|
protected ContentStreamLoader |
UpdateRequestHandler.newLoader(SolrQueryRequest req,
UpdateRequestProcessor processor)
|
protected abstract ContentStreamLoader |
ContentStreamHandlerBase.newLoader(SolrQueryRequest req,
UpdateRequestProcessor processor)
|
Uses of UpdateRequestProcessor in org.apache.solr.handler.dataimport |
---|
Constructors in org.apache.solr.handler.dataimport with parameters of type UpdateRequestProcessor | |
---|---|
SolrWriter(UpdateRequestProcessor processor,
SolrQueryRequest req)
|
Uses of UpdateRequestProcessor in org.apache.solr.handler.extraction |
---|
Methods in org.apache.solr.handler.extraction with parameters of type UpdateRequestProcessor | |
---|---|
void |
ExtractingDocumentLoader.load(SolrQueryRequest req,
SolrQueryResponse rsp,
ContentStream stream,
UpdateRequestProcessor processor)
|
protected ContentStreamLoader |
ExtractingRequestHandler.newLoader(SolrQueryRequest req,
UpdateRequestProcessor processor)
|
Constructors in org.apache.solr.handler.extraction with parameters of type UpdateRequestProcessor | |
---|---|
ExtractingDocumentLoader(SolrQueryRequest req,
UpdateRequestProcessor processor,
org.apache.tika.config.TikaConfig config,
SolrContentHandlerFactory factory)
|
Uses of UpdateRequestProcessor in org.apache.solr.handler.loader |
---|
Methods in org.apache.solr.handler.loader with parameters of type UpdateRequestProcessor | |
---|---|
void |
JavabinLoader.load(SolrQueryRequest req,
SolrQueryResponse rsp,
ContentStream stream,
UpdateRequestProcessor processor)
|
void |
CSVLoader.load(SolrQueryRequest req,
SolrQueryResponse rsp,
ContentStream stream,
UpdateRequestProcessor processor)
|
void |
JsonLoader.load(SolrQueryRequest req,
SolrQueryResponse rsp,
ContentStream stream,
UpdateRequestProcessor processor)
|
void |
XMLLoader.load(SolrQueryRequest req,
SolrQueryResponse rsp,
ContentStream stream,
UpdateRequestProcessor processor)
|
abstract void |
ContentStreamLoader.load(SolrQueryRequest req,
SolrQueryResponse rsp,
ContentStream stream,
UpdateRequestProcessor processor)
Loaders are responsible for closing the stream |
Uses of UpdateRequestProcessor in org.apache.solr.uima.processor |
---|
Subclasses of UpdateRequestProcessor in org.apache.solr.uima.processor | |
---|---|
class |
UIMAUpdateRequestProcessor
Update document(s) to be indexed with UIMA extracted information |
Methods in org.apache.solr.uima.processor that return UpdateRequestProcessor | |
---|---|
UpdateRequestProcessor |
UIMAUpdateRequestProcessorFactory.getInstance(SolrQueryRequest req,
SolrQueryResponse rsp,
UpdateRequestProcessor next)
|
Methods in org.apache.solr.uima.processor with parameters of type UpdateRequestProcessor | |
---|---|
UpdateRequestProcessor |
UIMAUpdateRequestProcessorFactory.getInstance(SolrQueryRequest req,
SolrQueryResponse rsp,
UpdateRequestProcessor next)
|
Constructors in org.apache.solr.uima.processor with parameters of type UpdateRequestProcessor | |
---|---|
UIMAUpdateRequestProcessor(UpdateRequestProcessor next,
SolrCore solrCore,
SolrUIMAConfiguration config)
|
Uses of UpdateRequestProcessor in org.apache.solr.update.processor |
---|
Subclasses of UpdateRequestProcessor in org.apache.solr.update.processor | |
---|---|
protected static class |
AbstractDefaultValueUpdateProcessorFactory.DefaultValueUpdateProcessor
A simple processor that adds the results of AbstractDefaultValueUpdateProcessorFactory.DefaultValueUpdateProcessor.getDefaultValue()
to any document which does not already have a value in
fieldName |
class |
DistributedUpdateProcessor
|
class |
FieldMutatingUpdateProcessor
Reusable base class for UpdateProcessors that will consider AddUpdateCommands and mutate the values associated with configured fields. |
class |
FieldValueMutatingUpdateProcessor
Abstract subclass of FieldMutatingUpdateProcessor for implementing UpdateProcessors that will mutate all individual values of a selected field independently |
class |
LangDetectLanguageIdentifierUpdateProcessor
Identifies the language of a set of input fields using http://code.google.com/p/language-detection |
class |
LanguageIdentifierUpdateProcessor
Identifies the language of a set of input fields. |
class |
TikaLanguageIdentifierUpdateProcessor
Identifies the language of a set of input fields using Tika's LanguageIdentifier. |
class |
UniqFieldsUpdateProcessorFactory.UniqFieldsUpdateProcessor
|
class |
URLClassifyProcessor
Update processor which examines a URL and outputs to various other fields characteristics of that URL, including length, number of path levels, whether it is a top level URL (levels==0), whether it looks like a landing/index page, a canonical representation of the URL (e.g. |
Fields in org.apache.solr.update.processor declared as UpdateRequestProcessor | |
---|---|
protected UpdateRequestProcessor |
UpdateRequestProcessor.next
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |