BoboBrowse.Net icon indicating copy to clipboard operation
BoboBrowse.Net copied to clipboard

BoboBrowse.Net is a faceted browse engine implemented on a top of Lucene.Net. Originally ported from wonderful Java library developed by John Wang (http://javasoze.github.com/bobo/). While Lucene.Net...

Results 18 BoboBrowse.Net issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 4.5.11 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies
.NET

Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 0.86.0 to 1.3.3. Release notes Sourced from SharpZipLib's releases. v1.3.3 Another minor release, containing security fixes and smaller bugfixes. Fixes: 🐛 specialized tar extract traversal by nils...

dependencies
.NET

Bumps [log4net](https://github.com/apache/logging-log4net) from 2.0.8 to 2.0.10. Release notes Sourced from log4net's releases. Address CVE-2018-1285 and improve netstandard 2.0 support Apache log4net 2.0.10 improves netstandard2.0 support thanks to community member @NicholasNoise....

dependencies
.NET

CSProj files have been updated to enable SourceLink in your nuget --- *[This pull request was created with an automated workflow]* I noticed that your repository and Nuget package are...

If you're even interested, I upgraded the demo to mvc5. Which branch do you want to do this pull request on?

I'm using some old version of bobo browse (I cannot tell what is the version since this is included in my solution for a long time), I setting ValueOperationAnd on...

Hi @NightOwl888 I'm working on a bobo implementation, but I'm having some big issues with getting any results from the index I created using Lucene.Net. I can't find any good...

Hi there, Is it possible to return the first 2 results of each facet on a given query? Many thanks mk

I'm only starting to test BoboBrowse.Net, and would like to use it with minimum code changes to my existing Lucene.net code. So, I have 2 questions: 1. Can BoboBrowse.Net can...

In my case, I have a Lucene Index that updated frequently, but sometimes the change is not reflected in BoboBrowse search result. I realized from LuceneNet itself, it's required to...

question