exposing a Index-classname.property for a "pagelist" and creation of column in the corresponding mapped index database table

Hi

is it always true that “exposing a Index-classname.property for a “pagelist” and creation of column in the corresponding mapped index database table” creates a column in the table data.pr_index

and for a "page" creates a column in the table data.pr_Index_classname

if so what about page group , value valuelist

Hello,

Where did you get those statements from?

Hi, i did not read it any where but it is my observation.

when i created index class , declare-index rule with property mapping and exposing the properties in the index-class .

for page i got to see that class is mapped to table data.pr_Index_classname and upon exposing property from the index-class ,new column is created in the table data.pr_Index_classname

for pageList i got to see that class is mapped to table data.pr_index and upon exposing property from the index-class ,new column is created in the table data.pr_index

" so is my understanding correct or not pls suggest"