This is the home of the BOBO space.
To help you on your way, we've inserted some of our favourite macros on this home page. As you start creating pages, adding news items and commenting you'll see the macros below fill up with all the activity in your space.
Recently Updated
|
Navigate space |

Comments (7)
May 11
brianYu says:
join wang,how to get the src of bobo?join wang,how to get the src of bobo?
May 11
John Wang says:
http://github.com/javasoze/bobohttp://github.com/javasoze/bobo
May 12
brianYu says:
FacetDataCacheFieldComparator.java,FacetDataCacheSource.java are empty file,plea...FacetDataCacheFieldComparator.java,FacetDataCacheSource.java are empty file,please check it
May 14
John Wang says:
These empty files have been removed. Thanks Brian!These empty files have been removed. Thanks Brian!
May 14
brianYu says:
BoboIndexReader boboReader = BoboIndexReader.getInstance(indexReader,handlerList...BoboIndexReader boboReader = BoboIndexReader.getInstance(indexReader,handlerList);
BOBO's latest version(2.5.1) can not instance by this way。
do you have any demo show what the mean of 'WorkArea','RuntimeFacetHandleFactory'? i totally lost.
thank you!
May 18
Lyman Do says:
I got an Array out of bounds (which was caused by Integer Overflow) exception in...I got an Array out of bounds (which was caused by Integer Overflow) exception in the SimpleGroupbyFacetHandler using 2.5.0 RC1:
Caused by: org.apache.hadoop.ipc.RemoteException: java.io.IOException: java.lang.ArrayIndexOutOfBoundsException: -4
at java.util.ArrayList.elementData(ArrayList.java:338)
at java.util.ArrayList.get(ArrayList.java:351)
at com.browseengine.bobo.facets.data.TermValueList.get(TermValueList.java:91)
at com.browseengine.bobo.facets.impl.SimpleGroupbyFacetHandler$GroupbyFacetCountCollector.getFacetString(SimpleGroupbyFacetHandler.java:269)
at com.browseengine.bobo.facets.impl.SimpleGroupbyFacetHandler$GroupbyFacetCountCollector.access$500(SimpleGroupbyFacetHandler.java:180)
at com.browseengine.bobo.facets.impl.SimpleGroupbyFacetHandler$GroupbyFacetCountCollector$GroupByFacetIterator.next(SimpleGroupbyFacetHandler.java:427)
at com.browseengine.bobo.facets.impl.CombinedFacetIterator.next(CombinedFacetIterator.java:110)
at com.browseengine.bobo.facets.CombinedFacetAccessible.getFacets(CombinedFacetAccessible.java:141)
The SimgpleGroupbyFacetHandler.getFacetString(), integer overflow happened when calculating the adjusted variable:
adjusted = idx * len; // adjusted should be a long and cast the final results of calculating idx and bucket back to int.
I am not sure if this has been taking care of, if not I can create an Jira issue on 2.5.0.
Thanks
-lyman
May 23
John Wang says:
Hi Lyman: Can you create an issue with the full stacktrace? Thanks -JohnHi Lyman:
Can you create an issue with the full stacktrace?
Thanks
-John