Menu

Tree [773bfa] master /
 History

HTTPS access


File Date Author Commit
 example 2018-09-13 Masashi Yokochi Masashi Yokochi [9bdec6] Fix group command (exit)
 src 2018-11-06 Masashi Yokochi Masashi Yokochi [f15577] Add URL redirect message if it occurs
 LICENSE 2017-04-20 Masashi Yokochi Masashi Yokochi [f3cb84] Release v1.2.1
 NOTICE 2019-08-15 Masashi Yokochi Masashi Yokochi [773bfa] Release v1.2.6
 README 2019-08-15 Masashi Yokochi Masashi Yokochi [773bfa] Release v1.2.6
 pom.xml 2019-08-15 Masashi Yokochi Masashi Yokochi [773bfa] Release v1.2.6

Read Me

 Changes in xsd2pgschema 1.2.6 (release 2019-08-15)

  Updated dependencies.

 Changes in xsd2pgschema 1.2.5 (release 2018-11-05)

  Rewrote code base using java.nio.Path and java.nio.Files.
  Allowed to follow URL redirection of schema location.
  Updated dependencies.

 Changes in xsd2pgschema 1.2.4 (release 2018-05-11)

  Added support for owl.zip format.
  Added namespace URI representing Sphinx xmlpipe2.
  Minor refactoring for performace.
  Updated dependencies.

 Changes in xsd2pgschema 1.2.3 (release 2018-03-30)

  Updated dependencies.
  Improved output performance.

 Changes in xsd2pgschema 1.2.2 (release 2018-02-08)

  Updated dependencies.
  Minor refactoring.
  Fixed exception in case of insufficient argument.

 Changes in xsd2pgschema 1.2.1 (release 2017-05-15)

  Added Java package name for core classes.
  Added Maven project (groupId=net.sf.owl_indxer, artifactId=owl-indxer).
  Revised Sphinx attribute index policy that value of the first occurrence in a document was stored.

 Changes in owl-indexer 1.2.0 (release 2017-04-14)

  Internal code refactoring and class name revisions.
  Reused message digest in owl2sphinxds.
  Added automatic retrieval of OWL file if URL of OWL is designated.

 Changes in owl-indexer 1.1.1 (release 2017-01-30)

  Fixed invalid Sphinx data source (xml2pipe2).
  Replaced StringBuffer by StringBuilder.

 Changes in owl-indexer 1.1.0 (release 2017-01-28)

  Added to support namespace in attribute by --xmlns option. Please see usage in example script.
  Updated CommonsLang from 2.4 to 3.5.

 Changes in owl-indexer 1.0.1 (release 2016-12-26)

  Fixed literal representation in owl2luceneidx as same as owl2sphinxds.

 Changes in owl-indexer 1.0.0 (release 2016-12-16)

  Released @ sourceforge.net.
  owl-indexer is based on OWL API (https://github.com/owlcs/owlapi).
  Main class "owl2sphinxds" is a converter from OWL literals to Sphinx data source (xmlpipe2).
  Main class "owl2luceneidx" is Lucene full-text indexer of OWL literals.