Hi Peter,
Hi Andrea,
I changed it to: <field name="cat_name" required="true" type="text"
indexed="true" stored="true" multiValued="true" />
When I run full-import 0 documents are indexed, but no errors in the
console.
That's the reason why you can't see facets and errors: 0 documents are
indexed
When I run my query via MySQL Workbench the statement executes correctly.
Once I spent a whole week with a sentence like this: not sure if it is
the same but: try to run a stupid main that is using the same exact JDBC
driver / JVM and so on...in that main run the queries and make sure that
they are working...MySqlWorkbench is not written in java and therefore
is not using JDBC drivers.
How else can I debug the index process?
In the solr console set to DEBUG / FINEST the level of DIH classes. You
should see a lot of things so you could set (just for testing) a LIMIT
in your root query.