org.apache.blur.manager
Class IndexManagerTest

java.lang.Object
  extended by org.apache.blur.manager.IndexManagerTest

public class IndexManagerTest
extends Object


Constructor Summary
IndexManagerTest()
           
 
Method Summary
 void setUp()
           
 void teardown()
           
 void testFetchMissingRowByLocationId()
           
 void testFetchRecordByLocationId()
           
 void testFetchRecordByLocationIdHighlighting()
           
 void testFetchRowByLocationId()
           
 void testFetchRowByRecordId()
           
 void testFetchRowByRecordIdOnly()
           
 void testFetchRowByRecordIdOnlyNoRecordOnly()
           
 void testFetchRowByRecordIdWithFilterHit()
           
 void testFetchRowByRecordIdWithFilterNoHit()
           
 void testFetchRowByRowId()
           
 void testFetchRowByRowIdBatch()
           
 void testFetchRowByRowIdHighlighting()
           
 void testFetchRowByRowIdHighlightingWithFullText()
           
 void testFetchRowByRowIdHighlightingWithFullTextWildCard()
           
 void testFetchRowByRowIdPaging()
           
 void testFetchRowByRowIdWithColumnSet()
           
 void testFetchRowByRowIdWithFamilyAndColumnSet()
           
 void testFetchRowByRowIdWithFamilySet()
           
 void testFetchRowByRowIdWithFilter()
           
 void testFetchRowByRowIdWithFilterNoRow()
           
 void testFetchRowByRowIdWithInvalidFamily()
           
 void testMultipleMutationReplaceRecordWithInSameBatch()
           
 void testMutationDeleteMissingRow()
           
 void testMutationDeleteRow()
           
 void testMutationReplaceLargeRow()
           
 void testMutationReplaceMissingRow()
           
 void testMutationReplaceRow()
           
 void testMutationUpdateMissingRowAppendColumns()
           
 void testMutationUpdateMissingRowReplaceColumns()
           
 void testMutationUpdateRowAppendColumns()
           
 void testMutationUpdateRowDeleteLastRecord()
           
 void testMutationUpdateRowDeleteRecord()
           
 void testMutationUpdateRowMissingRecordAppendColumns()
           
 void testMutationUpdateRowMissingRecordReplaceColumns()
           
 void testMutationUpdateRowReplaceExistingColumns()
           
 void testMutationUpdateRowReplaceExistingColumnsWhileDeletingAColumn()
           
 void testMutationUpdateRowReplaceExistingDuplicateColumns()
           
 void testMutationUpdateRowReplaceExistingRecord()
           
 void testMutationUpdateRowReplaceMissingColumns()
           
 void testMutationUpdateRowReplaceMissingRecord()
           
 void testMutationUpdateRowReplaceMixedColumns()
           
 void testMutationUpdateRowReplaceMixedRecords()
           
 void testQueryRecordOnly()
           
 void testQuerySuperQueryFalse()
           
 void testQuerySuperQueryFalseWithSelector()
           
 void testQuerySuperQueryTrue()
           
 void testQuerySuperQueryTrueWithFilter()
           
 void testQuerySuperQueryTrueWithSelector()
           
 void testQueryWithFacets()
           
 void testQueryWithFacetsWithWildCard()
           
 void testQueryWithJoin()
           
 void testQueryWithJoinAll()
           
 void testQueryWithJoinForcingSuperQuery()
           
 void testRecordFrequency()
           
 void testTerms()
           
 void testTermsNonExistentField()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexManagerTest

public IndexManagerTest()
Method Detail

setUp

public void setUp()
           throws org.apache.blur.thrift.generated.BlurException,
                  IOException,
                  InterruptedException
Throws:
org.apache.blur.thrift.generated.BlurException
IOException
InterruptedException

teardown

public void teardown()

testMutationReplaceLargeRow

public void testMutationReplaceLargeRow()
                                 throws Exception
Throws:
Exception

testFetchRowByRowIdHighlighting

public void testFetchRowByRowIdHighlighting()
                                     throws Exception
Throws:
Exception

testFetchRowByRowIdHighlightingWithFullText

public void testFetchRowByRowIdHighlightingWithFullText()
                                                 throws Exception
Throws:
Exception

testFetchRowByRowIdHighlightingWithFullTextWildCard

public void testFetchRowByRowIdHighlightingWithFullTextWildCard()
                                                         throws Exception
Throws:
Exception

testFetchRecordByLocationIdHighlighting

public void testFetchRecordByLocationIdHighlighting()
                                             throws Exception
Throws:
Exception

testQueryWithJoinAll

public void testQueryWithJoinAll()
                          throws Exception
Throws:
Exception

testQueryWithJoin

public void testQueryWithJoin()
                       throws Exception
Throws:
Exception

testQueryWithJoinForcingSuperQuery

public void testQueryWithJoinForcingSuperQuery()
                                        throws Exception
Throws:
Exception

testQueryWithFacetsWithWildCard

public void testQueryWithFacetsWithWildCard()
                                     throws Exception
Throws:
Exception

testFetchRowByLocationId

public void testFetchRowByLocationId()
                              throws Exception
Throws:
Exception

testFetchMissingRowByLocationId

public void testFetchMissingRowByLocationId()
                                     throws Exception
Throws:
Exception

testFetchRecordByLocationId

public void testFetchRecordByLocationId()
                                 throws Exception
Throws:
Exception

testFetchRowByRowId

public void testFetchRowByRowId()
                         throws Exception
Throws:
Exception

testFetchRowByRowIdWithInvalidFamily

public void testFetchRowByRowIdWithInvalidFamily()
                                          throws Exception
Throws:
Exception

testFetchRowByRowIdWithFamilySet

public void testFetchRowByRowIdWithFamilySet()
                                      throws Exception
Throws:
Exception

testFetchRowByRowIdWithColumnSet

public void testFetchRowByRowIdWithColumnSet()
                                      throws Exception
Throws:
Exception

testFetchRowByRowIdWithFamilyAndColumnSet

public void testFetchRowByRowIdWithFamilyAndColumnSet()
                                               throws Exception
Throws:
Exception

testFetchRowByRowIdWithFilter

public void testFetchRowByRowIdWithFilter()
                                   throws Exception
Throws:
Exception

testFetchRowByRowIdWithFilterNoRow

public void testFetchRowByRowIdWithFilterNoRow()
                                        throws Exception
Throws:
Exception

testFetchRowByRowIdBatch

public void testFetchRowByRowIdBatch()
                              throws Exception
Throws:
Exception

testFetchRowByRowIdPaging

public void testFetchRowByRowIdPaging()
                               throws Exception
Throws:
Exception

testFetchRowByRecordIdOnly

public void testFetchRowByRecordIdOnly()
                                throws Exception
Throws:
Exception

testFetchRowByRecordIdOnlyNoRecordOnly

public void testFetchRowByRecordIdOnlyNoRecordOnly()
                                            throws Exception
Throws:
Exception

testFetchRowByRecordId

public void testFetchRowByRecordId()
                            throws Exception
Throws:
Exception

testFetchRowByRecordIdWithFilterHit

public void testFetchRowByRecordIdWithFilterHit()
                                         throws Exception
Throws:
Exception

testFetchRowByRecordIdWithFilterNoHit

public void testFetchRowByRecordIdWithFilterNoHit()
                                           throws Exception
Throws:
Exception

testRecordFrequency

public void testRecordFrequency()
                         throws Exception
Throws:
Exception

testQuerySuperQueryTrue

public void testQuerySuperQueryTrue()
                             throws Exception
Throws:
Exception

testQuerySuperQueryTrueWithFilter

public void testQuerySuperQueryTrueWithFilter()
                                       throws Exception
Throws:
Exception

testQuerySuperQueryTrueWithSelector

public void testQuerySuperQueryTrueWithSelector()
                                         throws Exception
Throws:
Exception

testQuerySuperQueryFalse

public void testQuerySuperQueryFalse()
                              throws Exception
Throws:
Exception

testQuerySuperQueryFalseWithSelector

public void testQuerySuperQueryFalseWithSelector()
                                          throws Exception
Throws:
Exception

testQueryRecordOnly

public void testQueryRecordOnly()
                         throws Exception
Throws:
Exception

testQueryWithFacets

public void testQueryWithFacets()
                         throws Exception
Throws:
Exception

testTerms

public void testTerms()
               throws Exception
Throws:
Exception

testTermsNonExistentField

public void testTermsNonExistentField()
                               throws Exception
Throws:
Exception

testMutationReplaceRow

public void testMutationReplaceRow()
                            throws Exception
Throws:
Exception

testMultipleMutationReplaceRecordWithInSameBatch

public void testMultipleMutationReplaceRecordWithInSameBatch()
                                                      throws Exception
Throws:
Exception

testMutationReplaceMissingRow

public void testMutationReplaceMissingRow()
                                   throws Exception
Throws:
Exception

testMutationDeleteRow

public void testMutationDeleteRow()
                           throws Exception
Throws:
Exception

testMutationDeleteMissingRow

public void testMutationDeleteMissingRow()
                                  throws Exception
Throws:
Exception

testMutationUpdateRowDeleteLastRecord

public void testMutationUpdateRowDeleteLastRecord()
                                           throws Exception
Throws:
Exception

testMutationUpdateRowDeleteRecord

public void testMutationUpdateRowDeleteRecord()
                                       throws Exception
Throws:
Exception

testMutationUpdateRowReplaceExistingRecord

public void testMutationUpdateRowReplaceExistingRecord()
                                                throws Exception
Throws:
Exception

testMutationUpdateRowReplaceMissingRecord

public void testMutationUpdateRowReplaceMissingRecord()
                                               throws Exception
Throws:
Exception

testMutationUpdateRowReplaceMixedRecords

public void testMutationUpdateRowReplaceMixedRecords()
                                              throws Exception
Throws:
Exception

testMutationUpdateRowReplaceExistingColumns

public void testMutationUpdateRowReplaceExistingColumns()
                                                 throws Exception
Throws:
Exception

testMutationUpdateRowReplaceExistingColumnsWhileDeletingAColumn

public void testMutationUpdateRowReplaceExistingColumnsWhileDeletingAColumn()
                                                                     throws Exception
Throws:
Exception

testMutationUpdateRowReplaceExistingDuplicateColumns

public void testMutationUpdateRowReplaceExistingDuplicateColumns()
                                                          throws Exception
Throws:
Exception

testMutationUpdateRowReplaceMissingColumns

public void testMutationUpdateRowReplaceMissingColumns()
                                                throws Exception
Throws:
Exception

testMutationUpdateRowReplaceMixedColumns

public void testMutationUpdateRowReplaceMixedColumns()
                                              throws Exception
Throws:
Exception

testMutationUpdateRowMissingRecordReplaceColumns

public void testMutationUpdateRowMissingRecordReplaceColumns()
                                                      throws Exception
Throws:
Exception

testMutationUpdateMissingRowReplaceColumns

public void testMutationUpdateMissingRowReplaceColumns()
                                                throws Exception
Throws:
Exception

testMutationUpdateRowAppendColumns

public void testMutationUpdateRowAppendColumns()
                                        throws Exception
Throws:
Exception

testMutationUpdateRowMissingRecordAppendColumns

public void testMutationUpdateRowMissingRecordAppendColumns()
                                                     throws Exception
Throws:
Exception

testMutationUpdateMissingRowAppendColumns

public void testMutationUpdateMissingRowAppendColumns()
                                               throws Exception
Throws:
Exception


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.