Introduction
This project provides a number of network (http, DAV,servlet etc) related classes and methods for Bedework.
1. Util-indexing
Provides generic utility classes for indexing in services such as opensearch.
1.1. Using this project
Add the artifact(s) as a dependency to your project:
<dependency>
<groupId>org.bedework</groupId>
<artifactId>bw-util-indexing</artifactId>
</dependency>
2. Util-opensearch
Provides classes to handle indexing to opensearch.
2.1. Using this project
Add the artifact(s) as a dependency to your project:
<dependency>
<groupId>org.bedework</groupId>
<artifactId>bw-util-opensearch</artifactId>
</dependency>