• Products
    • Overview
    • LucidWorks Search Platform
      • Features and Benefits
      • Technical Overview
      • Only with LucidWorks
      • LucidWorks and Solr
      • White Papers
      • LucidWorks Enterprise
      • LucidWorks Cloud
      • LucidWorks Big Data
    • Apache Releases
      • Apache Solr 4.0-dev
      • Apache Lucene
  • Support & Services
    • Overview
    • Support
    • Lucid University
    • ExpertLink Advisory
    • Consulting
    • Partners
    • Subscriptions
  • Why Lucid?
    • Why Lucid?
    • Technology
    • Who uses Lucene/Solr?
      • What customers are saying
    • Case Studies
    • Whitepapers
    • Demos
    • Webinars
  • Blog
  • DevZone
    • DevZone Overview
    • Forums (LWE)
    • Videos & Podcasts
      • How To's
      • Screencasts
      • Podcasts
      • Conference Videos
    • Technical Articles
      • Whitepapers
    • Reference Materials
      • Documentation
      • Solr Reference Guide
      • Solr & LucidWorks Matrix
      • Tutorials
    • Events
      • Lucene Revolution
      • Tradeshows & Conferences
      • Meet Ups
    • Code & Test
  • Downloads
  • About Us
    • Management
    • Board of Directors
    • Apache Lucene/Solr Committers
    • Careers
    • News
      • Media Coverage
      • Press Releases
    • Contact Us
Log in
Home . DevZone . Forum

Lucid Imagination Forum » LucidWorks Enterprise

500 server error for fields on just one collection

(4 posts) (2 voices)
  • Started 6 months ago by kathy.phillips
  • Latest reply from Lance

Tags:

  • 500 error
  • collections
  • fields
  • lucidworks
  • server error
  1. kathy.phillips
    Member

    Ran into a 500 server error on LucidWorks 2.0 when checking for “fields” on a collection.  It searches fine and I did a little debugging.  I am able to retrieve the fields from the url at http://myurl.com:8888/api/collections/TestCrawl1/fields and save it into a file But get a 500 error when selecting it from the admin at: http://myurl.com:8989/collections/TestCrawl1/fields. Any thoughts on where to debug and why this is occurring?  It only happens for one collection.  This collection was working fine when it was fed in from an external source about 200 documents and now has about 1700 documents.  There could be potentially a lot of different meta data fields.

    Posted 6 months ago #
  2. Lance
    Professional Services Engineer

    Hello Kathy-

    We apologize for not getting back to you on this before.

    I have succeeded in reproducing this. I made a collection with only one document with 10,000 unique dynamic fields. The Solr query browser took tens of seconds to load the entire list. The LWE fields browser timed out.

    If you wish to use lots of meta fields, this UI is not designed for that.

    Another way to do meta fields is to create a key-value pair in one multi-valued field. In fact, Solr guarantees that data added to multi-valued fields is fetched in the same order as it was added. This allows you to have two multivalued fields, one for the names and the other for the values. This technique also allows you to search for the existence of metafields, even including wildcards. The dynamic fields feature does not allow this.

     

    Posted 5 months ago #
  3. kathy.phillips
    Member

    Found what the problem is.  It wasn't due to the number of fields after all although we did trim them down.  It was due to one of the metadata names have a period "." in the name of it.  Example:  dc.language  or stuff.example  as the name of the meta data.  LucidWorks has an issue with displaying it.  Also found one where the metadata name was "owner/approved" which also failed (due to the forward slash).

    Posted 5 months ago #
  4. Lance
    Professional Services Engineer

    Our apologies for causing you trouble with this. The schema editor API only supports field names with letters, numbers, underscores and hyphens. The UI will not let you create fields with other characters in the name.

    This restriction makes many character encoding problems much easier in the LW API and the solr query urls. We do not have a schedule for relaxing the restriction.

    Posted 5 months ago #

RSS feed for this topic

Reply

You must log in to post.

  • Contact Us
  • About Lucid Imagination
  • Help & Support
  • Training
  • Website Feedback
  • Privacy Policy
  • Legal Terms of Use
  • Copyrights and Disclaimers
  • Sitemap
  • Admin

Apache Solr, Solr, Apache Lucene, Lucene and their logos are trademarks of the Apache Software Foundation.

© 2012 Lucid Imagination. All Right reserved.