Changeset 1006


Ignore:
Timestamp:
12/22/10 13:25:21 (13 years ago)
Author:
patdui
Message:
  • renamed some fields to start with an underscore _, this to indicate they are "private" facets usually not needed to show to the user but used in the application in some other way
File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/trunk/vlo_solr/src/main/solr_conf/solr/conf/schema.xml

    r1003 r1006  
    427427
    428428    <!-- Not in the copyfield list so we don't search in them -->
    429    <field name="fileName" type="string" indexed="true" stored="true" multiValued="false" />
    430    <field name="resourceRef" type="string" indexed="true" stored="true" multiValued="true" />
     429   <field name="_fileName" type="string" indexed="true" stored="true" multiValued="false" />
     430   <field name="_dataRoot" type="string" indexed="true" stored="true" multiValued="false" />
     431   <field name="_resourceRef" type="string" indexed="true" stored="true" multiValued="true" />
    431432
    432433 </fields>
Note: See TracChangeset for help on using the changeset viewer.