
public class OLuceneDocumentBuilder
extends java.lang.Object
| Constructor and Description |
|---|
OLuceneDocumentBuilder() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.document.Document |
build(OIndexDefinition definition,
java.lang.Object key,
OIdentifiable value,
java.util.Map<java.lang.String,java.lang.Boolean> fieldsToStore,
ODocument metadata) |
protected java.lang.Boolean |
isSorted(java.lang.String field,
ODocument metadata) |
protected org.apache.lucene.document.Field.Store |
isToStore(java.lang.String f,
java.util.Map<java.lang.String,java.lang.Boolean> collectionFields) |
org.apache.lucene.document.Document |
newBuild(OIndexDefinition indexDefinition,
java.lang.Object key,
OIdentifiable oid) |
public org.apache.lucene.document.Document newBuild(OIndexDefinition indexDefinition, java.lang.Object key, OIdentifiable oid)
public org.apache.lucene.document.Document build(OIndexDefinition definition, java.lang.Object key, OIdentifiable value, java.util.Map<java.lang.String,java.lang.Boolean> fieldsToStore, ODocument metadata)
protected org.apache.lucene.document.Field.Store isToStore(java.lang.String f,
java.util.Map<java.lang.String,java.lang.Boolean> collectionFields)
protected java.lang.Boolean isSorted(java.lang.String field,
ODocument metadata)
Copyright © 2013–2022 OrientDB. All rights reserved.