Class OLuceneDocumentBuilder
java.lang.Object
com.orientechnologies.lucene.builder.OLuceneDocumentBuilder
Created by Enrico Risa on 02/09/15.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.document.Documentbuild(OIndexDefinition definition, Object key, OIdentifiable value, Map<String, Boolean> fieldsToStore, ODocument metadata) static Booleanprotected org.apache.lucene.document.Field.Storeorg.apache.lucene.document.DocumentnewBuild(OIndexDefinition indexDefinition, Object key, OIdentifiable oid)
-
Constructor Details
-
OLuceneDocumentBuilder
public OLuceneDocumentBuilder()
-
-
Method Details
-
newBuild
public org.apache.lucene.document.Document newBuild(OIndexDefinition indexDefinition, Object key, OIdentifiable oid) -
build
public org.apache.lucene.document.Document build(OIndexDefinition definition, Object key, OIdentifiable value, Map<String, Boolean> fieldsToStore, ODocument metadata) -
isToStore
-
isSorted
-