cosmicflame / java-idol-indexing-api

Java API for indexing documents into IDOL servers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java-idol-indexing-api

A Java API for indexing into IDOL servers.

Build Status

About

IDOL servers use an index port for indexing content. This library provides a Java API for performing this task.

Previous versions were available as jar files from HPE customer support.

Usage

java-idol-indexing-api is available from the central Maven repository.

<dependency>
    <groupId>com.hp.autonomy.idol</groupId>
    <artifactId>indexing-api</artifactId>
    <version>3.0.0</version>
</dependency>

For more documentation, see the project homepage here.

Migration to FOSS Version

There are no substantial differences between the open source version and previous versions.

Contributing

We welcome pull requests. These must be licensed under the MIT license. Please submit pull requests to the develop branch - the master branch is for stable code only.

Is it any good?

Yes.

License

Copyright 2008-2015 Hewlett-Packard Development Company, L.P. Copyright 2015-2016 Hewlett Packard Enterprise Development LP

Licensed under the MIT License (the "License"); you may not use this project except in compliance with the License.

About

Java API for indexing documents into IDOL servers.

License:MIT License


Languages

Language:Java 99.4%Language:Shell 0.6%