com.atlassian.bamboo.index
Class DocumentBuilder

java.lang.Object
  extended by com.atlassian.bamboo.index.DocumentBuilder

public class DocumentBuilder
extends Object


Method Summary
 DocumentBuilder add(IndexedEntityField field, Object value)
           
 org.apache.lucene.document.Document build()
           
static DocumentBuilder builder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

builder

public static DocumentBuilder builder()

add

@NotNull
public DocumentBuilder add(@NotNull
                                   IndexedEntityField field,
                                   Object value)

build

@NotNull
public org.apache.lucene.document.Document build()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.