Hi everybody

Looking for the way to add an automatic solR field to my records
indicating if have bundles or not (I've the requirement to add this as
a search criteria) I cannot establish if SolrServiceImpl.java is
really adding the full-text content of the bundle. As far as can I see
the lines:

                // Add each InputStream to the Indexed Document
                            // (Acts like an Append)
//                                                      doc.addField("default", 
is);
                            //doc.add(new Field("default", is));


Are commented. And the question is: Using discovery search, the
content of the bundle or attachment, is really parsed and included in
the index? Is this process located in the previous dspace command,
something as filter-media?

Thanks a lot for the help.
German.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to