snaprojects.jira.com
 

Home

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
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. May 11

    brianYu says:

    join wang,how to get the src of bobo?

    join wang,how to get the src of bobo?

    1. May 11

      John Wang says:

      http://github.com/javasoze/bobo
  2. May 12

    brianYu says:

    FacetDataCacheFieldComparator.java,FacetDataCacheSource.java are empty file,plea...

    FacetDataCacheFieldComparator.java,FacetDataCacheSource.java are empty file,please check it

    1. May 14

      John Wang says:

      These empty files have been removed. Thanks Brian!

      These empty files have been removed. Thanks Brian!

  3. 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!

  4. 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

    1. May 23

      John Wang says:

      Hi Lyman: Can you create an issue with the full stacktrace? Thanks -John

      Hi Lyman:
      Can you create an issue with the full stacktrace?

      Thanks

      -John


Powered by JIRA Studio 2.2 | Terms of Use | Bug/feature request | Request Support | Help/Documentation