A B C D E F G H I L M N O P R S T U W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(String, String) - Method in class org.apache.solr.handler.extraction.ExtractionMetadata
-
Add a metadata value.
- add(String, Collection<String>) - Method in class org.apache.solr.handler.extraction.ExtractionMetadata
-
Add multiple metadata values.
- addCapturedContent() - Method in class org.apache.solr.handler.extraction.SolrContentHandler
-
Add the per field captured content to the Solr Document.
- addContent() - Method in class org.apache.solr.handler.extraction.SolrContentHandler
-
Add in the catch all content to the field.
- addField(String, String, String[]) - Method in class org.apache.solr.handler.extraction.SolrContentHandler
- addLiterals() - Method in class org.apache.solr.handler.extraction.SolrContentHandler
-
Add in the literals to the document using the
SolrContentHandler.paramsand theExtractingParams.LITERALS_PREFIX. - addMetadata() - Method in class org.apache.solr.handler.extraction.SolrContentHandler
-
Add in any metadata using
SolrContentHandler.metadataas the source. - appendToContent(String) - Method in class org.apache.solr.handler.extraction.SolrContentHandler
-
Append pre-extracted plain text content to the catch-all builder.
B
- backend - Variable in class org.apache.solr.handler.extraction.ExtractingDocumentLoader
- BodyContentHandler - Class in org.apache.solr.handler.extraction.fromtika
-
Content handler decorator that only passes everything inside the XHTML <body/> tag to the underlying handler.
- BodyContentHandler() - Constructor for class org.apache.solr.handler.extraction.fromtika.BodyContentHandler
-
Creates a content handler that writes XHTML body character events to an internal string buffer.
- BodyContentHandler(int) - Constructor for class org.apache.solr.handler.extraction.fromtika.BodyContentHandler
-
Creates a content handler that writes XHTML body character events to an internal string buffer.
- BodyContentHandler(OutputStream) - Constructor for class org.apache.solr.handler.extraction.fromtika.BodyContentHandler
-
Creates a content handler that writes XHTML body character events to the given output stream using the default encoding.
- BodyContentHandler(Writer) - Constructor for class org.apache.solr.handler.extraction.fromtika.BodyContentHandler
-
Creates a content handler that writes XHTML body character events to the given writer.
- BodyContentHandler(ContentHandler) - Constructor for class org.apache.solr.handler.extraction.fromtika.BodyContentHandler
-
Creates a content handler that passes all XHTML body events to the given underlying content handler.
- build() - Method in class org.apache.solr.handler.extraction.ExtractionRequest.Builder
- builder() - Static method in class org.apache.solr.handler.extraction.ExtractionRequest
-
Creates a new Builder for constructing ExtractionRequest instances.
- buildMetadataFromRequest(ExtractionRequest) - Method in interface org.apache.solr.handler.extraction.ExtractionBackend
-
Build ExtractionMetadata from the request context
C
- CAPTURE_ATTRIBUTES - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
Capture attributes separately according to the name of the element, instead of just adding them to the string buffer
- CAPTURE_ELEMENTS - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
Capture the specified fields (and everything included below it that isn't capture by some other capture field) separately from the default.
- captureAttribs - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
- catchAllBuilder - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
- characters(char[], int, int) - Method in class org.apache.solr.handler.extraction.fromtika.ContentHandlerDecorator
- characters(char[], int, int) - Method in class org.apache.solr.handler.extraction.fromtika.ToTextContentHandler
-
Writes the given characters to the given character stream.
- characters(char[], int, int) - Method in class org.apache.solr.handler.extraction.fromtika.ToXMLContentHandler
- characters(char[], int, int) - Method in class org.apache.solr.handler.extraction.SolrContentHandler
- charset - Variable in class org.apache.solr.handler.extraction.ExtractionRequest
- charset(String) - Method in class org.apache.solr.handler.extraction.ExtractionRequest.Builder
- close() - Method in class org.apache.solr.handler.extraction.ExtractingRequestHandler
- close() - Method in interface org.apache.solr.handler.extraction.ExtractionBackend
- close() - Method in class org.apache.solr.handler.extraction.TikaServerExtractionBackend
- CONFIG_LOCATION - Static variable in class org.apache.solr.handler.extraction.ExtractingRequestHandler
- contentFieldName - Static variable in class org.apache.solr.handler.extraction.SolrContentHandler
- ContentHandlerDecorator - Class in org.apache.solr.handler.extraction.fromtika
-
Decorator base class for the
ContentHandlerinterface. - ContentHandlerDecorator() - Constructor for class org.apache.solr.handler.extraction.fromtika.ContentHandlerDecorator
-
Creates a decorator that by default forwards incoming SAX events to a dummy content handler that simply ignores all the events.
- ContentHandlerDecorator(ContentHandler) - Constructor for class org.apache.solr.handler.extraction.fromtika.ContentHandlerDecorator
-
Creates a decorator for the given SAX event handler.
- contentType - Variable in class org.apache.solr.handler.extraction.ExtractionRequest
- contentType(String) - Method in class org.apache.solr.handler.extraction.ExtractionRequest.Builder
- create() - Method in class org.apache.solr.handler.extraction.ParseContextConfig
- createSolrContentHandler(ExtractionMetadata, SolrParams, IndexSchema) - Method in class org.apache.solr.handler.extraction.SolrContentHandlerFactory
D
- DEFAULT_FIELD - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
Optional.
- DEFAULT_MAXCHARS_LIMIT - Static variable in class org.apache.solr.handler.extraction.TikaServerExtractionBackend
-
Default maximum response size (100MB) to prevent excessive memory usage from large documents
- defaultBackendName - Variable in class org.apache.solr.handler.extraction.ExtractingRequestHandler
- defaultField - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
- document - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
E
- endDocument() - Method in class org.apache.solr.handler.extraction.fromtika.ContentHandlerDecorator
- endDocument() - Method in class org.apache.solr.handler.extraction.fromtika.ToTextContentHandler
-
Flushes the character stream so that no characters are forgotten in internal buffers.
- endElement(String, String, String) - Method in class org.apache.solr.handler.extraction.fromtika.ContentHandlerDecorator
- endElement(String, String, String) - Method in class org.apache.solr.handler.extraction.fromtika.ToTextContentHandler
- endElement(String, String, String) - Method in class org.apache.solr.handler.extraction.fromtika.ToXMLContentHandler
- endElement(String, String, String) - Method in class org.apache.solr.handler.extraction.SolrContentHandler
- endPrefixMapping(String) - Method in class org.apache.solr.handler.extraction.fromtika.ContentHandlerDecorator
- extract(InputStream, ExtractionRequest) - Method in interface org.apache.solr.handler.extraction.ExtractionBackend
-
Extract plain text and metadata from the inputStream.
- extract(InputStream, ExtractionRequest) - Method in class org.apache.solr.handler.extraction.LocalTikaExtractionBackend
-
Deprecated.
- extract(InputStream, ExtractionRequest) - Method in class org.apache.solr.handler.extraction.TikaServerExtractionBackend
- EXTRACT_FORMAT - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
Content output format if extractOnly is true.
- EXTRACT_ONLY - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
Only extract and return the content, do not index it.
- extractFormat - Variable in class org.apache.solr.handler.extraction.ExtractionRequest
- extractFormat(String) - Method in class org.apache.solr.handler.extraction.ExtractionRequest.Builder
- ExtractingDocumentLoader - Class in org.apache.solr.handler.extraction
-
The class responsible for loading extracted content into Solr.
- ExtractingDocumentLoader(SolrQueryRequest, UpdateRequestProcessor, SolrContentHandlerFactory, ExtractionBackend) - Constructor for class org.apache.solr.handler.extraction.ExtractingDocumentLoader
- ExtractingMetadataConstants - Interface in org.apache.solr.handler.extraction
-
Constants used internally by the
ExtractingRequestHandler. - ExtractingParams - Interface in org.apache.solr.handler.extraction
-
The various Solr Parameters names to use when extracting content.
- ExtractingRequestHandler - Class in org.apache.solr.handler.extraction
-
Handler for rich documents like PDF or Word or any other file format that Tika handles that need the text to be extracted first from the document.
- ExtractingRequestHandler() - Constructor for class org.apache.solr.handler.extraction.ExtractingRequestHandler
- EXTRACTION_BACKEND - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
Backend selection, either `local` or `tikaserver`.
- ExtractionBackend - Interface in org.apache.solr.handler.extraction
-
Content extraction backends must implement this interface.
- ExtractionMetadata - Class in org.apache.solr.handler.extraction
-
A map of metadata name/value pairs.
- ExtractionMetadata() - Constructor for class org.apache.solr.handler.extraction.ExtractionMetadata
- ExtractionPasswordProvider - Interface in org.apache.solr.handler.extraction
-
Generic password provider without Tika dependency
- ExtractionRequest - Class in org.apache.solr.handler.extraction
-
Immutable request info needed by extraction backends.
- ExtractionRequest.Builder - Class in org.apache.solr.handler.extraction
-
Builder for creating ExtractionRequest instances with improved readability and safety.
- ExtractionResult - Class in org.apache.solr.handler.extraction
-
Immutable extraction result with plain text content and neutral metadata.
- ExtractionResult(String, ExtractionMetadata) - Constructor for class org.apache.solr.handler.extraction.ExtractionResult
- extractWithSaxHandler(InputStream, ExtractionRequest, ExtractionMetadata, DefaultHandler) - Method in interface org.apache.solr.handler.extraction.ExtractionBackend
-
Perform extraction of text from inputStream with SAX handler.
- extractWithSaxHandler(InputStream, ExtractionRequest, ExtractionMetadata, DefaultHandler) - Method in class org.apache.solr.handler.extraction.LocalTikaExtractionBackend
-
Deprecated.
- extractWithSaxHandler(InputStream, ExtractionRequest, ExtractionMetadata, DefaultHandler) - Method in class org.apache.solr.handler.extraction.TikaServerExtractionBackend
F
- factory - Variable in class org.apache.solr.handler.extraction.ExtractingDocumentLoader
- factory - Variable in class org.apache.solr.handler.extraction.ExtractingRequestHandler
- fieldBuilders - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
- findMappedName(String) - Method in class org.apache.solr.handler.extraction.SolrContentHandler
-
Get the name mapping
G
- get(String) - Method in class org.apache.solr.handler.extraction.ExtractionMetadata
-
Gets all metadata values for the given name.
- getContent() - Method in class org.apache.solr.handler.extraction.ExtractionResult
-
Extracted textual content (plain text).
- getContentType(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.extraction.XLSXResponseWriter
-
Deprecated.
- getDescription() - Method in class org.apache.solr.handler.extraction.ExtractingRequestHandler
- getExplicitPassword() - Method in class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
-
Gets the explicit password, if set
- getFirst(String) - Method in class org.apache.solr.handler.extraction.ExtractionMetadata
-
Gets the first metadata value for the given name or null if not set.
- getMetadata() - Method in class org.apache.solr.handler.extraction.ExtractionResult
-
Extracted metadata in neutral, backend-agnostic form.
- getPassword(ExtractionMetadata) - Method in interface org.apache.solr.handler.extraction.ExtractionPasswordProvider
-
Given some metadata, return a password to use for the given document.
- getPassword(ExtractionMetadata) - Method in class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
- getPasswordMap() - Method in class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
- getPermissionName(AuthorizationContext) - Method in class org.apache.solr.handler.extraction.ExtractingRequestHandler
H
- handleException(SAXException) - Method in class org.apache.solr.handler.extraction.fromtika.ContentHandlerDecorator
-
Handle any exceptions thrown by methods in this class.
- HTTP_HEADER_CONTENT_ENCODING - Static variable in interface org.apache.solr.handler.extraction.ExtractingMetadataConstants
- HTTP_HEADER_CONTENT_TYPE - Static variable in interface org.apache.solr.handler.extraction.ExtractingMetadataConstants
I
- ignorableWhitespace(char[], int, int) - Method in class org.apache.solr.handler.extraction.fromtika.ContentHandlerDecorator
- ignorableWhitespace(char[], int, int) - Method in class org.apache.solr.handler.extraction.fromtika.ToTextContentHandler
-
Writes the given ignorable characters to the given character stream.
- ignorableWhitespace(char[], int, int) - Method in class org.apache.solr.handler.extraction.SolrContentHandler
-
Treat the same as any other characters
- IGNORE_TIKA_EXCEPTION - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
if true, ignore TikaException (give up to extract text but index meta data)
- inform(SolrCore) - Method in class org.apache.solr.handler.extraction.ExtractingRequestHandler
- inStartElement - Variable in class org.apache.solr.handler.extraction.fromtika.ToXMLContentHandler
L
- LITERALS_OVERRIDE - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
Literal field values will by default override other values such as metadata and content.
- LITERALS_PREFIX - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
Pass in literal values to be added to the document, as in
- load(SolrQueryRequest, SolrQueryResponse, ContentStream, UpdateRequestProcessor) - Method in class org.apache.solr.handler.extraction.ExtractingDocumentLoader
- localBackend - Variable in class org.apache.solr.handler.extraction.ExtractingRequestHandler
- LocalTikaExtractionBackend - Class in org.apache.solr.handler.extraction
-
Deprecated, for removal: This API element is subject to removal in a future version.Will be removed soon, please use the 'tikaserver' extraction backend instead.
- LocalTikaExtractionBackend(SolrCore, String, ParseContextConfig) - Constructor for class org.apache.solr.handler.extraction.LocalTikaExtractionBackend
-
Deprecated.Construct backend by loading TikaConfig based on handler/core configuration without exposing Tika types to the handler.
- LocalTikaExtractionBackend(TikaConfig, ParseContextConfig) - Constructor for class org.apache.solr.handler.extraction.LocalTikaExtractionBackend
-
Deprecated.
- lowerNames - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
- LOWERNAMES - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
Map all generated attribute names to field names with lowercase and underscores.
M
- MAP_PREFIX - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
The param prefix for mapping Tika metadata to Solr fields.
- metadata - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
N
- name() - Method in interface org.apache.solr.handler.extraction.ExtractionBackend
-
A short name for debugging/config, e.g., "local" or "tikaserver".
- name() - Method in class org.apache.solr.handler.extraction.LocalTikaExtractionBackend
-
Deprecated.
- name() - Method in class org.apache.solr.handler.extraction.TikaServerExtractionBackend
- NAME - Static variable in class org.apache.solr.handler.extraction.LocalTikaExtractionBackend
-
Deprecated.
- NAME - Static variable in class org.apache.solr.handler.extraction.TikaServerExtractionBackend
- namespaces - Variable in class org.apache.solr.handler.extraction.fromtika.ToXMLContentHandler
- newDocument() - Method in class org.apache.solr.handler.extraction.SolrContentHandler
-
This is called by a consumer when it is ready to deal with a new SolrInputDocument.
- newLoader(SolrQueryRequest, UpdateRequestProcessor) - Method in class org.apache.solr.handler.extraction.ExtractingRequestHandler
O
- org.apache.solr.handler.extraction - package org.apache.solr.handler.extraction
-
ExtractingRequestHandlerand related code. - org.apache.solr.handler.extraction.fromtika - package org.apache.solr.handler.extraction.fromtika
-
Classes in this package are copied from and (C) the Apache Tika project.
P
- params - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
- parse(InputStream) - Method in class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
-
Initialize rules through file input stream.
- PARSE_CONTEXT_CONFIG - Static variable in class org.apache.solr.handler.extraction.ExtractingRequestHandler
- parseContextConfig - Variable in class org.apache.solr.handler.extraction.ExtractingRequestHandler
- ParseContextConfig - Class in org.apache.solr.handler.extraction
- ParseContextConfig() - Constructor for class org.apache.solr.handler.extraction.ParseContextConfig
-
Creates an empty Config without any settings (used as placeholder).
- ParseContextConfig(SolrResourceLoader, String) - Constructor for class org.apache.solr.handler.extraction.ParseContextConfig
-
Creates a
ParseContextConfigfrom the given XML file, loaded from the givenSolrResourceLoader. - ParseContextConfig(SolrResourceLoader, Element) - Constructor for class org.apache.solr.handler.extraction.ParseContextConfig
-
Creates a
ParseContextConfigfrom the given XML DOM element. - parseRulesFile(InputStream) - Static method in class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
-
Parses rule file from stream and returns a Map of all rules found
- parseXml(InputStream, ContentHandler, ExtractionMetadata) - Method in class org.apache.solr.handler.extraction.TikaServerParser
-
Parses response in XML format from Tika Server /tika endpoint.
- PASSWORD_MAP_FILE - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
Optional.
- passwordsMap - Variable in class org.apache.solr.handler.extraction.ExtractionRequest
- passwordsMap(LinkedHashMap<Pattern, String>) - Method in class org.apache.solr.handler.extraction.ExtractionRequest.Builder
- processingInstruction(String, String) - Method in class org.apache.solr.handler.extraction.fromtika.ContentHandlerDecorator
R
- RegexRulesPasswordProvider - Class in org.apache.solr.handler.extraction
-
Password provider for Extracting request handler which finds correct password based on file name matching against a list of regular expressions.
- RegexRulesPasswordProvider() - Constructor for class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
- resetExplicitPassword() - Method in class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
-
Resets explicit password, so that map will be used for lookups
- RESOURCE_NAME - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
Optional.
- RESOURCE_NAME_KEY - Static variable in interface org.apache.solr.handler.extraction.ExtractingMetadataConstants
- RESOURCE_PASSWORD - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
Optional.
- resourceName - Variable in class org.apache.solr.handler.extraction.ExtractionRequest
- resourceName(String) - Method in class org.apache.solr.handler.extraction.ExtractionRequest.Builder
- resourcePassword - Variable in class org.apache.solr.handler.extraction.ExtractionRequest
- resourcePassword(String) - Method in class org.apache.solr.handler.extraction.ExtractionRequest.Builder
S
- schema - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
- setContentHandler(ContentHandler) - Method in class org.apache.solr.handler.extraction.fromtika.ContentHandlerDecorator
-
Sets the underlying content handler.
- setDocumentLocator(Locator) - Method in class org.apache.solr.handler.extraction.fromtika.ContentHandlerDecorator
- setExplicitPassword(String) - Method in class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
-
Sets an explicit password which will be used instead of password map
- setPasswordMap(LinkedHashMap<Pattern, String>) - Method in class org.apache.solr.handler.extraction.RegexRulesPasswordProvider
- skippedEntity(String) - Method in class org.apache.solr.handler.extraction.fromtika.ContentHandlerDecorator
- SolrContentHandler - Class in org.apache.solr.handler.extraction
-
The class responsible for handling Tika events and translating them into
SolrInputDocuments. - SolrContentHandler(ExtractionMetadata, SolrParams, IndexSchema) - Constructor for class org.apache.solr.handler.extraction.SolrContentHandler
- SolrContentHandlerFactory - Class in org.apache.solr.handler.extraction
- SolrContentHandlerFactory() - Constructor for class org.apache.solr.handler.extraction.SolrContentHandlerFactory
- startDocument() - Method in class org.apache.solr.handler.extraction.fromtika.ContentHandlerDecorator
- startDocument() - Method in class org.apache.solr.handler.extraction.fromtika.ToXMLContentHandler
-
Writes the XML prefix.
- startElement(String, String, String, Attributes) - Method in class org.apache.solr.handler.extraction.fromtika.ContentHandlerDecorator
- startElement(String, String, String, Attributes) - Method in class org.apache.solr.handler.extraction.fromtika.ToTextContentHandler
- startElement(String, String, String, Attributes) - Method in class org.apache.solr.handler.extraction.fromtika.ToXMLContentHandler
- startElement(String, String, String, Attributes) - Method in class org.apache.solr.handler.extraction.SolrContentHandler
- startPrefixMapping(String, String) - Method in class org.apache.solr.handler.extraction.fromtika.ContentHandlerDecorator
- startPrefixMapping(String, String) - Method in class org.apache.solr.handler.extraction.fromtika.ToXMLContentHandler
- STREAM_CONTENT_TYPE - Static variable in interface org.apache.solr.handler.extraction.ExtractingMetadataConstants
- STREAM_NAME - Static variable in interface org.apache.solr.handler.extraction.ExtractingMetadataConstants
- STREAM_SIZE - Static variable in interface org.apache.solr.handler.extraction.ExtractingMetadataConstants
- STREAM_SOURCE_INFO - Static variable in interface org.apache.solr.handler.extraction.ExtractingMetadataConstants
- STREAM_TYPE - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
The type of the stream.
- streamName - Variable in class org.apache.solr.handler.extraction.ExtractionRequest
- streamName(String) - Method in class org.apache.solr.handler.extraction.ExtractionRequest.Builder
- streamSize - Variable in class org.apache.solr.handler.extraction.ExtractionRequest
- streamSize(Long) - Method in class org.apache.solr.handler.extraction.ExtractionRequest.Builder
- streamSourceInfo - Variable in class org.apache.solr.handler.extraction.ExtractionRequest
- streamSourceInfo(String) - Method in class org.apache.solr.handler.extraction.ExtractionRequest.Builder
- streamType - Variable in class org.apache.solr.handler.extraction.ExtractionRequest
- streamType(String) - Method in class org.apache.solr.handler.extraction.ExtractionRequest.Builder
T
- TEXT_FORMAT - Static variable in class org.apache.solr.handler.extraction.ExtractingDocumentLoader
-
Extract Only supported format
- tikaConfigLoc - Variable in class org.apache.solr.handler.extraction.ExtractingRequestHandler
- TIKASERVER_MAX_CHARS - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
Max characters allowed in parsed content
- TIKASERVER_METADATA_COMPATIBILITY - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
Preferred: Fix/normalize metadata naming for Tika Server compatibility
- TIKASERVER_RECURSIVE - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
Enable recursive parsing of embedded documents when using TikaServer.
- TIKASERVER_TIMEOUT_SECS - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
Default or per-request timeout in seconds for TikaServer HTTP calls.
- TIKASERVER_URL - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
URL of Tika Server instance.
- tikaServerBackend - Variable in class org.apache.solr.handler.extraction.ExtractingRequestHandler
- TikaServerExtractionBackend - Class in org.apache.solr.handler.extraction
-
Extraction backend using the Tika Server.
- TikaServerExtractionBackend(String) - Constructor for class org.apache.solr.handler.extraction.TikaServerExtractionBackend
- TikaServerExtractionBackend(String, int, NamedList<?>, long) - Constructor for class org.apache.solr.handler.extraction.TikaServerExtractionBackend
- TikaServerParser - Class in org.apache.solr.handler.extraction
- TikaServerParser() - Constructor for class org.apache.solr.handler.extraction.TikaServerParser
- tikaServerRecursive - Variable in class org.apache.solr.handler.extraction.ExtractionRequest
- tikaServerRecursive(boolean) - Method in class org.apache.solr.handler.extraction.ExtractionRequest.Builder
- tikaServerRequestHeaders - Variable in class org.apache.solr.handler.extraction.ExtractionRequest
- tikaServerRequestHeaders(Map<String, String>) - Method in class org.apache.solr.handler.extraction.ExtractionRequest.Builder
- tikaServerTimeoutSeconds - Variable in class org.apache.solr.handler.extraction.ExtractionRequest
- tikaServerTimeoutSeconds(Integer) - Method in class org.apache.solr.handler.extraction.ExtractionRequest.Builder
- toString() - Method in class org.apache.solr.handler.extraction.fromtika.ContentHandlerDecorator
- toString() - Method in class org.apache.solr.handler.extraction.fromtika.ToTextContentHandler
-
Returns the contents of the internal string buffer where all the received characters have been collected.
- ToTextContentHandler - Class in org.apache.solr.handler.extraction.fromtika
-
SAX event handler that writes all character content out to a character stream.
- ToTextContentHandler() - Constructor for class org.apache.solr.handler.extraction.fromtika.ToTextContentHandler
-
Creates a content handler that writes character events to an internal string buffer.
- ToTextContentHandler(OutputStream) - Constructor for class org.apache.solr.handler.extraction.fromtika.ToTextContentHandler
-
Creates a content handler that writes character events to the given output stream using the platform default encoding.
- ToTextContentHandler(OutputStream, String) - Constructor for class org.apache.solr.handler.extraction.fromtika.ToTextContentHandler
-
Creates a content handler that writes character events to the given output stream using the given encoding.
- ToTextContentHandler(Writer) - Constructor for class org.apache.solr.handler.extraction.fromtika.ToTextContentHandler
-
Creates a content handler that writes character events to the given writer.
- ToXMLContentHandler - Class in org.apache.solr.handler.extraction.fromtika
-
SAX event handler that serializes the XML document to a character stream.
- ToXMLContentHandler() - Constructor for class org.apache.solr.handler.extraction.fromtika.ToXMLContentHandler
- ToXMLContentHandler(OutputStream, String) - Constructor for class org.apache.solr.handler.extraction.fromtika.ToXMLContentHandler
-
Creates an XML serializer that writes to the given byte stream using the given character encoding.
- ToXMLContentHandler(String) - Constructor for class org.apache.solr.handler.extraction.fromtika.ToXMLContentHandler
U
- UNKNOWN_FIELD_PREFIX - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
Optional.
- unknownFieldPrefix - Variable in class org.apache.solr.handler.extraction.SolrContentHandler
W
- write(char) - Method in class org.apache.solr.handler.extraction.fromtika.ToXMLContentHandler
-
Writes the given character as-is.
- write(OutputStream, SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.handler.extraction.XLSXResponseWriter
-
Deprecated.
- write(String) - Method in class org.apache.solr.handler.extraction.fromtika.ToXMLContentHandler
-
Writes the given string of character as-is.
X
- XLSXResponseWriter - Class in org.apache.solr.handler.extraction
-
Deprecated, for removal: This API element is subject to removal in a future version.This class will be removed in a future release.
- XLSXResponseWriter() - Constructor for class org.apache.solr.handler.extraction.XLSXResponseWriter
-
Deprecated.
- XML_FORMAT - Static variable in class org.apache.solr.handler.extraction.ExtractingDocumentLoader
-
Extract Only supported format.
- XPATH_EXPRESSION - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
-
Restrict the extracted parts of a document to be indexed by passing in an XPath expression.
All Classes All Packages