diff --git a/README b/README deleted file mode 100644 index b7b4ec70..00000000 --- a/README +++ /dev/null @@ -1,18 +0,0 @@ -What is Bobo -=============== - -Bobo is a faceted search engine written in java. - ------------------------------------- - -### Wiki - -Wiki is available at: - -https://linkedin.jira.com/wiki/display/BOBO/Home - -### Issues - -Issues are tracked at: - -https://senseidb.atlassian.net/browse/BOBO diff --git a/README.md b/README.md new file mode 100644 index 00000000..0cb45632 --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file diff --git a/bobo-browse/pom.xml b/bobo-browse/pom.xml index 47346c7c..38f2d5ae 100644 --- a/bobo-browse/pom.xml +++ b/bobo-browse/pom.xml @@ -16,7 +16,7 @@ com.browseengine.bobo bobo-parent - 4.0.3-SNAPSHOT + 5.0.0-SNAPSHOT ../bobo-parent/pom.xml @@ -25,7 +25,7 @@ bobo browse Bobo is a Faceted Search implementation written purely in Java, an extension of Apache Lucene - http://javasoze.github.com/bobo + https://javasoze.github.io/bobo/ diff --git a/bobo-parent/pom.xml b/bobo-parent/pom.xml index 595a6121..419d0c46 100644 --- a/bobo-parent/pom.xml +++ b/bobo-parent/pom.xml @@ -16,7 +16,7 @@ com.browseengine.bobo bobo-parent - 4.0.3-SNAPSHOT + 5.0.0-SNAPSHOT pom bobo parent @@ -148,7 +148,7 @@ sonatype-nexus-staging sonatype nexus staging repository - http://oss.sonatype.org/service/local/staging/deploy/maven2 + https://oss.sonatype.org/service/local/staging/deploy/maven2 sonatype-nexus-snapshots diff --git a/development/eclipse/bobo_eclipse_formatter.xml b/development/eclipse/bobo_eclipse_formatter.xml index b492edda..966468b8 100644 --- a/development/eclipse/bobo_eclipse_formatter.xml +++ b/development/eclipse/bobo_eclipse_formatter.xml @@ -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, diff --git a/pom.xml b/pom.xml index 650f0112..722553b6 100644 --- a/pom.xml +++ b/pom.xml @@ -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 @@ com.browseengine.bobo bobo-parent - 4.0.3-SNAPSHOT + 5.0.0-SNAPSHOT bobo-parent/pom.xml bobo-project pom Bobo - http://senseidb.github.com/bobo + https://javasoze.github.io/bobo/ scm:git:git@github.com:senseidb/bobo.git