This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
forked from senseidb/bobo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- bump to 5.0 - [SECURITY] Use HTTPS to resolve dependencies in Maven Build senseidb#23 senseidb#23 - other url updates
- Loading branch information
Showing
6 changed files
with
37 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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> | ||
|