Solr cloud hosting
  • Home
  • Pricing
  • Enterprise
  • Contact
  • Support
    • FAQ
    • Blog
    • Documentation
    • Security Compliance
    • Submit New Support Ticket
  • Users
    • Login
    • Register
    • Reset Password

Web crawler doesn't work

In case the web crawler doesn't work, please try one of the following:

- Try to remove your index and add another one in a different instance / region

- Look at your schema.xml and make the following modifications:

  1. Add these fields to your schema.xml anywhere where other fields are being defined (next to any other <field... definition)
    1. <field name="og_image" type="string" indexed="true" stored="true" />
      <field name="headings1" type="text_general" indexed="true" stored="true" multiValued="true" required="false" default="" />
      <field name="headings2" type="text_general" indexed="true" stored="true" multiValued="true" required="false" default="" />
      <field name="headings3" type="text_general" indexed="true" stored="true" multiValued="true" required="false" default="" />
      <field name="headings4" type="text_general" indexed="true" stored="true" multiValued="true" required="false" default="" />
      <field name="em" type="text_general" indexed="true" stored="true" multiValued="true" required="false" default="" />
      <field name="strong" type="text_general" indexed="true" stored="true" multiValued="true" required="false" default="" />

  2. ​Find the field: file_size and make it ignored (causes problems for some exif meta data):

    1. ​<field name="file_size" type="ignored" indexed="false" stored="false" multiValued="true" required="false" default="" />

  3. Find the catchall field definition and change it to this:
    1. <field name="catchall" type="ignored" indexed="false" stored="false" multiValued="true" required="false" default="" />

Email us at support@opensolr.com in case you need further assistance.


  • Back to top
  • Terms & Conditions
  • Privacy Policy
  • FAQ
  • Blog
  • My Account
  • Support

© 2011 - 2019 Opensolr.com - all rights reserved