private Document testDocument;
private LuceneOptions options;
@Before
public void setUp() {
bridgeUnderTest = new TikaBridge();
testDocument = new Document();
DocumentFieldMetadata fieldMetadata =
new DocumentFieldMetadata.Builder( null, Store.YES, Field.Index.ANALYZED, Field.TermVector.NO )
.boost( 0F )
.build();