Closed (works as designed)
Project:
Apache Solr Search
Version:
5.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Oct 2009 at 13:47 UTC
Updated:
26 Oct 2009 at 14:58 UTC
Recently I noticed that some nodes that should be hidden to anonymous are visible. What I did:
nodeaccess_* filters are successfully built and sent to Solrnodeaccess_* data is successfully sent to Solr. I tested and saw that they are sent in this way:<field name="nodeaccess_xxxxxxxxxxxx_workflow_access">3</field>
<field name="nodeaccess_xxxxxxxxxxxx_workflow_access">7</field>
<field name="nodeaccess_xxxxxxxxxxxx_workflow_access">10</field>
<field name="nodeaccess_xxxxxxxxxxxx_workflow_access_owner">81242</field>
in Drupal_Apache_Solr_Service->_makeHttpRequest()and Solr successfully responded with 200.
nodeaccess_* are NOT there. Also other fields are missed like: tags_a, tags_h2_h3, tags_inline.While Solr returned 200 on index POST my conclusion is that I successfully sent the indexing data.
What else? I have to say that I have many CCK fields? Is there a limit of fields sent to the indexer?
Comments
Comment #1
claudiu.cristeaOh... Sorry! I've just saw that hose fields are not "stored". Closing