Re: [Dspace-tech] Problem with Search Result display in Mirage2 theme (resend)

2015-06-17 Thread George Stanley Kozak
Hi…

I sent this to the list back when Open Repositories was goingon, and I suspect 
that it was lost in the shuffle, because I haven’t heard anything.  So, I am 
resending.

I am not sure if this has already been reported, but I found something strange 
with my DSpace 5.2 install which I have in development and am planning to move 
to production.
I am using the XMLUI with Mirage2 theme.

I found that in the search results display, if there is no abstract, the system 
displays random information.

For instance:

Pellegrini Vineyards
Hearn, Russell (2008)
stream_source_info Hearn_PellegriniVineyards_WIWP_2008.pdf.txt 
stream_content_type text/plain stream_size 2036 Content-Encoding UTF-8 
stream_name Hearn_PellegriniVineyards_WIWP_2008.pdf.txt Content-Type 
text/plain; charset=UTF-8...
Pellegrini Vineyards 4/30/08 Pellegrini Vineyards •  FIRST VINTAGE: 1991 •  
OPERATED BY: Bob and Joyce Pellegrini •  WINEMAKER: Russell Hearn •  WINES: •  
East End Select- Chardonnay, Rosé, Merlot •  Pellegrini Vineyards- Chardonnay, 
Merlot...

If I add an abstract to the item, then the search displays changes to:

Pellegrini Vineyards
Hearn, Russell (2008)
Added abstract here…

Has anyone else seen this?  Does anyone know what is going on or where I can go 
to fix this?

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
218 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924



--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Problem with Search Result display in Mirage2 theme (resend)

2015-06-17 Thread George Stanley Kozak
Hilton:

Ahh, I see…so this is tied to the snippet view.  Now I understand.  My original 
example had no abstract, so the snippet view showed me data from the bitstream 
that had the keyword I was looking for and when I placed an abstract with the 
keyword, that was shown instead.
Thanks for pointing this out to me.  Now I can explain it to others here at 
Cornell.

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
218 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924



From: Hilton Gibson [mailto:hilton.gib...@gmail.com]
Sent: Wednesday, June 17, 2015 9:23 AM
To: George Stanley Kozak
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Problem with Search Result display in Mirage2 theme 
(resend)

Hi George

I understand the search as delivering snippets with the search term highlighted.
See screenshot below.
[cid:image002.jpg@01D0A8E2.80F50180]
​
Perhaps this is a new behaviour with advanced search?

Cheers

hg

Hilton Gibson
Ubuntu Linux Systems Administrator
Stellenbosch University Library
http://staff.lib.sun.ac.za/~hgibson/docs/cv/cv.html


On 17 June 2015 at 15:15, George Stanley Kozak 
g...@cornell.edumailto:g...@cornell.edu wrote:
Hi…

I sent this to the list back when Open Repositories was goingon, and I suspect 
that it was lost in the shuffle, because I haven’t heard anything.  So, I am 
resending.

I am not sure if this has already been reported, but I found something strange 
with my DSpace 5.2 install which I have in development and am planning to move 
to production.
I am using the XMLUI with Mirage2 theme.

I found that in the search results display, if there is no abstract, the system 
displays random information.

For instance:

Pellegrini Vineyards
Hearn, Russell (2008)
stream_source_info Hearn_PellegriniVineyards_WIWP_2008.pdf.txt 
stream_content_type text/plain stream_size 2036 Content-Encoding UTF-8 
stream_name Hearn_PellegriniVineyards_WIWP_2008.pdf.txt Content-Type 
text/plain; charset=UTF-8...
Pellegrini Vineyards 4/30/08 Pellegrini Vineyards •  FIRST VINTAGE: 1991 •  
OPERATED BY: Bob and Joyce Pellegrini •  WINEMAKER: Russell Hearn •  WINES: •  
East End Select- Chardonnay, Rosé, Merlot •  Pellegrini Vineyards- Chardonnay, 
Merlot...

If I add an abstract to the item, then the search displays changes to:

Pellegrini Vineyards
Hearn, Russell (2008)
Added abstract here…

Has anyone else seen this?  Does anyone know what is going on or where I can go 
to fix this?

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
218 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924




--

___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.netmailto:DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Problem with Search Result display in Mirage2 theme (resend)

2015-06-17 Thread helix84
The text being displayed stream_source_info ... is the literal value
coming from the fulltext or fulltext_hl field value in your Solr
search core. I'm not sure why the literal value is being shown instead of
just the parts of fulltext containing the search terms, but this should
give you an idea where to start looking.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Problem with Search Result display in Mirage2 theme (resend)

2015-06-17 Thread Hilton Gibson
Hi George

It's always simple once you understand ;-)
Thats how I try to fashion my documentation, simplify it.
It takes genius to simplify, it only take a smattering of intelligence to
complicate things.
I think somebody said that before ;-) But how very true.

Cheers

hg

*Hilton Gibson*
Ubuntu Linux Systems Administrator
Stellenbosch University Library
http://staff.lib.sun.ac.za/~hgibson/docs/cv/cv.html


On 17 June 2015 at 15:49, George Stanley Kozak g...@cornell.edu wrote:

  Hilton:



 Ahh, I see…so this is tied to the snippet view.  Now I understand.  My
 original example had no abstract, so the snippet view showed me data from
 the bitstream that had the keyword I was looking for and when I placed an
 abstract with the keyword, that was shown instead.

 Thanks for pointing this out to me.  Now I can explain it to others here
 at Cornell.



 George Kozak

 Digital Library Specialist

 Cornell University Library Information Technologies (CUL-IT)

 218 Olin Library

 Cornell University

 Ithaca, NY 14853

 607-255-8924







 *From:* Hilton Gibson [mailto:hilton.gib...@gmail.com]
 *Sent:* Wednesday, June 17, 2015 9:23 AM
 *To:* George Stanley Kozak
 *Cc:* dspace-tech@lists.sourceforge.net
 *Subject:* Re: [Dspace-tech] Problem with Search Result display in
 Mirage2 theme (resend)



 Hi George



 I understand the search as delivering snippets with the search term
 highlighted.

 See screenshot below.


 ​

 Perhaps this is a new behaviour with advanced search?



 Cheers



 hg


  *Hilton Gibson*

 Ubuntu Linux Systems Administrator

 Stellenbosch University Library

 http://staff.lib.sun.ac.za/~hgibson/docs/cv/cv.html





 On 17 June 2015 at 15:15, George Stanley Kozak g...@cornell.edu wrote:

  Hi…



 I sent this to the list back when Open Repositories was goingon, and I
 suspect that it was lost in the shuffle, because I haven’t heard anything.
 So, I am resending.



 I am not sure if this has already been reported, but I found something
 strange with my DSpace 5.2 install which I have in development and am
 planning to move to production.

 I am using the XMLUI with Mirage2 theme.



 I found that in the search results display, if there is no abstract, the
 system displays random information.



 For instance:



 Pellegrini Vineyards

 Hearn, Russell (2008)

 stream_source_info Hearn_PellegriniVineyards_WIWP_2008.pdf.txt
 stream_content_type text/plain stream_size 2036 Content-Encoding UTF-8
 stream_name Hearn_PellegriniVineyards_WIWP_2008.pdf.txt Content-Type
 text/plain; charset=UTF-8...

 Pellegrini Vineyards 4/30/08 Pellegrini Vineyards • FIRST VINTAGE: 1991 •
 OPERATED BY: Bob and Joyce Pellegrini • WINEMAKER: Russell Hearn • WINES: •
 East End Select- Chardonnay, Rosé, Merlot • Pellegrini Vineyards-
 Chardonnay, Merlot...



 If I add an abstract to the item, then the search displays changes to:



 Pellegrini Vineyards

 Hearn, Russell (2008)

 Added abstract here…



 Has anyone else seen this?  Does anyone know what is going on or where I
 can go to fix this?



 George Kozak

 Digital Library Specialist

 Cornell University Library Information Technologies (CUL-IT)

 218 Olin Library

 Cornell University

 Ithaca, NY 14853

 607-255-8924









 --

 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Problem with Search Result display in Mirage2 theme (resend)

2015-06-17 Thread George Stanley Kozak
Thanks, helix84!

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
218 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924



From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: Wednesday, June 17, 2015 9:57 AM
To: George Stanley Kozak
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Problem with Search Result display in Mirage2 theme 
(resend)

The text being displayed stream_source_info ... is the literal value coming 
from the fulltext or fulltext_hl field value in your Solr search core. 
I'm not sure why the literal value is being shown instead of just the parts of 
fulltext containing the search terms, but this should give you an idea where to 
start looking.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette