How are custom fields indexed?
- # 1 year ago
Hello,
We are using WPSOLR plugin and need your support regarding where and how data about featured product is being stored in index.
# 1 year agoWell, we are working on Solr index and search optimization. We need to send information about wether product is featured or not to index so we can create results taking that into account.
Currently we dont know/see wether WPSOLR is taking this info and sending to index and if – what is field name for that info in index.
# 1 year agoI tried to find it but we have so many taxonomies and fields.
What woudl be default name for it?
I see 3 fields with featured in name (fetaured_Item_category, featured_item_tag and inline_featured_image).
None of these seems to be info we need.# 1 year agoIt does not look like that from this side – but we will check again
Second question – is there a way to call indexing from outside the admin and not only through admin page of WPSOLR?
# 1 year agoYes, there is a WPSOLR extension named “Crontab”:
You configure which data to index in which index. The extension will generate JSON api that you can call from your external crontabs.
# 1 year agoOK – that is to setup cron job to run in regular intervals.
Tanks for info.
We will check this featured product issue and come back if we have additional questions
You must be logged in to reply to this topic.