Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-15763

Documentation error

    XMLWordPrintableJSON

Details

    Description

      In this page there is the procedure to configure the ExtractingRequestHandler but, probably a typo, in the section of schema defining with URPs there's an error.

      <requestHandler name="/update/extract"
                      startup="lazy"
                      class="solr.extraction.ExtractingRequestHandler" >
        <lst name="defaults">
          <str name="lowernames">true</str>
          <str name="fmap.content">_text_</str>
          <str name="processor">uuid,remove-blank,field-name-mutating,parse-boolean,parse-long,parse-double,parse-date</processor>
        </lst>
      </requestHandler>
      

      The last string in the lst is closed with tag processor, while it should be str.

       

      The logging report is reported here:

      Exception during parsing file: solrconfig.xml:org.xml.sax.SAXParseException; systemId: solrres:/solrconfig.xml; lineNumber: 937; columnNumber: 115; The element type "str" must be terminated by the matching end-tag "</str>".
      	at java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
      	at java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(Unknown Source)
      	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source)
      	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source)
      	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(Unknown Source)
      	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
      	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
      	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
      	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source)
      	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
      	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
      	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
      	at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
      	at java.xml/com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)
      	at java.xml/com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)
      	at org.apache.solr.core.XmlConfigFile.<init>(XmlConfigFile.java:140)
      	at org.apache.solr.core.XmlConfigFile.<init>(XmlConfigFile.java:87)
      	at org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:173)
      	at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:149)
      	at org.apache.solr.core.ConfigSetService.createSolrConfig(ConfigSetService.java:111)
      	at org.apache.solr.core.ConfigSetService.loadConfigSet(ConfigSetService.java:82)
      	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1302)
      	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:802)
      	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
      	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
      	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
      	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
      	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
      	at java.base/java.lang.Thread.run(Unknown Source)
      

      At the end, using str to close the tag all goes well.

      This is my first issue reporting, hope this will help.

       

       

      Attachments

        1. error in ui 2021-11-03 11-42-01.png
          19 kB
          FrancescoMalluzzo

        Issue Links

          Activity

            People

              epugh Eric Pugh
              frankiemallu FrancescoMalluzzo
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 50m
                  50m