On Tue, Sep 18, 2012 at 3:31 AM, LIBRIS Reference (LIBRIS) <[email protected]> wrote: > My DSpace is v1.4. I need to let users search specifically in the > dc.description field. What needs to be done?
Please, refer to the docs/configure.html file in you installation, chapter "Configuring Lucene Search Indexes". You need to add search.index.12 = id:dc.description.* to dspace.cfg, shut down Tomcat, run the index-all command from the bin/ directory to rebuild indexes, then start Tomcat. Regards, ~~helix84 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

