Re: [Dspace-tech] Discovery and full text search

2011-01-17 Thread Mark Diggory
Germán,

Goodness, how did that slip through, your correct that we are not indexing
the full text as we should be.  I think we should open this as an issue to
resolve for DSpace 1.7.1

https://jira.duraspace.org/browse/DSCR-18

You can attempt to resolve the issue by uncommenting the lines and then
testing reindexing.  I suspect it may have been disabled when the term
completion was added because there were insufficient stop words in the solr
core and the term completion was overly noisy.

Mark

On Sun, Jan 16, 2011 at 11:22 AM, Germán Biozzoli
germanbiozz...@gmail.comwrote:

 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




-- 
Mark R. Diggory
@mire - www.atmire.com
2888 Loker Avenue East - Suite 305 - Carlsbad - CA - 92010
Technologielaan 9 - 3001 Heverlee - Belgium
--
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


[Dspace-tech] Discovery and full text search

2011-01-16 Thread Germán Biozzoli
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