Viewing 15 replies - 1 through 15 (of 24 total)
  • Plugin Author WPSolr free

    (@wpsolr)

    Hello,

    To be honest, I have not checked.
    We are indexes all posts and pages.

    Did you try ?

    Regards

    Thread Starter m_scud

    (@m_scud)

    I don’t succeed in loading data with your plugin…
    I upload schema.xml and solrconfig.xml in conf…
    Maybe my url path? I have my own solr server.

    I’ve also several errors in solr logs:
    14/10/2014 23:08:29
    ERROR
    SolrCore
    org.apache.solr.common.SolrException: ERROR: [doc=1] unknown field ‘PID’
    14/10/2014 23:08:39
    ERROR
    SolrCore
    org.apache.solr.common.SolrException: ERROR: [doc=1] unknown field ‘PID’
    14/10/2014 23:19:29
    ERROR
    SolrCore
    org.apache.solr.common.SolrException: One of analysis.value or q or analysis.query parameters must be specified

    Plugin Author WPSolr free

    (@wpsolr)

    It seems the field ‘PID’ is not defined in your schema.xml, but it is required by WPSOLR.

    Please have a look at our default schema.xml at https://www.wpsolr.com/releases/#1.0

    Thread Starter m_scud

    (@m_scud)

    Hello,

    I’m using your default schema.xml.
    I replaced the original one in the default folder of Solr (…/collection1/conf).

    I’m using WordPress 4.0 and Solr 4.10.1

    Plugin Author WPSolr free

    (@wpsolr)

    Are you sure your WPSOLR is pointing to the right Solr core ?

    It looks like you could have several cores, some with default schema.xml and solrconfig.xml files.

    Thread Starter m_scud

    (@m_scud)

    My WPSOLR is pointing to the default core “solr/collection1” where I put your schema.xml and solrconfig.xml

    “collection1” is the only core I have…

    Plugin Author WPSolr free

    (@wpsolr)

    I’ve just installed a full configuration locally:
    – WP 4.0
    – Solr 4.10.1
    – WPSOLR 1.4

    I could index my data without errors.

    Could you create a new index, with our schema.xml and solrconfig.xml files, and test it in WPSOLR ?

    You should be asked to create an elevate.xml file, you can use an empty one <elevate></elevate>

    Thread Starter m_scud

    (@m_scud)

    Hello,

    I have no more red errors but still no data indexed.
    In “Solr Operations” I have an exclamation mark next to the “load data” button…

    Is my solr path correct: solr/collection1?

    Plugin Author WPSolr free

    (@wpsolr)

    Your path should be rather /solr/collection1

    By clicking on “Check Solr status, then save” button, you should see a green check icon.

    Thread Starter m_scud

    (@m_scud)

    Ok, I reinstall everything to be sure.

    When I use /solr/collection1 (green check icon) and clic to “load data” I have a grey page… And in the solr interface still “ERROR: [doc=1] unknown field ‘PID'”

    When I check schema.xml in collection1/conf I have a PID name related to WP information.

    Plugin Author WPSolr free

    (@wpsolr)

    Did you see the green check icon when saving your settings (“Check Solr status, then save” button) ?

    Thread Starter m_scud

    (@m_scud)

    Yes, I can see the green check icon When I save.
    I click on the button, see the green icon, but after the page reload I don’t see the green icon anymore? normal?

    Plugin Author WPSolr free

    (@wpsolr)

    Yes, it’s normal.

    The green check icon appears to confirm that the index could be pinged, just before saving the settings.
    When the saving is done, the page is reloaded, and the icon disappears.

    What did you select in “Solr Options”->”Indexing Options” ?

    Thread Starter m_scud

    (@m_scud)

    Ok, so that’s fine.

    In Solr Options”->”Indexing Options” , I only selected “post”, “page” and “comments”.

    Plugin Author WPSolr free

    (@wpsolr)

    ok.

    What happens in the UI when you click on “Load data” ?

    What happens in the UI when you click on “Delete data” ?

Viewing 15 replies - 1 through 15 (of 24 total)
  • The topic ‘WPSOLR with Woocommerce’ is closed to new replies.