| Package | Description | 
|---|---|
| com.atlassian.jira.index | 
| Modifier and Type | Method and Description | 
|---|---|
| static Index.UpdateMode | Index.UpdateMode. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Index.UpdateMode[] | Index.UpdateMode. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| IndexWriterConfiguration.WriterSettings | DefaultConfiguration. getWriterSettings(Index.UpdateMode mode) | 
| IndexWriterConfiguration.WriterSettings | Configuration. getWriterSettings(Index.UpdateMode mode) | 
| static Index.Operation | Operations. newConditionalUpdate(org.apache.lucene.index.Term term,
                    org.apache.lucene.document.Document document,
                    Index.UpdateMode mode,
                    String optimisticLockField) | 
| static Index.Operation | Operations. newCreate(Collection<org.apache.lucene.document.Document> documents,
         Index.UpdateMode mode) | 
| static Index.Operation | Operations. newCreate(org.apache.lucene.document.Document document,
         Index.UpdateMode mode) | 
| static Index.Operation | Operations. newDelete(org.apache.lucene.index.Term term,
         Index.UpdateMode mode) | 
| static Index.Operation | Operations. newUpdate(org.apache.lucene.index.Term term,
         Collection<org.apache.lucene.document.Document> documents,
         Index.UpdateMode mode) | 
| static Index.Operation | Operations. newUpdate(org.apache.lucene.index.Term term,
         org.apache.lucene.document.Document document,
         Index.UpdateMode mode) | 
Copyright © 2002-2021 Atlassian. All Rights Reserved.