Сегодня открытия портов ждать?

-----Original Message-----
From: dspace-tech-requ...@lists.sourceforge.net
[mailto:dspace-tech-requ...@lists.sourceforge.net] 
Sent: Thursday, February 12, 2015 2:53 PM
To: dspace-tech@lists.sourceforge.net
Subject: DSpace-tech Digest, Vol 106, Issue 36

Send DSpace-tech mailing list submissions to
        dspace-tech@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/dspace-tech
or, via email, send a message with subject or body 'help' to
        dspace-tech-requ...@lists.sourceforge.net

You can reach the person managing the list at
        dspace-tech-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific than
"Re: Contents of DSpace-tech digest..."


Today's Topics:

   1. Re: Use AND logic search instead of OR (Xerio Cheri)
   2. Re: DSpace 5.0 XMLUI Display problem with Screenshot
      (Andrea Schweer)
   3. Re: Character encoding issues in Discovery search results
      (Alan Orth)


----------------------------------------------------------------------

Message: 1
Date: Wed, 11 Feb 2015 21:20:24 +0000
From: Xerio Cheri <todos.somos...@gmail.com>
Subject: Re: [Dspace-tech] Use AND logic search instead of OR
To: Tim Donohue <tdono...@duraspace.org>
Cc: dspace-tech <dspace-tech@lists.sourceforge.net>
Message-ID:
        <CAEenP4L9YH4+_zN0=r8qb7Guup=KnFE=gz3i18ls_gtmjfs...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi Tim,

Thanks so much. Sorry for not mentioning the DSpace version, we're using v.
4.1, so Discovery is the enabled engine. I'll tell the staff how it works
and how to force the AND logic. Thanks again!

2015-02-11 21:16 GMT+00:00 Tim Donohue <tdono...@duraspace.org>:

> Hi,
>
> What version of DSpace are you using?
>
> The most recent versions of DSpace (4.x and 5.x) both use Discovery 
> (based on Solr) for searching. This means they actually perform 
> weighted/relevancy searches.
>
> So, if you search on multiple words, items which have both words 
> (essentially an AND) will appear at the top of the search results.
>
> More info on Discovery is at
> https://wiki.duraspace.org/display/DSDOC5x/Discovery
>
> Discovery has existed in DSpace since DSpace 1.7, but it was disabled 
> by default for some time. Starting in DSpace 4, it is the default 
> search and browse engine for DSpace. If you are not yet using 
> Discovery, you may wish to consider enabling it as it sounds like it may
meet your needs.
>
> If you are using Discovery, you actually can force a "boolean AND" by 
> simply entering two words with "AND". For example:
>  * test AND document -  would only return items that have both "test" 
> and "document"
>  * test document - would return all items that have either "test" or 
> "document" but the ones that have *both* would appear at the top of 
> the results.
>
> Good luck!
>
> - Tim
>
>
> On 2/11/2015 2:42 PM, Xerio Cheri wrote:
>
>> Hi,
>>
>> It has been proposed by our staff to change the way DSpace searches 
>> terms on XMLUI. By default, it uses OR logic, so if more than one 
>> term is entered, any of them will be matched. Is there a simple way 
>> to change that behavior so if more than one word is entered in the 
>> search box only items that have ALL of them will be displayed?
>>
>> Thank you
>>
>>
>> ------------------------------------------------------------
>> ------------------
>> Dive into the World of Parallel Programming. The Go Parallel Website, 
>> sponsored by Intel and developed in partnership with Slashdot Media, 
>> is your hub for all things parallel software development, from weekly 
>> thought leadership blogs to news, videos, case studies, tutorials and 
>> more. Take a look and join the conversation now. 
>> http://goparallel.sourceforge.net/
>>
>>
>>
>> _______________________________________________
>> 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
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 2
Date: Thu, 12 Feb 2015 12:13:49 +1300
From: Andrea Schweer <schw...@waikato.ac.nz>
Subject: Re: [Dspace-tech] DSpace 5.0 XMLUI Display problem with
        Screenshot
To: Fausto Carvalho Marques Silva <fausto.carva...@tse.jus.br>,
        dspace-tech@lists.sourceforge.net
Message-ID: <54dbe22d.2090...@waikato.ac.nz>
Content-Type: text/plain; charset="us-ascii"

An HTML attachment was scrubbed...

------------------------------

Message: 3
Date: Thu, 12 Feb 2015 09:53:13 +0000
From: Alan Orth <alan.o...@gmail.com>
Subject: Re: [Dspace-tech] Character encoding issues in Discovery
        search  results
To: bender <bender.bending.1...@gmail.com>
Cc: dspace-tech <dspace-tech@lists.sourceforge.net>
Message-ID:
        <CAKKdN4VB=220=uzvzehvijmpjo5wbbeqbwfovtatc97cpx8...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hey, bender. No, we didn't figure this out. In fact, it's still an open
issue on our institution's GitHub issue tracker!

https://github.com/ilri/DSpace/issues/43

I've posted a few notes there but haven't come to any conclusion. :(

Alan

On Fri Jan 02 2015 at 8:54:00 PM bender <bender.bending.1...@gmail.com>
wrote:

> Hi Alan:
>
> Did you solved this issue?
> And how? If you did.
>
> Bender
>
> 2014-12-09 13:09 GMT-03:00 Alan Orth <alan.o...@gmail.com>:
>
> Antoine,
>>
>> In this case the dspace script respects the environment's JAVA_OPTS 
>> if it is set; the one in the script is only used if JAVA_OPTS is empty.
>>
>> Alan
>>
>> On Tue, Dec 9, 2014 at 6:54 PM, Antoine Snyers <anto...@atmire.com>
>> wrote:
>>
>>>  Hi Alan Orth
>>>
>>> -Dfile.encoding=UTF-8 should be added to the "bin/dspace" command.
>>> Here is the line:
>>> https://github.com/DSpace/DSpace/blob/dspace-4.2/dspace/bin/dspace#L
>>> 75
>>>
>>> Then rerun 'index-discovery -b'.
>>> I believe this will resolve your problem.
>>>
>>> Antoine Snyers
>>>
>>> Alan Orth schreef op 09/12/14 14:49:
>>>
>>>   Hi,
>>>
>>>  Our DSpace 4.2's Discovery search results displays snippets from 
>>> the item's full-text PDF extract, but we get mojibake (strange 
>>> characters) in the summaries (see attached photo).  Browsing to the 
>>> item's PDF-extracted text bitstream indeed shows the strange 
>>> characters, and Firefox's developer tools show the encoding is 
>>> ISO-8859-1.  What's strange is, if I download the file the resulting 
>>> encoding is UTF-8, and these characters display properly.
>>>
>>>  I have tried the following:
>>>  - Confirmed our Tomcat connectors are using URIEncoding="UTF-8"
>>>  - Forced "-Dfile.encoding=UTF-8" in JAVA_OPTS and manually re-run 
>>> `filter-media' as well as `index-discovery -b'
>>>
>>>   What could I be missing?
>>>
>>> Thanks!
>>>
>>>  --
>>>  Alan Orth
>>> alan.o...@gmail.com
>>> https://alaninkenya.org
>>> https://mjanja.ch
>>> "In heaven all the interesting people are missing." -Friedrich 
>>> Nietzsche GPG public key ID: 
>>> 0x8cb0d0acb5cd81ec209c6cdfbd1a0e09c2f836c0
>>>
>>>
>>> --------------------------------------------------------------------
>>> ---------- Download BIRT iHub F-Type - The Free Enterprise-Grade 
>>> BIRT Server from Actuate! Instantly Supercharge Your Business 
>>> Reports and Dashboards with Interactivity, Sharing, Native Excel 
>>> Exports, App Integration & more Get technology previously reserved 
>>> for billion-dollar corporations, 
>>> FREEhttp://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140
>>> /ostg.clktrk
>>>
>>>
>>>
>>> _______________________________________________
>>> DSpace-tech mailing 
>>> listDSpace-tech@lists.sourceforge.nethttps://lists.sourceforge.net/l
>>> ists/listinfo/dspace-tech List Etiquette: 
>>> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>>>
>>>
>>>
>>> --
>>>   [image: logo]
>>>  *Antoine Snyers*
>>> *2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010* 
>>> *Esperantolaan 4, Heverlee 3001, Belgium* www.atmire.com 
>>> <http://atmire.com/website/?q=services&utm_source=emailfooter&utm_me
>>> dium=email&utm_campaign=antoine>
>>>
>>
>>
>>
>> --
>> Alan Orth
>> alan.o...@gmail.com
>> https://alaninkenya.org
>> https://mjanja.ch
>> "In heaven all the interesting people are missing." -Friedrich 
>> Nietzsche GPG public key ID: 
>> 0x8cb0d0acb5cd81ec209c6cdfbd1a0e09c2f836c0
>>
>>
>> ---------------------------------------------------------------------
>> --------- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT 
>> Server from Actuate! Instantly Supercharge Your Business Reports and 
>> Dashboards with Interactivity, Sharing, Native Excel Exports, App 
>> Integration & more Get technology previously reserved for 
>> billion-dollar corporations, FREE
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg
>> .clktrk _______________________________________________
>> 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
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: @mire_web_2.jpg
Type: image/jpeg
Size: 6241 bytes
Desc: not available

------------------------------

----------------------------------------------------------------------------
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/

------------------------------

_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


End of DSpace-tech Digest, Vol 106, Issue 36
********************************************


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
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

Reply via email to