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