trident60
Forum Replies Created
-
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] format and syntax errorsIt’s working with multiple facets enabled.
But – with the exception of the “tags” facet, none of the others are showing
up in the search results, on the left hand side.I’m going to “play” with this later on today and will post my results. Now that we know it’s facet related I can narrow it down some – I think you’ve showed me all the ways to do this! – and I will let you know the results.
Thanks again!
RobForum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] format and syntax errorsI have to go back and reindex because I’d removed those custom fields that provided those facets.
While that is happening I have to run out for a bit…so I’ll post the results a bit later.
Thanks for all your help and patience!
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] format and syntax errorsThat worked!
Now what? lol
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] format and syntax errorsAlso – I’m still getting the same error even after emptying the WPSolr index and re-indexing with no custom fields – and the “Average rating (1-5) is a custom field.
org.apache.solr.common.SolrException: org.apache.solr.search.SyntaxError: Expected identifier at pos 21 str='{!key=average review (1-5)_str}average review (1-5)_str'Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] format and syntax errorsYes, it is. This was actually the first thing we tried 😉
When I remove “average review (1-5)”, it just lists the next facet, “content rating”, and then the next “data last update”, and so on.
I just emptied the index, removed the all the custom fields, reindexed and the no change – the results have no formatting.
If you want to see it, just search for “cardiology” or “clinical” or “pediatrics”…
hitsite1.cloudapp.net/search-results/I’ve also disabled all the plugins and tried this with the WP default theme again.
I’m at a loss…need coffee…lol
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] format and syntax errorsDeleted the index. Deleted the core. Reboot the system.
Recreated the core. Re-indexed the 31,000 posts.
Same problem.
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] format and syntax errorsThe schema.xml file is listed in the menu files.
I did the reload.
Same results.
Then I renamed the schema.xml to schema.111 – and I got the exact same results.
So I don’t think the schema.xml is “active”. Is it possible for it to be there, to show up in the menu files, and not be active?
The test site is:
hitsite1.cloudapp.net:8983Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] format and syntax errorsNo more ideas on how to resolve this?
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] format and syntax errorsI do have the latest schema.xml file from WPSolr.com installed. It’s 8909kb last modified on 3/16 and in the /solr/hitlink/conf folder.
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] format and syntax errorsOkay, I’ll double check that. Thank you again 🙂
By the way – can you just confirm the location/folder/path where to put that file?
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] format and syntax errorsI removed and reindexed and the logs just started showing different errors – first the “categories”, so I removed and reindexed again, then it just went to the next field, “app version_str”, and did the same thing – removed and reindexed – and then it was the next field “content rating”.
There’s nothing different about these field names – they are all basic. And “categories” is part of WP, nothing that was created specifically by me.
Any other ideas? 🙂
May 8, 2015 10:39:30 PM EDT ERROR SolrCore org.apache.solr.common.SolrException: org.apache.solr.search.SyntaxError: Expected identifier at pos 21 str='{!key=average review (1-5)_str}average review (1-5)_str' May 9, 2015 9:04:41 AM EDT ERROR SolrCore org.apache.solr.common.SolrException: undefined field: "categories" May 9, 2015 9:05:06 AM EDT ERROR SolrCore org.apache.solr.common.SolrException: undefined field: "categories" May 9, 2015 9:14:37 AM EDT ERROR SolrCore org.apache.solr.common.SolrException: undefined field: "categories" May 9, 2015 9:14:57 AM EDT ERROR SolrCore org.apache.solr.common.SolrException: undefined field: "categories" May 9, 2015 9:19:30 AM EDT ERROR SolrCore org.apache.solr.common.SolrException: undefined field: "categories" May 9, 2015 9:21:11 AM EDT ERROR SolrCore org.apache.solr.common.SolrException: undefined field: "app version_str" May 9, 2015 9:23:06 AM EDT ERROR SolrCore org.apache.solr.common.SolrException: undefined field: "content rating_str"Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] format and syntax errorsThe field name itself – not the field values? And that would make my search results display like that?
I’ll try removing that field and reindexing…?
Thanks again!
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] format and syntax errorsForgot to mention – I’ve tried this in my theme – Flavor – and in two default themes, 2012 and 2015 and I get the same results.
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] Error when trying to indexOkay – got it working! I had the wrong path….
I didn’t have to put in the entire path:
/opt/solr/server/solr/hitlink
It ended up being:
/solr/hitlink
Thanks!
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] Error when trying to indexOne other thing – the error is saying :problem accessing /solr/admin/ping. Reason: Not Found”
I don’t have a admin/ping, or even just “admin”, anywhere in my installation.