This is great news – sounds like an exciting release! When’s the cut-off for getting new features into the trunk? I’d like to get the VuFind example up to date with the current VuFind trunk (though it’s not the end of the world if there isn’t time for that – there are only relatively insignificant changes).
The mixin functionality sounds interesting. How does this affect the building of the examples? Is any new documentation needed to accompany the feature?
thanks,
Demian
--
You received this message because you are subscribed to the Google Groups
"solrmarc-tech" group.
To post to this group, send email to solrma...@googlegroups.com.
To unsubscribe from this group, send email to solrmarc-tec...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/solrmarc-tech?hl=en.
--
You received this message because you are subscribed to the Google Groups "Blacklight Development" group.
To post to this group, send email to blacklight-...@googlegroups.com.
To unsubscribe from this group, send email to blacklight-develo...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/blacklight-development?hl=en.
- Demian
________________________________________
From: solrma...@googlegroups.com [solrma...@googlegroups.com] On Behalf Of Robert Haschart [rh...@virginia.edu]
Sent: Wednesday, September 28, 2011 5:18 PM
To: solrma...@googlegroups.com
Cc: vufind-...@lists.sourceforge.net; blacklight-...@googlegroups.com
Subject: Re: [solrmarc-tech] Upcoming release of SolrMarc
My hope is to be able to release by the end of the week. I'd love to help upgrade the VuFind example to reflect the current trunk, in exchange you can help test it against a version 3.x solr server, it should be able to be pointed at a solr 3.x war and a solr 3.x config and just work either directly or over http.
The mixin functionality doesn't affect anything that you do currently, it merely provides a different (and IMHO) better method of adding in new custom functions, and makes sharing of new bits of custom functionality between different sites easier. New documentation is needed to accompany the feature, and still needs to be written.
-Bob Haschart
Demian Katz wrote:
This is great news – sounds like an exciting release! When’s the cut-off for getting new features into the trunk? I’d like to get the VuFind example up to date with the current VuFind trunk (though it’s not the end of the world if there isn’t time for that – there are only relatively insignificant changes).
The mixin functionality sounds interesting. How does this affect the building of the examples? Is any new documentation needed to accompany the feature?
thanks,
Demian
From: solrma...@googlegroups.com<mailto:solrma...@googlegroups.com> [mailto:solrma...@googlegroups.com] On Behalf Of Robert Haschart
Sent: Wednesday, September 28, 2011 3:43 PM
To: solrma...@googlegroups.com<mailto:solrma...@googlegroups.com>; vufind-...@lists.sourceforge.net<mailto:vufind-...@lists.sourceforge.net>; blacklight-...@googlegroups.com<mailto:blacklight-...@googlegroups.com>
Subject: [solrmarc-tech] Upcoming release of SolrMarc
In the near future I plan to release the next version of SolrMarc. This release will include several important new features that are listed below
This message is also a call for votes for additional new features to either be included in the release, or added to a list for future development
Already included new features:
* Support for running with solr 3.1
* Includes backward compatible solrj library that can talk to solr server version 3.x or version 1.4 using either xml or javabin
* When communicating remotely the StreamingUpdateSolrServer class can be used which will chunk together records adds
* Avoids class conflicts between Unicode normalizer routines in its included normalizer.jar and any normalizer routines in a icu4j jar in use by the solr server
* New custom indexing function mixin architecture
* Instead of needing to derive a custom class from SolrIndexer and add all of the additional custom indexing methods there, you can now have several custom mixin classes, each derived from the new SolrIndexerMixin class, with one or more custom indexing methods being defined in each additional mixin class
* A suite of improved getformat methods implemented via this mixin architecture (from David Walker at calstate.edu)
* Support for reading and writing marc records in JSON including the ability to specify that the json encoding of the record be stored in the index rather than the raw binary Marc or Marc-XML
* Improved classloading in one-jar wrapper code to avoid the need for temporary jar files, and to avoid an obscure class reference problem
* Routines for retrieving bibliographic records from HathiTrust Bibliographic API (described at http://www.hathitrust.org/bib_api ) which returns JSON data that contains as one of its members a MarcXML encoded bibliographic record.
* Tests for all of the above.
At approximately the same time, I plan to put together a new release of Marc4j
It already includes the following features:
* support for reading/writing both MarcJSON and MarcInJSON formats
* support for non-Marc standard character encodings such as Big5 (assuming the correct java libraries are installed)
* ability to look for and delete extraneous characters that occur between Marc records in a file of Marc records. (for instance if CR LF is inserted between records.)
* support for illegally long marc binary records
Before releasing it I may address the following issues:
* Currently the default behavior is to sort the fields inside a Marc record. Many people have expressed dissatisfaction with this behavior. Unless strong opinions are voiced requesting that this continue to be the default behavior (including compelling reasons)
* Updating return types from methods from old style java: (eg. List ) to the newer parameterized types (eg. List<VariableField> )
--
You received this message because you are subscribed to the Google Groups "solrmarc-tech" group.
To post to this group, send email to solrma...@googlegroups.com<mailto:solrma...@googlegroups.com>.
To unsubscribe from this group, send email to solrmarc-tec...@googlegroups.com<mailto:solrmarc-tec...@googlegroups.com>.
For more options, visit this group at http://groups.google.com/group/solrmarc-tech?hl=en.
--
You received this message because you are subscribed to the Google Groups "solrmarc-tech" group.
To post to this group, send email to solrma...@googlegroups.com<mailto:solrma...@googlegroups.com>.
To unsubscribe from this group, send email to solrmarc-tec...@googlegroups.com<mailto:solrmarc-tec...@googlegroups.com>.
thanks,
Demian
> -----Original Message-----
> From: Demian Katz
> Sent: Thursday, September 29, 2011 8:58 AM
> To: solrma...@googlegroups.com
> Cc: vufind-...@lists.sourceforge.net; blacklight-
> devel...@googlegroups.com
> Subject: RE: [solrmarc-tech] Upcoming release of SolrMarc
>
> I don't think there's actually too much that needs to be done to update
> the VuFind example -- my plan is to make sure the config files match up
> with the VuFind trunk and to port a couple of new BeanShell scripts
> over to Java. I should have that done by the end of the day today
> (though don't let me hold you up if you need to move forward sooner
> than that). For now, VuFind is still using Solr 1.4.1, so that's what
> I'll be testing against during my development today. I don't think
> I'll have time to upgrade VuFind to Solr 3.3 until next week, but I'll
> definitely let you know how things work out once I get that far.
>
> - Demian
> ________________________________________
> From: solrma...@googlegroups.com [solrma...@googlegroups.com]
> On Behalf Of Robert Haschart [rh...@virginia.edu]
> Sent: Wednesday, September 28, 2011 5:18 PM
> To: solrma...@googlegroups.com
> Cc: vufind-...@lists.sourceforge.net; blacklight-
> Subject: Re: [solrmarc-tech] Upcoming release of SolrMarc
>
> My hope is to be able to release by the end of the week. I'd love to
> help upgrade the VuFind example to reflect the current trunk, in
> exchange you can help test it against a version 3.x solr server, it
> should be able to be pointed at a solr 3.x war and a solr 3.x config
> and just work either directly or over http.
>
> The mixin functionality doesn't affect anything that you do currently,
> it merely provides a different (and IMHO) better method of adding in
> new custom functions, and makes sharing of new bits of custom
> functionality between different sites easier. New documentation is
> needed to accompany the feature, and still needs to be written.
>
> -Bob Haschart
>
>
> Demian Katz wrote:
> This is great news - sounds like an exciting release! When's the cut-
> off for getting new features into the trunk? I'd like to get the
> VuFind example up to date with the current VuFind trunk (though it's
> not the end of the world if there isn't time for that - there are only
> relatively insignificant changes).
>
> The mixin functionality sounds interesting. How does this affect the
> building of the examples? Is any new documentation needed to accompany
> the feature?
>
> thanks,
> Demian
>
> From: solrma...@googlegroups.com<mailto:solrmarc-
> te...@googlegroups.com> [mailto:solrma...@googlegroups.com] On
> Behalf Of Robert Haschart
> Sent: Wednesday, September 28, 2011 3:43 PM
> To: solrma...@googlegroups.com<mailto:solrmarc-
> te...@googlegroups.com>; vufind-
> gen...@lists.sourceforge.net<mailto:vufind-
> gen...@lists.sourceforge.net>; blacklight-
> devel...@googlegroups.com<mailto:blacklight-
> devel...@googlegroups.com>
> To post to this group, send email to solrmarc-
> te...@googlegroups.com<mailto:solrma...@googlegroups.com>.
> To unsubscribe from this group, send email to solrmarc-
> tech+uns...@googlegroups.com<mailto:solrmarc-
> tech+uns...@googlegroups.com>.
> For more options, visit this group at
> http://groups.google.com/group/solrmarc-tech?hl=en.
> --
> You received this message because you are subscribed to the Google
> Groups "solrmarc-tech" group.
> To post to this group, send email to solrmarc-
> te...@googlegroups.com<mailto:solrma...@googlegroups.com>.
> To unsubscribe from this group, send email to solrmarc-
> tech+uns...@googlegroups.com<mailto:solrmarc-
> tech+uns...@googlegroups.com>.
> For more options, visit this group at
> http://groups.google.com/group/solrmarc-tech?hl=en.
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "solrmarc-tech" group.
> To post to this group, send email to solrma...@googlegroups.com.
> To unsubscribe from this group, send email to solrmarc-
> tech+uns...@googlegroups.com.
That would be great if you have the time!
I’m attaching the VuFind trunk version of marc_local.properties – you can copy this into the VuFind example to comment out the offending line and ensure that everything is totally consistent with the VuFind trunk.
thanks,
Demian
To unsubscribe from this group, send email to solrmarc-tec...@googlegroups.com.
Quoting David Walker:The main methods it defines are:
But 'format' here actually encompassing (at least) two different concepts. RDA does a good job of delineating these, in my opinion, so I'm going to borrow it's terminology and talk about "content types" and "media types." Content type is 'format' in terms of the nature of the contents. We can talk about Huckleberry Finn as a "book," the New York Times as a "newspaper," the Empire Strikes Back as a "movie" and Abbey Road as a "music recording." These are all content types. Media type is 'format' in terms of the physical medium or carrier of the item. Huckleberry Finn might be available in "print" or as an "ebook." Your library likely has old issues of the New York Times in "microfilm" as well as access "online." The Empire Strikes Back was released on "Laser Disc," "VHS," "DVD," and now "Blu-Ray." And you might have Abbey Road on LP, tape, CD, and so on. These are all media types.
This is a very exciting release – thanks for all your hard work on it! I’ll work on incorporating this into VuFind in the next week or two, and I’ll report back when the work is done.
- Demian
From: solrma...@googlegroups.com [mailto:solrma...@googlegroups.com] On Behalf Of Robert Haschart
Sent: Monday, October 10, 2011 5:54 PM
To: solrma...@googlegroups.com
So the error has been fixed and an updated version has been released.
If you have recently downloaded a copy SolrMarc version 2.3, discard it,
and download a copy of the updated release SolrMarc version 2.3.1
-Robert Haschart
- Demian
________________________________________
From: solrma...@googlegroups.com [solrma...@googlegroups.com] On Behalf Of Robert Haschart [rh...@virginia.edu]
Sent: Friday, October 14, 2011 3:16 PM
Subject: [solrmarc-tech] Version 2.3.1 of SolrMarc released
-Robert Haschart