No search results after reindexing

Bug #1069727 reported by Siegfried Schweizer
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Goobi.Presentation
Invalid
Undecided
Unassigned

Bug Description

Reindexing with a schema.xml from Goobi.IndexServer's latest trunk version (http://bazaar.launchpad.net/~slub.team/goobi-indexserver/3.x/view/head:/conf/schema.xml, like Sebastian mentioned on September 15th) ends up with an unusable index that doesn't deliver any search results.

The whole process took me 40 hours for 2500 METS files, by the way (https://bugs.launchpad.net/goobi-presentation/+bug/1038178).

Revision history for this message
Sebastian Meyer (sebastian-meyer) wrote : AW: [Bug 1069727] [NEW] No search results after reindexing

Did you delete all documents prior to re-indexing (deleteByQuery *.*) as I mentioned? Or did you forget to commit the deletion?
Since I changed the field type of a couple of fields, your index won't be compatible to the new schema as long as it contains any documents indexed with the old schema - and therefore won't return any results.

Are there any hints in the log files? (Unknown or invalid fields should be logged by Solr.)

Revision history for this message
Siegfried Schweizer (siegfried-schweizer) wrote :

Yes, of course did I delete everything before indexing anew, and I also didn't try just once.

Attached is my Tomcat log file from saturday when indexing was running all day long.

description: updated
Revision history for this message
Siegfried Schweizer (siegfried-schweizer) wrote :

To make this clearer, here's a shorter log from today where I treid to index only three files. It complains about an unknown field 'title_suggest'.

Revision history for this message
Siegfried Schweizer (siegfried-schweizer) wrote :
Revision history for this message
Sebastian Meyer (sebastian-meyer) wrote :

This is all about a schema.xml which doesn't fit to your version of Goobi.Presentation. Please update both, Goobi.Presentation and Goobi.IndexServer to the latest version (i.e. trunk).

"title_suggest" corresponds to an old "*_suggest" dynamic field, but this is no longer used and thus removed from schema.xml. Goobi.Presentation now uses the multi-valued field "autocomplete" instead.

Keep in mind, that the current release of Goobi.Presentation 1.2 is still in beta and so is the Goobi.IndexServer. With the final release of Goobi.Presentation 1.2, I will release a corresponding new major version of Goobi.IndexServer, too.

Changed in goobi-presentation:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.