And enabling the respective pre-defined writers
Understanding Apache Solr
|
|
---|---|
|
|
|
|
By setting parameters in this directive, you can control how a request will be processed by SolrDispatchFilter. | |
|
|
|
|
Chapter 2
The following types of plugins can be created with Apache Solr:
|
|
Request handlers in Solr are responsible for handling requests. Each request handler can be associated with one relative URL: for example, /search, /select. A request handler that provides search capabilities is called a search handler. There are more than 25 rplete
There are search handlers that provide searching capabilities on a Solr-based index (For example, DisMaxRequestHandler and SearchHandler); similarly, there are update handlers that provide support for uploading documents to Solr (For example, DataImportHandler and CSVUpdateRequestHandler). RealTimeGetHandler
provides the latest stored fields of any document. UpdateRequestHandlers are responsible to process the updating of an index. Similarly, CSVRequestHandler and JsonUpdateRequestHandler take the responsibility of updating the indexes with the CSV and JSON formats. ExtractingRequestHandler uses Apache Tika to extract the text from different file formats.