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

I have one requirement in that I have column called "party". Assume that in party there can be buyers and sellers. I have option to select multiple facet values. So...

Hi @NightOwl888, I have an exception that pops out when I get factes. Could you check the code? ``` System.ArgumentOutOfRangeException: Argument is out of range. Parameter name: index in System.Collections.Generic.List`1.get_Item(Int32...

investigation

To bypass the Common.Logging reference problems, an alternative could be https://github.com/damianh/LibLog

enhancement

Hi @NightOwl888, I saw that "no need for cache warm-up for the system to perform" is one of the main features of the original BoboBrowse (http://senseidb.github.io/bobo/). Testing BoboBrowse.Net this seems...

@NightOwl888 Could you please check the method `BoboIndexReader.IsCurrent()`? It does not work to me because it throws exception.

question

@NightOwl888 Hi, could you please tell me which is the search time complexity using BoboBrowse.Net? From what I have observed, the time complexity grows linearly with the number of facet...

question

What is the purpose of `BrowseRequest.FetchStoredFields`? In which scenario could be used?

question

Hi, it is clear that BoboBrowse.Net works only with strings, but how can you deal with this limitation during a search of numbers and dates? I try to make a...

question