Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
/ bobo Public archive
forked from senseidb/bobo

Commit

Permalink
Url and readme updates
Browse files Browse the repository at this point in the history
- bump to 5.0
- [SECURITY] Use HTTPS to resolve dependencies in Maven Build senseidb#23 senseidb#23
- other url updates
  • Loading branch information
Eccenux committed Dec 12, 2023
1 parent 27d923b commit 1b2264e
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 26 deletions.
18 changes: 0 additions & 18 deletions README

This file was deleted.

29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
What is Bobo
===============

Bobo is a Faceted Search implementation written purely in Java, an extension to Apache Lucene.

While Lucene is good with unstructured data, Bobo fills in the missing piece to handle semi-structured and structured data.

Bobo Browse is an information retrieval technology that provides navigational browsing into a semi-structured dataset. Beyond the result set from queries and selections, Bobo Browse also provides the facets from this point of browsing.

## A note from MOL

Note! This is an exploratory (research) repository. Don't assume things work until it is said otherwise.
At this point we might move this forward or abandon initial experiments.

## More info

For now a bit more info is available at:
https://senseidb.github.io/bobo/

Maven repository:
https://mvnrepository.com/artifact/com.browseengine.bobo

## Issues

Issues might be tracked at this repo:
https://github.com/mol-pl/bobo

But for now see pull requests here:
https://github.com/senseidb/bobo
4 changes: 2 additions & 2 deletions bobo-browse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.browseengine.bobo</groupId>
<artifactId>bobo-parent</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../bobo-parent/pom.xml</relativePath>
</parent>

Expand All @@ -25,7 +25,7 @@
<name>bobo browse</name>

<description>Bobo is a Faceted Search implementation written purely in Java, an extension of Apache Lucene</description>
<url>http://javasoze.github.com/bobo</url>
<url>https://javasoze.github.io/bobo/</url>

<!-- Set the compiler to java6 -->
<build>
Expand Down
4 changes: 2 additions & 2 deletions bobo-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<groupId>com.browseengine.bobo</groupId>
<artifactId>bobo-parent</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>bobo parent</name>
Expand Down Expand Up @@ -148,7 +148,7 @@
<repository>
<id>sonatype-nexus-staging</id>
<name>sonatype nexus staging repository</name>
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
Expand Down
2 changes: 1 addition & 1 deletion development/eclipse/bobo_eclipse_formatter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
information regarding copyright ownership. The ASF licenses this file to
you under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of
the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required
by applicable law or agreed to in writing, software distributed under the
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
OF ANY KIND, either express or implied. See the License for the specific
Expand All @@ -17,14 +17,14 @@
<parent>
<groupId>com.browseengine.bobo</groupId>
<artifactId>bobo-parent</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath>bobo-parent/pom.xml</relativePath>
</parent>

<artifactId>bobo-project</artifactId>
<packaging>pom</packaging>
<name>Bobo</name>
<url>http://senseidb.github.com/bobo</url>
<url>https://javasoze.github.io/bobo/</url>

<scm>
<connection>scm:git:[email protected]:senseidb/bobo.git</connection>
Expand Down

0 comments on commit 1b2264e

Please sign in to comment.